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

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: /files/* /realdir/files I can't seem to find a way in Tomcat to do that. Do I have to write my own filter? Any tips or help apprec

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

Tomcat -> Joram JMS configuration

2006-07-19 Thread Barrie Selack
uration. Any help would be appreciated. Barrie Selack - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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. 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 sho

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: Is there a way to do this for a Virtual Host in Tomcat? Als