RE: Adding a new webapps directory

2009-10-19 Thread Jeffrey Janner
Users List Subject: RE: Adding a new webapps directory From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Adding a new webapps directory It's possible to add a new webapps directroy more then the default tomcat webapps (/opt/tomcat/webapps) ? There is no means of specifying more than one

RE: Adding a new webapps directory

2009-10-19 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: Adding a new webapps directory On a related note, is the appBase required? I think I tried it at 4.x and Tomcat wouldn't come up without it. I'm at 5.5.x now, going to 6.x in the near future. Is it still required

RE: Adding a new webapps directory

2009-10-19 Thread Jeffrey Janner
Thanks, I'll just leave things as is: empty directory with unpackWars set to false. Jeff -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, October 19, 2009 10:55 AM To: Tomcat Users List Subject: RE: Adding a new webapps directory From

Re: Adding a new webapps directory

2009-10-18 Thread Ziggy
Can't this not be achieved by using a different CATALINA_BASE? On 10/17/09, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory at http://127.0.0.1:8080/ServletExample i get blank page. Any way

RE: Adding a new webapps directory

2009-10-18 Thread Caldarale, Charles R
From: Ziggy [mailto:zigg...@gmail.com] Subject: Re: Adding a new webapps directory Can't this not be achieved by using a different CATALINA_BASE? Only if you want two instances of Tomcat running, not one. Read the RUNNING.txt file in the Tomcat download. - Chuck THIS COMMUNICATION MAY

RE: Adding a new webapps directory

2009-10-17 Thread Caldarale, Charles R
From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Adding a new webapps directory It's possible to add a new webapps directroy more then the default tomcat webapps (/opt/tomcat/webapps) ? There is no means of specifying more than one appBase directory per Host. However, each Host

Re: Adding a new webapps directory

2009-10-17 Thread Marco Rocco
Caldarale, Charles R ha scritto: From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Adding a new webapps directory It's possible to add a new webapps directroy more then the default tomcat webapps (/opt/tomcat/webapps) ? There is no means of specifying more than one appBase directory

Re: Adding a new webapps directory

2009-10-17 Thread Marco Rocco
Caldarale, Charles R ha scritto: From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Adding a new webapps directory It's possible to add a new webapps directroy more then the default tomcat webapps (/opt/tomcat/webapps) ? There is no means of specifying more than one appBase directory

RE: Adding a new webapps directory

2009-10-17 Thread Caldarale, Charles R
From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory Ok, i think that I would add a new Host, io order to do this: I have to add a new Host section in /opt/tomcat/conf/server.xml ? Correct. Doc for virtual hosting for the current level is here: http

Re: Adding a new webapps directory

2009-10-17 Thread Marco Rocco
Caldarale, Charles R ha scritto: From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory Ok, i think that I would add a new Host, io order to do this: I have to add a new Host section in /opt/tomcat/conf/server.xml ? Correct. Doc for virtual hosting

RE: Adding a new webapps directory

2009-10-17 Thread Caldarale, Charles R
From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory in /opt/tomcat/conf/server.xml i have added: Host name=Myservlets appBase=/home/marco/Myservlets/ But if i try to access it at http://localhost:8080/ServletExample i get: _The requested resource

Re: Adding a new webapps directory

2009-10-17 Thread Marco Rocco
Caldarale, Charles R ha scritto: From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory in /opt/tomcat/conf/server.xml i have added: Host name=Myservlets appBase=/home/marco/Myservlets/ But if i try to access it at http://localhost:8080/ServletExample i get

RE: Adding a new webapps directory

2009-10-17 Thread Caldarale, Charles R
From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory at http://127.0.0.1:8080/ServletExample i get blank page. Any way this is server.xml if this can help you: http://pastebin.com/f5fecfa93 That looks ok. Is there anything in the logs? Try configuring