Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Tomcat
Page 612 of 931 Previous 100   Previous 10   611   612   613   614   615   616   617   618   619   620   Next 10   Next 100  

mod_jk2 + tomcat 5.0 stucks on IIS

I have installed mod_jk2 to connect tomcat 5.0 and IIS 5.0. Everything appears to be correct but it doesn 't work - of course since I am posting this ) When I try to open a tomcat served page I

Tomcat group

Can someone tell me which email address I need to use to unsubscribe from this group ? Thanks Ram

web.xml file problem

Hi This is my web.xml file. I dont know whats wrong here but my first session gets expired. When I remove the error-page and welcome file list then everything works fine. Am I wrong somew

(SOLVED) Remote Start / Stop of tomcat

Hi Thank you all for the reply. I got it now. It seems to be similar to PCAnywhere but more secure. I got connected to the server and everything is working fine. Thanks again Thank you

RequestDispatcher in jspInit() ?

Is it possible to use RequestDispatcher 's include method inside a jspInit() to execute another JSP script while this JSP script is in its jspInit() method? Thanks Jerry. -----------

Subject: Page output is disappearing

Does anyone know any conditions under which writing to the JspWriter will not result in any output? I have a custom taglib class that extends BodyTagSupport. The doStartTag() method returns EVAL_BOD

Apache 2.0.49/mod_jk2.02 doesn 't distribute load evenly to 2x Tomcat5.0.19 under

Hello I stumbled upon a serious issue with the load balancing of mod_jk2. Currently I 'm doing load testing with The Grinder. My config is 1x Apache 2.0.49 compiled with openssl (rest is default

Disable HTTP 1.1

Hi I am using Tomcat 4.1. Is it possible to configure Tomcat so that it is compatible with only HTTP1.0. Basically I want to disable HTTP1.1 functionality. I know it is backward compatible with H

SSL load

Hi Has anyone had success using tomcat and SSL under high loads? Are there any production environments out there that use this configuration with peak loads of more than say 30 rps?

Where to put tld files for jarred custom taglibs?

I have created a custom taglib extending TagSupport. I have packaged the class files into a jar. I have also added the tld file to this jar. I then place this jar file in my war file under WEB-INF/

FOUND VIRUS IN MAIL from <tomcat-user@jakarta.apache.org > to <med-ru@nspoint.net

V I R U S A L E R T Our viruschecker found a VIRUS in your email to " <med-ru@(protected) > ". We stopped delivery of this email! Now it is on you to check y

Restricting IPs in Tomcat - update

Hi Everyone Please ignore previous email I just discovered the Remote Host Filter. Which I think will solve my problem. Sorry for the extra emails but hopefully someone may find it interesting

Subject: Restricting IPs in Tomcat

Hi everyone Would anyone know by an chance how to restrict particular IPs e.g. 5.2.*.* directly in tomcat? I have searched the net but I am unable to find any resources on this topic. I am aware

Subject: File writing using servlet

Hello everyone Please tell me how to write a .bmp file on the tomcat server of a servlet using the same servlet. Regards Teja jo.

Tomcat5/mod_jk Memory Leak/mod_jk bypass

As I posted before I get a memory leak using mod_jk 1.2 with Tomcat 5.0.25 and Apache 2.049 I beleive it may be related to the mod_jk connector and since I am not actually serving up anything wi

Subject: combined http and https

Hi. I have an application that it was build using tdk (turbine development kit) and postgresql. I have configured tomcat with http 8080 and https 8443 but i only use http or https and i do not

ROOT problems

Hello I am having trouble locating the ROOT of my tomcat server. I have a line in the server.xml file that reads <Context path " " docBase "ROOT " debug "0 "/ > I place a file index.html in /usr/

Cluster problem ??

Hello I setup two Tomcat5 in cluster mode. If it is possible to synchronize all the application from one to another one ?? For example I deploy a WAR in Tomcat1 it will be automatic deploy

Apache and Tomcat connector under webcp configuration: any
ideas?

Hy all I have a problem to configure Apache and Tomcat under WebCp on a Virtual Server. Actually Apache provides to static resources (via webcp for multidomains) and Tomcat to dynamic resour

Interesting issue JK2 Makefile

When did ./configure with all the proper option it generated a Makefile. But my local 'make ' command does 'nt not recongise some scripts and operators like " " "ifneg ". Anybody have any clues?

Problems with jdk1.4 and Windows

I wanted to update my tomcat server based on jdk1.3 and tomcat 4 to jdk1.4 over windows server and I 'm having many problems with many servlets. however this servlets run in a correct way on linux s

Subject: Secure web.xml and WEB-INF

Hello. Please give me some tips how to secure (deny for reading in browser) access to web.xml and WEB-INF folder? Any suggestions are welcome ) Thanks

Subject: Remote Start / Stop of tomcat

Hi Once in a week I need to restart Tomcat due to "OutofMemoryError ". But I do not have access to the server for doing this. So I am looking for a mechanism (if possible) to start / stop

JAAS problem ???

Hello When I startup Tomcat with -Djava.security.auth.login.config mylogin.config I can use JAAS in JSP and Servlet. But if I did not use the -Dxxxx options and use System.setProperty( "java

Tomcat 4.1.30 SSL redirect half working

This is my first time using a mailing list so hopefully I 'm doing this right. I assume the same basic rules as usenet--text only no attachments bottom post etc? Okay my problem I 've set up To

XP tomcat service account access rights

So I set up a limited user account to run my Tomcat service on XP Pro. My question is what specific rights are need for which folders under CATALINA_HOME? It seems to run ok with "read & execute "

Managing Session Objects - Preventing a Degredation in Performance

I asked these question in the Struts list and only received a minimal response Does anyone have any good ideas on managing session objects? In a complex application how do you insure that the ses

tomcat 4.04 & SSL & third party certificates..does it work? need help

Attempting to SSL enable tomcat 4.04. Have implemented JSSE. SSL works fine when I create a keystore with a self generated certificate. keytool -genkey -alias tomcat -keyalg RSA -keystore .keysto

mod_jk.so

Good day All Below are my configurations and versions. The problem I have is that when I try to load the mod_jk.so it appears to load but fails with the following error message when starting A

Subject: help needed...........

hi all! we have a project requirement where in we have to use tomcat 4.1 along with win2k japanese version. wat all changes i have to make in tomcat for this. we will have JSP and java beans. datab
Page 612 of 931 Previous 100   Previous 10   611   612   613   614   615   616   617   618   619   620   Next 10   Next 100