Tomcat Deploy issue with v 5.0.30

2005-09-06 Thread Aaron Pederson
Hello - I'm running into an autodeploy issue with Tomcat 5.0.30. In our tomcat install we are running two applications both of which are .war archives and reside in $TOMCAT_HOME/webapps/. The issue I'm seeing is when I run a fresh install of tomcat and drop in our application .war

RE: Tomcat Deploy

2005-03-21 Thread Allistair Crossley
as a WAR file which we then deploy by copying into the production webapps folder. You can also use the Tomcat deploy manager tool for this, adn I believe there are also some Tomcat specific Ant commands. But in general, Ant is what you need and some form of source control is a must esp. on multi

Tomcat Deploy

2005-03-20 Thread Geoff Wiggs
Quick question on deploying to Tomcat and Eclipse integration. If it's too far off topic I apologize in advance. The IDS is stellar for deploying to a single server. I personally have it deploying to Tomcat running on my workstation. What approach should I take for deploying to the production

RE: [tomcat] deploy simple HTTP doPost servlet to tomcat 5.0.28

2004-10-01 Thread Ernesto Echeverría
PROTECTED] -Original Message- From: Christian Ruediger [mailto:[EMAIL PROTECTED] Sent: Viernes, 01 de Octubre de 2004 08:56 a.m. To: Tomcat Users List Subject: [tomcat] deploy simple HTTP doPost servlet to tomcat 5.0.28 Hi folks, after trying the complex aproach without any success, I started

Tomcat deploy remote WAR via http

2004-06-15 Thread michael_simpson
I'm running Tomcat 5.0. I'm trying to deploy a remote WAR file to my tomcat using the ManagerServlet's html commands. Since the WAR file is not on the local disk of the tomat server, I'm sending it a callback http URL to download the WAR file but it is not working. (I'm trying to automate

Ant - Tomcat deploy question

2003-02-11 Thread John Ruffin
Hi folks, I'm running TC 4.1.18, ANT 1.5, J2SDK1.4.0_01 on a W2K server - Tomcat is running as a service. When ANT places my appName.war file in the Catalina_Home/webapps directory it doesn't deploy (i.e. unpack). I stopped and started the Tomcat service, that didn't deploy appName.war.

Re: Ant - Tomcat deploy question

2003-02-11 Thread Sean Dockery
] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: John Ruffin [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, February 10, 2003 15:21 Subject: Ant - Tomcat deploy question