Re: Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 8/29/13 7:50 AM, André Warnier wrote: > Michael Martin wrote: >> I have one .WAR to routinely deploy across various Tomcat >> Instances on different servers. >> >> I believe FarmWarDeployer can only be used within a cluster. From >> what

Re: Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread André Warnier
Michael Martin wrote: I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i understand, a cluster will require a HTTPD server with a mod_jk configured. Would anyone know of a way to ac

Re: deploy a war file

2010-10-02 Thread Mark Eggers
You can, although you'll have to reconfigure Tomcat in order to do this. However, it sounds like you want to place your war file where Apache httpd can see it (after enabling the mod_userdir and configuring it). If you do this and serve that directory with Apache httpd, some very unpleasant thin

Re : Deploy a WAR

2009-05-08 Thread Mosab Hsis
ne" ... "&&" ... "and" ... "||" ... "or" ... "*" ... "+" ... "-" ... "?" ... "/" ... "div" ... "%" ... "mod" ... Possible Source of Error: Class Name: org.apache.el.parser.ELParser File Name

Re: Deploy a WAR

2009-05-08 Thread Mark Thomas
Mosab Hsis wrote: > Hi everybody > I have a problem with Apache Tomcat in Netbeans 6.5 and Apache Tomcat > separated... > I made my project with Netbeans 6.5, the server is Apache Tomcat who is > included with it... > When I deploy, it work very good > But when a made my " *.WAR " How did you do

Re: deploy a war file

2008-05-19 Thread Ch Praveena
its exact location can be.. http://www.roseindia.net/servlets/introductiontoconfigrationservlet.shtml Hope this will definitely helps u.. 2008/5/20 Ch Praveena <[EMAIL PROTECTED]>: > webapps directory is under Tomcat_home directory.. For more information > for the directory structure of Tomcat

Re: deploy a war file

2008-05-19 Thread Ch Praveena
webapps directory is under Tomcat_home directory.. For more information for the directory structure of Tomcat refer www.roseindia.com . Soon after you download Tomcat, you can find this. There under webapps, copy the war file. 2008/5/20 ashok prabhu - Sun Microsystems - Bangalore India < [EMA

Re: deploy a war file

2008-05-19 Thread ashok prabhu - Sun Microsystems - Bangalore India
Hi, I am running solaris 10. Where do I find the webapps directory. Let me know the command to restart tomcat. Thanks, ~Ashok. Dilip Diascore Kolandairaj wrote: Just place the war file in tomcat/webapps directory and restart your tomcat. Note : Please make sure that you are not having the a

Re: deploy a war file

2008-05-19 Thread Fred K
hi, there are a few ways: - expend the war manually (jar -xvf my.war) into the ./webapps sub directory of your Tomcat. - use the tomcat manager if installed to upload the war. http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html Rgds - Fred On Tue, May 20, 2008 at 12:26 AM, ashok prabhu

RE: deploy a war file

2008-05-19 Thread Dilip Diascore Kolandairaj
Just place the war file in tomcat/webapps directory and restart your tomcat. Note : Please make sure that you are not having the any other application in the same name as that of WAR file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2008 9:

Re: deploy a war on startup

2005-10-28 Thread Iratxe Etxeberria Sainz-Ezquerra
Ok. I though that there is an option in context to deploy on startup...thanks!! Iratxe - Iratxe Etxebarria Sainz-Ezkerra Soporte Web External Global Services Tfno: 946 584 773 / 628 717 375 >>> [EMAIL PROTECTED] 10/28 8:49 >>> Try removing w

Re: deploy a war on startup

2005-10-27 Thread David Delbecq
Try removing webapps/webAppName/ and work/Catalina/Hostname/webAppName directories. I don't know if it is a recommanded way, but it give tomcat no other choice than exploding the war again :) Iratxe Etxeberria Sainz-Ezquerra a écrit : > > > > >Hello! >I am using tomcat 5.0.28. When we have the