Re: Tomcat in the development envrionment (avoiding undepoly / deploy)

2005-10-22 Thread Bob Hall
--- Bruce E. Stemplewski [EMAIL PROTECTED] wrote: Ah just did some searching and found that Tomcat is for Java and I should be running Apache for PHP? Bruce, I would have thought so too, but a quick Google search of 'Tomcat PHP' produced a 1st hit of:

Re: Server Access Log and Request Information

2005-10-22 Thread TK
Thanks for the replies. I wonder if this method is applicable to other servers like Apache. What happen if I do not have the rights to modify the pages or the pages are not JSPs? Regards, TK On 10/21/05, Mauricio Fernandez A. [EMAIL PROTECTED] wrote: TK, If i understand what you want, you

Custom error page when ...

2005-10-22 Thread Roberto Bottoni - AfterBit
Hi, I would like to replace a custom error page when i get a : HTTP Status 404 .. The requested resource (/..) is not available with Tomcat 5. How I make this ? Thanks. Roberto. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Remote deployments in Tomcat 5.5.9

2005-10-22 Thread Nehal Sangoi
Hi, I am currently implementing Tomcat 5.5.9 on solaris10. I need to know the configuration details of manager deployer, that can be used to deploy webapps on remote tomcat hosts. I have written an ant build script. But that is doing only a deployment and onto local machine itself. Please guide

Re: Custom error page when ...

2005-10-22 Thread Chris Birch
You can add pages for HTTP response codes to you web.xml file for each web application you deploy within Tomcat. Add the following to your web.xml file after welcome-file-list and before taglib declarations: error-page error-code404/error-code