RE: war file is not expanding

2004-06-03 Thread john cho
To: Tomcat Users List Subject: RE: war file is not expanding Hi, Specify the docBase as the WAR itself (and leave unpackWARs=true) to get the WAR file unpacked. What you're doing with the slashes is a hack. Yoav Shapira Millennium Research Informatics -Original Message- From: john cho

war file is not expanding

2004-06-02 Thread john cho
Hi all, i have problem of not expanding war file related with server.xml in server.xml, i have context element which has docBase and path attributes. Context docBase=/var/tomcat4/webapps/testApp path =/testApp reloadable=true/Context -- in this case, the war file in /webapps does not expand.

Re: Tomcat 5: default unpackWARs bahaviour?

2004-06-01 Thread john cho
Hi, I have war file to be deployed at /webapps. However, if i don't have a ending / at the end of docBase and path, it does not expand. So, one of the admins puts / at the end of docBase and path attriubtes in the Context, it starts to expand, however, it has been creating another problems. I

Re: Memory problems with Tomcat 4.1.27

2004-06-01 Thread john cho
There could be many issues related with this kind of problems. 1. Based upon your large loading process, check your database with your dba such as how many open cursors and so on. 2. u did not close each connection, statement, resultset and it keeps building up. 3. I guess u are looping thru

peruserpooldatasource resourcefactory

2004-05-22 Thread john cho
i have been developing using WSAD to use connection pooling and has been very successful. However, once we moved our application to Linux, I am getting the exception message javax.naming.NamingException: Cannot create resource instance I think lot of people worked on this part of connection

Apache/Tomcat sendRedirect :0 problem

2002-11-28 Thread John Cho
Hello, I'm having an issue with Tomcat 4.1.12 and Apache 1.3.x where if I make a call to response.sendRedirect(http://hostname/servlet/foo;) Apache for some reason sends a redirect URL to the browser in the form of: http://hostname:0/servlet/foo Does anyone know what is causing this? And how

Re: Apache/Tomcat sendRedirect :0 problem

2002-11-28 Thread John Cho
gets back to the browser as http://hostname:0/servlet/foo;... problem goes away if I'm running on a non-default port like 8080 but shows up if I use the default port. john On Thu, 28 Nov 2002, David Brown wrote: John Cho writes: Hello, I'm having an issue with Tomcat 4.1.12