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

Re: tomcat deployment (servlet)

2004-08-20 Thread Tim Funk
See Sun's Java Web Services Developer Pack http://java.sun.com/webservices/jwsdp/index.jsp -Tim [EMAIL PROTECTED] wrote: hi out there i am actually new to servlets and tomcat ofcourse. Basically the problem is that i have a servlet that i want to run in Tomcat. If you could just please tell

tomcat deployment (servlet)

2004-08-19 Thread Bhaarat19
hi out there i am actually new to servlets and tomcat ofcourse.  Basically the problem is that i have a servlet that i want to run in Tomcat.  If you could just please tell me simple steps on how to run a simple hello world servlet in tomcat ..i would really appreciate it.  and also tell me

RE: Tomcat Deployment with JBuilder

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
Have you tried using Ant? That way you can build your web app the way you like... -Original Message- From: Kayley Ma [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 10:51 PM To: Tomcat Users List Subject: Tomcat Deployment with JBuilder Hi, Just wondering if there are any tips

Re: Tomcat Deployment with JBuilder

2004-03-23 Thread k2ma
AM Subject: RE: Tomcat Deployment with JBuilder Have you tried using Ant? That way you can build your web app the way you like... -Original Message- From: Kayley Ma [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 10:51 PM To: Tomcat Users List Subject: Tomcat Deployment

RE: Tomcat Deployment with JBuilder

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 8:21 AM To: Tomcat Users List Subject: Re: Tomcat Deployment with JBuilder I'm a newbie so I don't know ant at all is there a way i can do in from the automatic generate

RE: Tomcat Deployment question

2004-03-22 Thread Shapira, Yoav
Millennium Research Informatics -Original Message- From: Kayley Ma [mailto:[EMAIL PROTECTED] Sent: Sunday, March 21, 2004 6:33 PM To: [EMAIL PROTECTED] Subject: Tomcat Deployment question Hi all, For a deployed WebApp with a applet and a servlet (I already generated a WAR in JBuilder), where

Re: Tomcat Deployment Question

2004-03-22 Thread k2ma
, ~Kayley~ - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 22, 2004 9:24 AM Subject: RE: Tomcat Deployment question Hi, The server doesn't need your .java files, only the compiled class files. You can put them

Re: Tomcat Deployment Question

2004-03-22 Thread k2ma
As u said, I changed my URL according to your advice but unfortunately, now there is another exception: java.io.EOFException... does this mean that my servlet file can be found now? Also, i now manually put my servlet class in:

Tomcat Deployment with JBuilder

2004-03-22 Thread Kayley Ma
deployment... when I try to manually include class files to the WEB-INF/classes folder, I notice that once I rebuild in JBuilder, the classes that I manually add in disappear... how can I modify the Jbuilder autoformat for a WebApplication compatible for Tomcat Deployment use? Thank you, Kayley

Tomcat Deployment question

2004-03-21 Thread Kayley Ma
Hi all, For a deployed WebApp with a applet and a servlet (I already generated a WAR in JBuilder), where should i put my servlet so that Tomcat knows where to find it? Current this is how my system is set up. Using JBuilder, I created a WebApplication where I direct the defaultroot folder to

RE: [ANNOUNCE] Maven Tomcat Deployment Plugin

2003-08-18 Thread Shapira, Yoav
Subject: [ANNOUNCE] Maven Tomcat Deployment Plugin Hi, I'm pleased to announce a new Maven plugin to deploy web applications within Tomcat. http://www.codeczar.com/products/tomcat This plugin deploys web-applications built with maven into Tomcat using the catalina-ant tasks which come with tomcat

Re: Tomcat deployment problem: Exception processing TLD--SOLVED

2003-07-24 Thread Aurele Venet
I am putting this in case some one refers to it in the future... I found the error by scanning old archives, basically the web.xml file in the module that was deployed contained references to tag-libs even though they were not used. This is because the developer of that perticular moduled

Re: Tomcat deployment under Unix

2003-07-24 Thread Tang Guangyu
PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 9:03 PM Subject: Tomcat deployment under Unix Hi all, I've just install Tomcat 4.1.24 under unix but when I launch it, my WAR files (in webapps directory) are not deployed. Could you help me ? Sam

Tomcat deployment problem: Exception processing TLD

2003-07-23 Thread Aurele Venet
Hola, we've just upgrade our tomcat server from 4.0.3 to 4.1.24 and after a few teething problems which I managed to fix, I am left with one app that refused to start up. This webapp worked fine in the previous installation. Here is the log error message I get, can any one be so kind as to

Tomcat deployment under Unix

2003-07-23 Thread Blanchet Samuel
Hi all, I've just install Tomcat 4.1.24 under unix but when I launch it, my WAR files (in webapps directory) are not deployed. Could you help me ? Sam

RE: Tomcat deployment under Unix

2003-07-23 Thread Shapira, Yoav
Howdy, I've just install Tomcat 4.1.24 under unix but when I launch it, my WAR files (in webapps directory) are not deployed. Could you help me ? Seeing as how you've already helped me with a bit of a laugh this morning, I feel obliged to return the favor ;) ;) What errors are in your log

Tomcat Deployment Question

2003-03-27 Thread Mark Phillips
I am trying to size new Java servlet/jsp/ejb application, and I am not sure how to determine how many users a typical a tomcat server can serve. I know this is a lot like asking how high is up?. However, I was hoping someone could give me some rules of thumb, guidelines, or references to other

Re: Tomcat Deployment Question

2003-03-27 Thread Patrick Martin
Your question is impossible to answer without filling in details like: What does your application do? What type of machine will you run on? Hardware and software specs. Chances are that it'll scale way past what you need. I've set up 5-10 Citibank card portfolios on a single tomcat server. To

Re: tomcat deployment

2002-04-30 Thread Nathan Coast
Thanks, It seems you are looking for a difficult way. I think the easiest way would be having some ant targets that put your war files in TOMCAT_HOME/webapps. Don't forget to have unpackWARs to be true in the Host element (in server.xml). does this work for updates to the war file? If

Re: tomcat deployment

2002-04-30 Thread Oki DZ
On 04/30 13:50 Nathan Coast wrote: does this work for updates to the war file? If I update the war file 10 times, will re-copying the file to the webapps directory re-deploy the webapp? You need to delete the directory of your webapp; it wouldn't be that hard. In addition to copying the war

Re: tomcat deployment

2002-04-30 Thread Craig R. McClanahan
On Tue, 30 Apr 2002, Oki DZ wrote: Date: Tue, 30 Apr 2002 14:31:13 +0700 From: Oki DZ [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: tomcat deployment On 04/30 13:50 Nathan Coast wrote: does this work for updates

RE: tomcat deployment

2002-04-30 Thread Whitcomb, Roger
Coast [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 11:50 PM To: Tomcat Users List Subject: Re: tomcat deployment Thanks, It seems you are looking for a difficult way. I think the easiest way would be having some ant targets that put your war files in TOMCAT_HOME/webapps. Don't

tomcat deployment

2002-04-29 Thread Nathan Coast
hi, I'm looking for the correct way to deploy / redeploy webapps into the tomcat web container from ant. I've followed a few threads in tomcat and ant user lists but am just getting confused. http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg51926.html

Re: tomcat deployment

2002-04-29 Thread Oki DZ
On 04/29 21:09 Nathan Coast wrote: I'm looking for the correct way to deploy / redeploy webapps into the tomcat web container from ant. I've followed a few threads in tomcat and ant user lists but am just getting confused. ... as far as I can see there are a number of options: 1) write a

Tomcat deployment

2001-02-22 Thread Amir Nuri
Hi Can I run two tomcat servers on the some machine ?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Tomcat deployment

2001-02-22 Thread Etienne Baert \(SPS Europe\)
: jeudi 22 f?vrier 2001 18:19 To: Tomcat-User Subject: Tomcat deployment Hi Can I run two tomcat servers on the some machine ?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED

RE: Tomcat deployment

2001-02-22 Thread Hensley, Zachary
As long as they are not running on the same port. -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 12:19 PM To: Tomcat-User Subject: Tomcat deployment Hi Can I run two tomcat servers on the some machine

RE: Tomcat deployment

2001-02-22 Thread Nael Mohammad
Yes, just modify the port number they will be using. For example, tomcat be default is 8080, so the second server would be port # 8081 -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 9:19 AM To: Tomcat-User Subject: Tomcat deployment Hi

FW: Tomcat deployment

2001-02-22 Thread Amir Nuri
In order to run two tomcat servers Do I use two server.xml files ?? and Where do i tell tomcat what server.xml to use ?? -Original Message- From: Nael Mohammad [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 7:53 PM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat deployment

RE: Tomcat deployment

2001-02-22 Thread Randy Layman
Yes. You start Tomcat with the -f path to server.xml. You must also use this when stopping Tomcat. Randy -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 2:22 PM To: Tomcat-User Subject: FW: Tomcat deployment In order

Autoreply: RE: Tomcat deployment

2001-02-22 Thread bwheeler
: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: Tomcat deployment Date: Thu, 22 Feb 2001 12:19:55 -0500 X-Mailer: Internet Mail Service (5.5.2650.21) X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N As long as they are not running on the same port. -Original Message- Fro

Autoreply: RE: Tomcat deployment

2001-02-22 Thread bwheeler
] Delivered-To: mailing list [EMAIL PROTECTED] From: "Etienne Baert \(SPS Europe\)" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Tomcat deployment Date: Thu, 22 Feb 2001 18:19:16 +0100 Message-ID: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: text/plain; charset="window

Autoreply: RE: Tomcat deployment

2001-02-22 Thread bwheeler
: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: Tomcat deployment Date: Thu, 22 Feb 2001 15:07:31 -0500 X-Mailer: Internet Mail Service (5.5.2653.19) X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Try looking into what it says about starting tomcat on a different port at the commen