Re: default work directory?

2005-10-22 Thread Seak, Teng-Fong
Do you use pure Eclipse to debug? Or with a plugin like MyEclipse? My point is, instead of fiddling default work directory, couldn't you debug in that way? I use MyEclipse and I remember having seen a super tutorial in their website showing how to debug without tamper with Tomcat's default s

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

2005-10-22 Thread Hassan Schroeder
Bruce E. Stemplewski wrote: > Ah just did some searching and found that Tomcat is for Java and I > should be running Apache for PHP? If you're not using servlets/JSPs at all, *only* PHP -- yes, you should be using the Apache httpd. It's possible to run PHP with Tomcat, but only PHP4 (AFAIK), and

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 and before declarations: 404 /pages/error.jsp Regards, Chris. On 22 Oct 2005, at

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

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 a

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