RE: mod_jk/apache+tomcat/400 bad request

2008-02-21 Thread philip.coates
Hi, You might want to put a Context element into your server.xml inside the relevant Host: Engine name=Catalina defaultHost=localhost Realm className=org.apache.catalina.realm.UserDatabaseRealm resourceName=UserDatabase/ !-- Define the default virtual host Note: XML

RE: mod_jk/apache+tomcat/400 bad request

2008-02-21 Thread philip.coates
Yup, I should be using a local context -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 21 February 2008 15:26 To: Tomcat Users List Subject: RE: mod_jk/apache+tomcat/400 bad request From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE:

RE: Mapping JSP's to outside of the war or expanded folder

2008-02-18 Thread philip.coates
We also do this with Velocity (we use Spring MVC rather than JSP) and point our Velocity ResourceLoader to somewhere else on the filesystem (away from any Apache document root so they aren't accessible). This brings benefits of being able to do hot-deploy of content/templates for urgent copy

Apache2 + Tomcat5 + mod_jk mounting issues

2008-02-11 Thread philip.coates
Hi - sorry if this is a repost as I found my email wasn't properly validated, We have a set-up of Apache 2 and Tomcat 5 on our dev server (running Debian). I have a VirtualHost set up that has a JkMount in it that corresponds to a Tomcat webapp (so far so standard), like JkMount /*webapp*