Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

500 internal server error

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

We are using a windows based server and tomcat is installed in the server.
The programs has three parts- JSP pages, Servelets , and My SQL database.

We have uploaded the war file into the server and we got the first JSP page.
but We couldn't get any other page were servetls are used to do the program and also we are unable to get the results.

the error displayed is"500 internal server error". ("This is more generic One")
As we understand, the problem is due to the java servelet is not working in the server.
We tried to to resolve it but it was not working
The database connection is working.

and it is working well in the local host but when uploaded into server, it is not working.

Can anyone help us. please...
Thanks
Deepa
 
Ranch Hand
Posts: 62
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

We tried to to resolve it but it was not working


How did you try to resolve it?

Did you try accessing a simple jsp page (probably having just a scriptlet displaying current date).

and it is working well in the local host but when uploaded into server, it is not working.


You mean to say in your local server the web app is working fine, but not in other server?
 
deepa Vijayan
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
thank you, the problem is solved.
 
    Bookmark Topic Watch Topic
  • New Topic