Re: How to configure Access logs to ignore images

2011-05-07 Thread Arun Rajendran
Can anyone help us in blogging in particular IP logging in tomcat access log? johnrock wrote: > > I have set up an Access Log in Tomcat 6. Can someone tell me how to limit > access logging to only .jsp's and .html pages? > > I have read numerous posts and it is amazing how many r

RE: Restarting Tomcat remotely

2011-05-07 Thread Noah, Craig [USA]
The only solution I know is to be able to remotely log into the server to run the shutdown/startup scripts. Craig Noah Booz Allen Hamilton noah_cr...@bah.com From: Asha K S [a...@adobe.com] Sent: Monday, May 02, 2011 11:29 PM To: tomcat-u...@jakarta.apache

Re: Same .war handling more Context Path

2011-05-07 Thread GF
Thank you for your answer. The problem is that the underlying technology i'm using (Struts2) doesn't make this very simple to handle in the folloowing url generation tasks. On Sat, May 7, 2011 at 2:32 PM, Ognjen Blagojevic wrote: > GF, > > On 7.5.2011 10:41, GF wrote: >> >> Is there some alternat

Re: Same .war handling more Context Path

2011-05-07 Thread Ognjen Blagojevic
GF, On 7.5.2011 10:41, GF wrote: Is there some alternative way? I have the underlying .war written in struts2 and it's context-path indipendent, so the best choice for me would be to place the "language" information in the context-path section of the url. I use one webapp at ROOT context which

Same .war handling more Context Path

2011-05-07 Thread GF
Hello, the only way i found to handle with a single .war more than one context path is the following in the server.xml But this cause myApp being "loaded" TWICE (or many times if i wish to handle many languages, it, en, fr, and so) Is there some alternative way? I have the underly