Hi, On 18 Apr 2005 at 14:19, Woodchuck wrote:
> hihi, > > is this what you're trying to achieve? > > -have all servlets deployed under Tomcat's webapp directory like usual > -but then place modified/customized servlets to user's directories > whenever desired (and this one overrides the webapp one) Not necessarily override just in their home directory. For example I have http://serveraddress/~steve/webapps/Test.jsp which works fine but if the jsp is using a bean or I put a standalone servlet (with the proper web.xml which has a servlet mapping) the bean or servlet can't be found. However they both work under the main webapps directory tomcat. > > woodchuck > > > --- Steve Ochani <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > I'm using tomcat 5.5.7 and have configured userconfig in server.xml > > to look in user's > > public_html subdir for jsps etc. Jsp files work in user directories > > but java beans and > > servlets do not. > > > > Does anyone have tomcat working to beans and servlets also work in > > user's > > public_html subdirectories? > > If so I would appreciate some help. > > > > Thanks > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > __________________________________ > Yahoo! Mail Mobile > Take Yahoo! Mail with you! Check email on your mobile phone. > http://mobile.yahoo.com/learn/mail > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
