How to deploy a web application under Tomcat 5

2004-03-24 Thread Bachler, Elisabeth (Elisabeth)
Hello, I have installed Tomcat 5 under Solaris. Everything works fine. I now want to create my own application (MyApp) with the WEB-INF directory and so on. I do know there is a procedure to follow (you cannot just create the MyApp directory under the webapps dir!). I have read what the Tomcat

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Shapira, Yoav
(Elisabeth) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:41 AM To: '[EMAIL PROTECTED]' Subject: How to deploy a web application under Tomcat 5 Hello, I have installed Tomcat 5 under Solaris. Everything works fine. I now want to create my own application (MyApp) with the WEB-INF

Re: How to deploy a web application under Tomcat 5

2004-03-24 Thread Chong Yu Meng
these directories as you need. Yoav Shapira Millennium Research Informatics -Original Message- From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:41 AM To: '[EMAIL PROTECTED]' Subject: How to deploy a web application under Tomcat 5 Hello, I have installed

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Bachler, Elisabeth (Elisabeth)
to know where to find this information. I could not find it anywhere. Thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: miercoles, 24 de marzo de 2004 18:01 To: Tomcat Users List Subject: RE: How to deploy a web application under Tomcat 5 Hi, Read the First

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Mike Curwen
' Subject: RE: How to deploy a web application under Tomcat 5 THanks for your response, the problem is that I don't have a clue about how to create a WAR application. Mine is empty for the moment since I have no files. I only need Tomcat to recognize the structure MyApp | --- WEB

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Shapira, Yoav
Hi, THanks for your response, the problem is that I don't have a clue about how to create a WAR application. A WAR file is a type of jar file (which in turn is a type of zip file). You can create a WAR file using java's jar command or Ant's war task. files. I only need Tomcat to recognize the

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Shapira, Yoav
Hi, It seems to be a requirement of 4.x to have a web.xml file that contains at *least*: webapp /webapp Maybe the same is true with 5.x ? Yes. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential,

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Bachler, Elisabeth (Elisabeth)
PROTECTED] Sent: miercoles, 24 de marzo de 2004 18:10 To: Tomcat Users List Subject: Re: How to deploy a web application under Tomcat 5 I have a tutorial on my site that you can use : http://cymulacrum.net/writings/tomcat5/book1.html Shapira, Yoav wrote: Hi, Read the First Webapp guide: http

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Bachler, Elisabeth (Elisabeth)
webapps and restart TOmcat, right? THanks for your patience. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: miercoles, 24 de marzo de 2004 21:15 To: Tomcat Users List Subject: RE: How to deploy a web application under Tomcat 5 Hi, THanks for your response

Re: How to deploy a web application under Tomcat 5

2004-03-24 Thread Ben Souther
TOmcat, right? THanks for your patience. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: miercoles, 24 de marzo de 2004 21:15 To: Tomcat Users List Subject: RE: How to deploy a web application under Tomcat 5 Hi, THanks for your response, the problem is that I

Re: How to deploy a web application under Tomcat 5

2004-03-24 Thread James Black
Bachler, Elisabeth (Elisabeth) wrote: I don't quite understand what you are saying. My problem is that I don't know how to create a WAR file with the basic structure in it. I have to do it manually but I don't know how. COuld you tell me where to find the information?. Once I have this WAR file,

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Bachler, Elisabeth (Elisabeth)
: miƩrcoles, 24 de marzo de 2004 21:27 To: Tomcat Users List Subject: Re: How to deploy a web application under Tomcat 5 Bachler, Elisabeth (Elisabeth) wrote: I don't quite understand what you are saying. My problem is that I don't know how to create a WAR file with the basic structure in it. I have

Re: How to deploy a web application under Tomcat 5

2004-03-24 Thread Henry Martin
: miercoles, 24 de marzo de 2004 21:15 To: Tomcat Users List Subject: RE: How to deploy a web application under Tomcat 5 Hi, THanks for your response, the problem is that I don't have a clue about how to create a WAR application. A WAR file is a type of jar file (which in turn is a type of zip file

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Oswald Campesato
: RE: How to deploy a web application under Tomcat 5 Hi, THanks for your response, the problem is that I don't have a clue about how to create a WAR application. A WAR file is a type of jar file (which in turn is a type of zip file). You can create a WAR file using java's jar command or Ant's war

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Bachler, Elisabeth (Elisabeth)
Thanks!. I have never used Ant before but I will try. -Original Message- From: Henry Martin [mailto:[EMAIL PROTECTED] Sent: miercoles, 24 de marzo de 2004 21:44 To: Tomcat Users List Subject: Re: How to deploy a web application under Tomcat 5 Use Ant to build it!!! I can't say

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Bachler, Elisabeth (Elisabeth)
I know!!! I was using WAR file building and the results were not what I wanted THanks a lot -Original Message- From: Oswald Campesato [mailto:[EMAIL PROTECTED] Sent: miercoles, 24 de marzo de 2004 21:47 To: Tomcat Users List Subject: RE: How to deploy a web application under Tomcat 5