How do you do virtual directory / path mapping in a webapp

2007-01-10 Thread Barrie Selack
I am converting from Resin and there I can map a directory not inside the webapp to one which can be reached via a URL and translated by Resin as below: path-mapping url-pattern/files/*/url-pattern real-path/realdir/files/real-path /path-mapping I can't seem to find a way in Tomcat

Re: How do you do virtual directory / path mapping in a webapp

2007-01-10 Thread Barrie Selack
managing a web app should be done in the web app configuration, not at the OS level (too many external things to go wrong). Hopefully I'll quickly find an alternate solution, or I guess it's back to Resin. Regards, Barrie -Tim Barrie Selack wrote: I am converting from Resin and there I can map

Tomcat - Joram JMS configuration

2006-07-19 Thread Barrie Selack
=localhost/ init-param java.naming.factory.port=16400/ /jndi-link I can't find any good documentation for a Joram- Tomcat configuration. Any help would be appreciated. Barrie Selack - To start a new topic, e-mail: users

Tomcat - Joram JMS configuration (sent the correct way...)

2006-07-19 Thread Barrie Selack
My apologies for sending the message incorrectly, as a response to another message. Mark pointed out my error, and said many may not see it, so I'm resending it correctly. Again apologies. Barrie Selack I've been using Resin, but I'm switching to Tomcat and am having problems

Re: How to redirect URLs

2006-07-17 Thread Barrie Selack
I've been using this Url Rewrite Filter for several years now.. and it's actively developed with new features. http://tuckey.org/urlrewrite/ Regards, Barrie Dear All, I have setup the Tomcat sever and Application, its working fine.. but I got the long URL now I want to make it short Ex :

using addRepository to add additional classpaths

2006-07-13 Thread Barrie Selack
Is there an example of using this __ addRepository() __ either in a web application, or a way to configure it at startup? I need to have additional classpaths for migrating from Resin to Tomcat. Any help is appreciated. Barrie Selack

Adding classpaths and path mapping

2006-07-12 Thread Barrie Selack
I've been looking through the Tomcat docs (there are so many...) and I can't find the following two things. I am wondering if they are available? In Resin you can specify addition class paths for loading resources such as: classpath id='WEB-INF/properties'