RE: Application Deployment on Tomcat 5.1

2004-10-27 Thread Shapira, Yoav
Hi, There's no such thing as Tomcat 5.1. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Suryaanil Lingamallu [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 26, 2004 6:54 PM >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Applicati

Re: Application Deployment on Tomcat 5.1

2004-10-26 Thread Ben Souther
Hello, Yes, you can do that and there are several ways you can go about it. This link goes over all of them. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html On Tue, 2004-10-26 at 18:53, Suryaanil Lingamallu wrote: > Hi, > > I need some help on deploying applications on To

Re: Application Deployment on Tomcat 5.1

2004-10-26 Thread e-Denton Subscriber
I would change appBase in server.xml to pint to WebDir. Then, create a context for each app with a URI relative to that base. Something like this: To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 5:53 PM Subject: Application Deployment on Tomcat 5.1 &

Application Deployment on Tomcat 5.1

2004-10-26 Thread Suryaanil Lingamallu
Hi, I need some help on deploying applications on Tomcat 5.1. I installed tomcat 5.1 on Windows 2003 Server in C:\Tomcat5.1\ I could create applications under /webapps directory. I need to create a custom deployment directory which is not under /webapps directory. Let's say that I need to cre

Web application deployment with .xml files with multiple virtual hosts

2002-09-24 Thread Raj Saini
Hi, I am using Tomcat 4.1.10. I integrated with Apache 1.3.x. I have multiple virtual hosts configured on tomcat. Tomcat 4.1.10 have a feature where we can deploy an application by coping a .xml file in with webapps directory. There are examples of admin and maanger applications. I want to de

disconnecting the "Automatic Application Deployment"

2002-07-04 Thread Gattaz, Olivier
Hello, I have also the problem of the "twice init" (note because the web applications in "$CATALINA_BASE/webapps" are loaded implicitly) and I seen int the documentation of Tomcat 4.1 that we will be able to disconnect the "Automatic Application Deployment" and the

RE: application deployment

2002-06-21 Thread Anoop Kumar V
doesnt work..send across the code..lets see that (although i dont know what to look for) regds, anoop -Original Message- From: Halil AKINCI [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 7:36 PM To: Tomcat Users List Subject: Re: application deployment Ahh.. I wrote wrong! I created

Re: application deployment

2002-06-21 Thread Halil AKINCI
Ahh.. I wrote wrong! I created it in web-inf directory. - Original Message - From: "Anoop Kumar V" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 5:00 PM Subject: RE: application deployment >

RE: application deployment

2002-06-21 Thread Anoop Kumar V
Subject: application deployment Hi, This is mine work environment; CPU: Intel Pentium II 400 MHz OS: Windows 98 Container: Apache tomcat 4.0 Java environment: jdk1.3 First I created a directory (called "Vt") into the tomcat's webapps directory, than wrote my servlet and compiled it

application deployment

2002-06-21 Thread Halil AKINCI
Hi, This is mine work environment; CPU: Intel Pentium II 400 MHz OS: Windows 98 Container: Apache tomcat 4.0 Java environment: jdk1.3 First I created a directory (called "Vt") into the tomcat's webapps directory, than wrote my servlet and compiled it (webapps>Vt>web-inf>classes>VTServlet.java)

RE: Automatic Application Deployment

2001-10-25 Thread Brad . Moreland
4, 2001 8:53 PM To: [EMAIL PROTECTED] Subject: Re: Automatic Application Deployment What you are describing should work. Are there any messages in the log files that might point at problems in deploying the app? Craig On Wed, 24 Oct 2001 [EMAIL PROTECTED] wrote: > Date: Wed, 24 Oct 2

Re: Automatic Application Deployment

2001-10-25 Thread Craig R. McClanahan
; To: [EMAIL PROTECTED] > Subject: Automatic Application Deployment > > Hi! > I am attempting to Auto Deploy a war (clmtest.war in this case) file. I put > it in the appBase ($CATALINA_HOME/webapps) and it expands automatically as > expected when I restart tomcat. My problem is that I

Automatic Application Deployment

2001-10-24 Thread Brad . Moreland
Hi! I am attempting to Auto Deploy a war (clmtest.war in this case) file. I put it in the appBase ($CATALINA_HOME/webapps) and it expands automatically as expected when I restart tomcat. My problem is that I cannot access my pages from a browser. I continue to get the standard 404 error that "T

RE: Question about WAR and application deployment

2001-10-04 Thread Jose Escobar
hanx in advance, Jose -Original Message- From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 3:44 PM To: [EMAIL PROTECTED] Subject: RE: Question about WAR and application deployment If you use a file URL then it assumes that you are pointing to

RE: Question about WAR and application deployment

2001-10-04 Thread Durham David Cntr 805CSS/SCBE
sage- From: Jose Escobar [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 4:40 PM To: [EMAIL PROTECTED] Subject: Question about WAR and application deployment Can anyone please tell me what is a local web application archive? Another thing after I create this: http://localhost:8181/

Question about WAR and application deployment

2001-10-04 Thread Jose Escobar
Can anyone please tell me what is a local web application archive? Another thing after I create this: http://localhost:8181/manager/install?path=/test&war=file:///C:/Program Files/Apache Tomcat 4.0/webapps/test/ Where do I store the class files and how do I invoke them? Thanx in advance, Jose