Re: What new in Tomcat 6.0 ?

2007-09-05 Thread Peter Boughton
i All!! > > I am new to Tomcat. Can someone tell me what is new in Tomcat 6.0 compared > to the last version. > > Thanks in advance > > Regards > Ashish > -- \ \ Peter Boughton blog.bpsite.net / /

Re: a problem of tomcat5 start

2007-09-03 Thread Peter Boughton
om. > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- \ \ Peter Boughton blog.bpsite.net / /

Re: full path of 404 file

2007-09-02 Thread Peter Boughton
27;m content to leave it.) Thanks to everyone for all the help & suggestions. :) Peter On 9/2/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > > On 9/2/07, Peter Boughton <[EMAIL PROTECTED]> wrote: > > > I don't have a WEB-INF directory created yet - it does ge

Re: full path of 404 file

2007-09-02 Thread Peter Boughton
/usr/local/jakarta/tomcat/webapps JkMount /* ajp13 JkUnMount /*.html ajp13 JkUnMount /*.jpg ajp13 JkUnMount /*.gif ajp13 JkUnMount /*.png ajp13 JkUnMount /*.php ajp13 ==== Thanks, Peter On 9/2/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Peter Boughton

Re: HTTP method GET is not supported by this URL

2007-09-02 Thread Peter Boughton
deploying your own app(s). > > FWIW, > -- > Hassan Schroeder [EMAIL PROTECTED] > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- \ \ Peter Boughton blog.bpsite.net / /

Re: full path of 404 file

2007-09-02 Thread Peter Boughton
/2/07, Mark Thomas <[EMAIL PROTECTED]> wrote: > > Peter Boughton wrote: > > Ooops. > > This is what I currently have: > > > > > > www.mydomain.com > > reloadable="true"/> > > > > > > What do I need to change

Re: full path of 404 file

2007-09-02 Thread Peter Boughton
Ooops. This is what I currently have: www.mydomain.com What do I need to change so that mydomain.com/whatever will load /home/user0/public_html/whatever ? On 9/2/07, Mark Thomas <[EMAIL PROTECTED]> wrote: > > Peter Boughton wrote: > > As far as I can tell, the appBa

Re: full path of 404 file

2007-09-02 Thread Peter Boughton
I'm not really trying to use webapps at all - I want each Host to be associated with a user account, like this: ... ... ... On 9/2/07, Bill Barker <[EMAIL PROTECTED]> wrote: > > > "Peter Boughton" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED

HTTP method GET is not supported by this URL

2007-09-01 Thread Peter Boughton
f references to servlets not having doGet or doPost methods - but this is the main JspServlet so that shouldn't be the case, right? Anyone got any suggestions on how to fix it? On 9/1/07, Peter Boughton <[EMAIL PROTECTED]> wrote: > > Only error/warning I can see in catalina.out is

Re: full path of 404 file

2007-09-01 Thread Peter Boughton
che.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- \ \ Peter Boughton blog.bpsite.net / /

Re: full path of 404 file

2007-09-01 Thread Peter Boughton
. I'm tempted to just try wiping the conf dir and manually build up from a mimimal configuration... On 9/1/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > > On 9/1/07, Peter Boughton <[EMAIL PROTECTED]> wrote: > > Thanks for the suggestion. I tried access logging

Re: full path of 404 file

2007-09-01 Thread Peter Boughton
xml Are there any other patterns that I'm missing? I'll see if I can get a custom 404 working. Thanks, Peter On 9/1/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > > On 9/1/07, Peter Boughton <[EMAIL PROTECTED]> wrote: > > > How do I find the full filen

full path of 404 file

2007-09-01 Thread Peter Boughton
Hello. If I go to www.mydomain.com/index.jsp I get a 404 from Tomcat, despite there definitely being an index.jsp in the webroot. I assume that means it is not looking at the right directory. How do I find the full filename Tomcat is looking for when producing the 404? Thanks, Peter