Re: HTTP status error 500 in tomcat 4.1.36

2007-09-17 Thread Juha Laiho
On Mon, 17 Sep 2007, bharatp80 wrote: > Thanks for your quick reply. > > but i am surprised the same code is working on another server. Such things do happen. > so i guess to doubt on test.jsp is not appropriate. But still, the error message shows that is where the error happens. So, that is th

RE: HTTP status error 500 in tomcat 4.1.36

2007-09-17 Thread Propes, Barry L
Do your files even compile? I had a problem running TC 4.1.31, but it was prior to running files on the server. Since some of the API methods varied slightly, I had several servlets that would not even compile. Of course this was when I tried to upgrade the JVM, which was necessary to run (I bel

Re: HTTP status error 500 in tomcat 4.1.36

2007-09-17 Thread bharatp80
Thanks for your quick reply. but i am surprised the same code is working on another server. Actually i am moving the web server from another server where it is working just fine.the only difference between this two configuration is on new server i have tomcat 4.1.36 and jdk 1.6 and on running ser

RE: HTTP status error 500 in tomcat 4.1.36

2007-09-17 Thread Propes, Barry L
not a surprise to me...not with the experience I had. Try manually compiling one of your servlets and see what happens. -Original Message- From: bharatp80 [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 2:31 PM To: users@tomcat.apache.org Subject: Re: HTTP status error 500 in

Re: HTTP status error 500 in tomcat 4.1.36

2007-09-17 Thread Juha Laiho
On Mon, 17 Sep 2007, bharatp80 wrote: > Hello Everyone, > > I am getting this error while loading the first test.jsp file after a fresh > windows 2000 server installation and new tomcat 4.1.36 and iis 5.0 > configuration. > after installing and configuring tomcat 4.1.36 i tried my sample applicat