Servlet/JSP source code to save data in a file

2007-02-10 Thread Teh Noranis Mohd Aris
Dear all, Does anyone have the Servlet/JSP source code to save data in a file that will be located in the server? I need the source code very urgently. I have my own version but it is not working. Please help me! Thank you. Yours Sincerely, TEH NORANIS --

Unable to work with Tomcat 4.0

2007-02-10 Thread Rahul Choubey
Dear Friends, I have installed Apache Tomcat version 4.0 in my system. I am getting the homepage correctly on writing http://localhost:8080 on the browser's address bar but when I go to servlets example page I am unable to execute the servlets,the same is the problem with JSP too.I am getting the

Re: CGI environment variables

2007-02-10 Thread Mark Thomas
Patrick Lee wrote: > Hi, > > I have an issue with CGI scripts (Perl based) running under Tomcat on > Windows 2000 getting URL's wrong by using backslashes instead of forward > slashes. > > Does anyone know how to fix this? It is a bug. I have fixed it in svn and it will be in the next 5.5.x and

Re: custom error page for 500

2007-02-10 Thread Len Popp
The exception and other bits of error info are available as attributes of the request. For details see section 9.9 in the Servlet 2.4 spec and section 1.4.3 in the JSP 2.0 spec. -- Len On 2/10/07, Markus Sabadello <[EMAIL PROTECTED]> wrote: Hi, I have a cutom .jsp page handling my 500 errors. C

RE: Tomcat 5.5.20 on Windows - Service and App

2007-02-10 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.20 on Windows - Service and App > > When starting Tomcat by hand using 'bin/startup run' I get > the message: > JAVA_HOME should point to a JDK not a JRE Use JRE_HOME, not JAVA_HOME, if you have only a JRE installed. -

Re: Tomcat 5.5.20 on Windows - Service and App

2007-02-10 Thread Len Popp
When you run Tomcat with startup.bat it uses the JAVA_HOME environment variable to find the JAVA JVM. You must set JAVA_HOME to the JVM you want to use. When you run it as a service, the service wrapper gets the JVM location and other settings from the registry. You can change these using the Con

Re: [OT] mod_jk replacement?

2007-02-10 Thread JNeuhoff
I'll let everybody know as soon as I have more news on how to resolve it. Will post it on this message thread: http://www.nabble.com/Anybody-using-Apache-2.0.59-and-Tomcat-5.5.17-on-Windows-2003-tf3200025.html Juergen babu wrote: > > Hi, > > I am also running with same problem, Please let m

Why does this not work with Thunderbird 1.5.0.9?

2007-02-10 Thread Stefan Riegel
Hello again, see also my unresolved problem "Cache problems with static resources" http://www.nabble.com/Cache-problems-with-static-resources-tf3031321.html#a8422512 I did try for days to find a solution. Should I ask in the developer list if this is a bug? - The configuration entry should

Re: Large number of active sessions

2007-02-10 Thread Pid
David Wall wrote: I hope all this 'bot' talk doesn't prevent a resolution to the bug long-standing bug regarding sessions that never terminate, long after I've been monitoring one of our public apps using Lambda Probe and we don't seem to suffer from the problem, on tc5.5.17. We have our ses

custom error page for 500

2007-02-10 Thread Markus Sabadello
Hi, I have a cutom .jsp page handling my 500 errors. Can I somehow access and display the original exception message and trace ? greetings

Tomcat 5.5.20 on Windows - Service and App

2007-02-10 Thread news
Hello, I ve downloaded two Windows versions of Tomcat. First the Serviceinstaller, second the 'normal' zip archive. Than I installed the Java JRE (!) on my system. When starting the service installation of Tomcat the programm runs fine. When starting Tomcat by hand using 'bin/startup run' I get