Help with embedded server

2006-04-24 Thread Trevor Miller
Hi, On a standard binary tomcat distribution I can deploy JSP's without putting in any entries into the web.xml but when deployed on the embedded server I get 404's until I add: org.apache.jsp.index_jsp org.apache.jsp.index_jsp org.apache.jsp.index_jsp

Re: Change location of "work" directory?

2006-04-21 Thread Trevor Miller
Figured it out. Cast Context to StandardContext and call setWorkDir. Thanks!! On 4/21/06, Trevor Miller <[EMAIL PROTECTED]> wrote: > I assume that's in the server.xml file, which I'm not using. I'm using > the following code with no server.xml: > > System.set

Re: Change location of "work" directory?

2006-04-21 Thread Trevor Miller
CTED]> wrote: > > Yes, set the workDir attribute on the context element. > > -Original Message- > From: Trevor Miller [mailto:[EMAIL PROTECTED] > Sent: Friday, April 21, 2006 9:21 AM > To: users@tomcat.apache.org > Subject: Change location of "work" di

Change location of "work" directory?

2006-04-21 Thread Trevor Miller
o in the tomcat directory. Thanks, Trevor Miller - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]