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 this
 is server.xml if this can help you: http://pastebin.com/f5fecfa93

 That looks ok.  Is there anything in the logs?

 Try configuring an AccessLogValve for this Host to see what's coming in
 and going out:

   Host name=myservlets appBase=/home/marco/myservlets
 Valve className=org.apache.catalina.valves.AccessLogValve
  directory=logs  prefix=myservlets_access_log.
 suffix=.txt
  pattern=common resolveHosts=false/
   /Host

  - Chuck


 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
 MATERIAL and is thus for use only by the intended recipient. If you received
 this in error, please contact the sender and delete the e-mail and its
 attachments from all computers.


 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



-- 
Sent from my mobile device

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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 CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Redeploy problem in 6.0.20

2009-10-18 Thread Keiichi Fujino

I don't know target date for the release of 6.0.21.


Andrew Morgan wrote:
 
 On Thu, 15 Oct 2009, Keiichi Fujino wrote:
 

 Hi Andrew.

 Check this BZ47343.
 https://issues.apache.org/bugzilla/show_bug.cgi?id=47343

 Perhaps, it is the same as this BugReport.
 This bug is corrected by 6.0.21.

 Best Regards.
 
 That does sound like my problem!  Is there a target date for the release 
 of 6.0.21?
 
 Thanks,
   Andy
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Redeploy-problem-in-6.0.20-tp25915514p25952261.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Cannot reload a virtual host webapp with web.xml

2009-10-18 Thread jasonsa

When modifying the web.xml (c:/mywebapps/app/WEB-INF/web.xml) the webapp does
not reload with this configuration...

 Host name=mysite.com appBase=webapps
   Context path= docBase=c:/mywebapps/app reloadable=false
 WatchedResourceWEB-INF/web.xml/WatchedResource
  /Context
 /Host

However, it does reload with the following, BUT, my webapp is loaded
twice...

 Host name=mysite.com appBase=c:/mywebapps
   Context path= docBase=app reloadable=false
 WatchedResourceWEB-INF/web.xml/WatchedResource
  /Context
 /Host

Note, I don't want to use the reloadable attribute. Can anyone find a
solution for either configuration?
-- 
View this message in context: 
http://www.nabble.com/Cannot-reload-a-virtual-host-webapp-with-web.xml-tp25952430p25952430.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org