Re: Tomcat deployment issue

2004-08-25 Thread Wade Chandler
David Chang wrote: Hi, I'm new to tomcat and trying to figure out how to deploy a WAR file without deleting all the contents of the old application. That is, I want to overwrite the files with my new archive but not delete any other files that were already there. The reason I want to do this is

Re: Tomcat deployment issue

2004-08-25 Thread David Chang
Great suggestion. I'll try to create a new context to put the data in. DC - Original Message - From: QM [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 7:30 PM Subject: Re: Tomcat deployment issue : I'm new to tomcat and trying to figure out

Re: Tomcat deployment issue

2004-08-24 Thread David Chang
Hi, I'm new to tomcat and trying to figure out how to deploy a WAR file without deleting all the contents of the old application. That is, I want to overwrite the files with my new archive but not delete any other files that were already there. The reason I want to do this is because my data

Re: Tomcat deployment issue

2004-08-24 Thread Peng Tuck Kwok
Maybe you want to automate the build process so you don't depend on your expanded directory to store your data ? Say in ant just generate the war file along with your data (from your build directory) then deploy it.Then you never really worry what tomcat does to your war file or the directory it

Re: Tomcat deployment issue

2004-08-24 Thread QM
: I'm new to tomcat and trying to figure out how to deploy a WAR file without deleting all the contents of the old application. : [snip] : The reason I want to do this is because my data and program files are all under the same hierarchy. I want to replace my programs, but not my data. I tried

Significant Deployment Issue - Unsolvable?

2004-06-22 Thread Someone Else
Hi, I have one server running. Standard config: - Windows 2000 - Tomcat 4.1.30, MySql - Tomcat is using connection pooling There are roughly 150 virtual hosts in server.xml, each with 3-4 contexts each. The server starts up using 66MB mem, and runs fine for roughly 24 hrs, but then gives up.

Re: Significant Deployment Issue - Unsolvable?

2004-06-22 Thread QM
On Tue, Jun 22, 2004 at 12:03:17PM -0600, Someone Else wrote: : The memory use grows perdictably until it reaches around 20 hours, then it : starts to gobble up RAM until it crashes, which I don't understand. The : stangest thing is that I've allocated 1GB mem for the Tomcat instance, but : it

Re: Significant Deployment Issue - Unsolvable?

2004-06-22 Thread Someone Else
[EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Significant Deployment Issue - Unsolvable? Date: Tue, 22 Jun 2004 15:18:41 -0500 On Tue, Jun 22, 2004 at 12:03:17PM -0600, Someone Else wrote: : The memory use grows perdictably until

Deployment Issue

2004-06-01 Thread McClure, Timothy J\(GE Infrastructure\)
We need to have the ability for third parties to deploy their application underneath ours (in the same webapp directory structure). I would like to specify that each third party place there jar files under the lib directory as lib/application_name. Is it possible to do this? Will Tomcat

Help!! Deployment issue

2003-09-03 Thread Joe Zendle
I am about to deploy a struts app in production. I have been doing development using port 8080 and a Context path of /aup-reports and a docPath of aup-reports. My app uses BASIC authentication with a JDBC Realm into postgres. Everything works fine in this configuration with 4.1.24 and 4.1.27 and

Tomcat WAR Deployment Issue with 5.0.6

2003-08-14 Thread Joe Reger, Jr.
Two WAR files. Exactly the same, but with different names: myApp-(bld1035)-2003-08-07-(01-33-55PM).war myApp.war Both WARs have the same /META-INF/context.xml file with the line: Context path=/myApp docBase=myApp debug=1 reloadable=true crossContext=true On a clean Tomcat 5.0.6 I use

Simple Web App Deployment Issue

2003-04-05 Thread Manu Kits
Hello everyone, I am using JBoss with Tomcat Catalina and Apache Web Server on UNIX. My Web App name is HARI which has following structure: /hari/index.jsp /hari/hari.war /hari/WEB-INF/web.xml /hari/WEB-INF/classes/login.class /hari/WEB-INF/classes/process.class /hari/WEB-INF/classes/main.class