Re: Restart one webapp

2010-02-20 Thread Konstantin Kolinko
2010/2/21 Jonathan Soons : > The documentation gives no way to append a username and password so this is > where I am stuck. > > www:~# wget localhost:8080/manager/list > --2010-02-21 02:31:52--  http://localhost:8080/manager/list > Resolving localhost... 127.0.0.1 > Connecting to localhost|127.0.

RE: Restart one webapp

2010-02-20 Thread Jonathan Soons
The documentation gives no way to append a username and password so this is where I am stuck. www:~# wget localhost:8080/manager/list --2010-02-21 02:31:52-- http://localhost:8080/manager/list Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8080... connected. HTTP request sen

RE: where can I download tomcat version 6.0.14 ?

2010-02-20 Thread Caldarale, Charles R
> From: Adam Posner [mailto:cuco2...@gmail.com] > Subject: where can I download tomcat version 6.0.14 ? > > The problem is, the directory structure of the most recent tomcat > release, version 6.0.24 is a little different from version 6.0.14 Not true, all Tomcat 6.0.x versions have had the same

Serving static files in a cluster

2010-02-20 Thread Imran Khan
Hey, I am using tomcat 5.5.26 on Ubuntu, currently having a clustered configuration, but having the entire cluster on a single box. I have the tomcat instances sitting behind apache. Eventually I'd like to move to cluster on different physical boxes. Part of our application involves serving files

where can I download tomcat version 6.0.14 ?

2010-02-20 Thread Adam Posner
Hi, I recently downloaded eclipse galileo, version 3.5 and installed the latest version of tomcat, version 6.0.24. The problem is, the directory structure of the most recent tomcat release, version 6.0.24 is a little different from version 6.0.14, the one I had working previously. (with eclipse 3

RE: Virtual host set-up woes

2010-02-20 Thread Caldarale, Charles R
> From: Eric P [mailto:eric.maill...@gmail.com] > Subject: Re: Virtual host set-up woes > > But I only get an blank page for a simple index.jsp file Indicative of a messed up configuration that doesn't have a default webapp. > $CATALINA_HOME/conf/server.xml > directory="logs" pr

Re: Virtual host set-up woes

2010-02-20 Thread Eric P
Caldarale, Charles R wrote: From: Peter McNeil [mailto:pe...@mcneils.net] Subject: Re: Virtual host set-up woes 1. edit conf/server.xml and add a section inside the tag that looks like this:- 2. create a directory inside your tomcat home directory called "yourhostapps" as defined above

RE: Restart one webapp

2010-02-20 Thread Caldarale, Charles R
> From: Jonathan Soons [mailto:jso...@juilliard.edu] > Subject: Restart one webapp > I have one webapp that randomly freezes. I detect this with a script > and restart tomcat. I would prefer to restart just the one webapp the > way the manager does. Is there a command line way to do this? Use cu

RE: Virtual host set-up woes

2010-02-20 Thread Caldarale, Charles R
> From: Peter McNeil [mailto:pe...@mcneils.net] > Subject: Re: Virtual host set-up woes > 1. edit conf/server.xml and add a section inside the tag > that looks like this:- > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > > >

Re: Virtual host set-up woes

2010-02-20 Thread Hassan Schroeder
On Fri, Feb 19, 2010 at 11:28 PM, Eric P wrote: > I've read the official 6.0 docs here over and over. > http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html > > But it seems like these docs are trying to give me a whole new context where > I can put more webapps (maybe I'm missing t

RE: DB connection error -Tomcat 6 config

2010-02-20 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: DB connection error -Tomcat 6 config > > BTW: i put my Oracle driver classes (classes12.jar or classes12.zip) in > WEB-INF/lib That works if your webapp is managing the connection pool (or you're not using one). If Tomcat manages

Re: Tomcat shutdown issue

2010-02-20 Thread André Warnier
As I believe someone already told you, there is no need to repeat every message twice. dBenjamin wrote: Tomcat not getting shutdown.. it shows the WARNING: StandardServer.await: Invalid command '' received can you pls find server.xml when I click shutdwon.bat server not listning it shows WARNI

Re: 6.0.24 SSL Session always New

2010-02-20 Thread André Warnier
iainmac wrote: 3. This page is made up of a parent frame and 2 sub-frames. 4. The parent frame (the named page that the redirect is to) does that check above i.e. tries to get the Username from the session object- This works successfully. This page begins to load. 5. The first sub-frame begins

Re: Virtual host set-up woes

2010-02-20 Thread Peter McNeil
Step by step: 1. edit conf/server.xml and add a section inside the tag that looks like this:- 2. create a directory inside your tomcat home directory called "yourhostapps" as defined above e.g. mkdir $tomcathome/yourhostapps 3. create a directory $tomcathome/conf/Catalina/yourhost 4.