Setting up two webapps directories for tomcat 7.x

2013-05-16 Thread Gautam R Singh (gautsing)
Hi, We are creating a small hosting environment for Tomcat 7.x, and we basically want to segregrate the webapps directory into two (systemapps, userapps). The dir userapps is where a user could deploy his apps, has correct perms to write to that dir. And systemapps is where certain monitoring war

Re: Cannot connect to tomcat through apache (proxy)

2012-04-16 Thread Gautam
m line is if you are going reference https, then you should have the certificate credentials in the right place. Otherwise remove the reference and let it default to http. I guess we were side tracked by the write up as it seemed to be well researched. Thanks again, Gautam

Cannot connect to tomcat through apache (proxy)

2012-04-14 Thread Gautam
80 on tomcat) setup but that did not work either. Can someone throw a light on what we need to do on tomcat in order for it work seamlessly? Thanks, Gautam - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addit

tomcat application manager

2011-06-29 Thread gautam
Hi Friends, I had deployed a war file(generated through eclipse) on tomcat5.5 running on windows server2008. It gives me error 404 and it's running status in tomcat application manager shows 'false'. While same war file is running smooth on tomcat5.5 running on Windows xp and windows seven. I can

What monitoring do you use/recommend?

2011-04-21 Thread Gautam R Singh (gautsing)
Hi List, My team maintains a small Tomcat 6.x hosting environment for our group ( intranet only) use. And its growing now (30+ production TC JVM instances). We haven't been doing any monitoring just the URL availability test . And now we are looking for options to monitor it better, we enabled r

Re: Deploy xyz.war as context path as / accessible by http://localhost:8080/ instead of http://localhost/xyz

2010-08-18 Thread Gautam
Hi PID, Thanks for your reply. Is there any other way than to use ROOT.war or softlink to ROOT? --GS On Wed, 2010-08-18 at 12:01 +0100, Pid wrote: > On 18/08/2010 11:24, Gautam wrote: > > Hi, > > > > I am new to Tomcat world and I am working on Tomcat 6.X on Solaris

Deploy xyz.war as context path as / accessible by http://localhost:8080/ instead of http://localhost/xyz

2010-08-18 Thread Gautam
Hi, I am new to Tomcat world and I am working on Tomcat 6.X on Solaris 10. C I want your help to figure out way to make an application war deploy with root context. I.e An app xyz.war is accessible by http://localhost:8080/ instead of http://localhost/xyz The current war file is named xyz.war, i

Unable to access installed applications

2006-06-06 Thread Gautam Sreeja
Hi, I just started working on Tomcat5.0 on Red Hat Linux. I just copied the Hello World example to create an application under CATALINA_HOME/webapps directory under the name helloWorld. When I try accessing my application using http://localhost/helloWorld, I get a message saying the requested

RE: Deploying in ROOT folder using a war file

2005-12-01 Thread Gautam Gothoskar
Hi Chuck, I tried using ROOT.war with Tomcat 5.5.12 and it worked fine. It does not work with Tomcat 4.1.x versions. I guess we will have to (finally) upgrade our Tomcat versions. thanks for all your help... all of you... regards, Gautam. --- "Caldarale, Charles R" <[EMAIL PROT

Re: Deploying in ROOT folder using a war file

2005-11-30 Thread Gautam Gothoskar
those files. I also have no ides why tomcat is extracting the files to TOMCAT_HOME/work/Standalone/localhost/_ . Thanks, Gautam. --- Mark Thomas <[EMAIL PROTECTED]> wrote: > Gautam Gothoskar wrote: > > Hi Mark, > > Thanks for the quick reply. But in doing the way >

Re: Deploying in ROOT folder using a war file

2005-11-30 Thread Gautam Gothoskar
Hi Mark, Thanks for the quick reply. But in doing the way you have mentioned, tomcat does NOT expand the classes etc in the ROOT folder. The application does get loaded and work. I was wondering if there is any way that the war file could be expanded in the ROOT folder? regards, Gautam

Deploying in ROOT folder using a war file

2005-11-30 Thread Gautam Gothoskar
Any help will be appreciated. Thanks, Gautam. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]