• Post Reply 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

JAVA_HOME VARIABLE

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai

is it necessary to set JAVA_HOME variable to run tomact 5.0.

i have installed tomacat and another two application servers under c:

1) one is weblogic
2) another is sun j2ee server

i have set path and classpath accordingly for all servers.

while i set JAVA_HOME=C:\bea\jdk142_08

and start tomcat , i can able to see the default home page.

while running my own application under web-app and try to access getting

this error:

description The server encountered an internal error () that prevented it from fulfilling this request.

i have also C:\Program Files\Java\jdk1.5.0_09


please suggest way


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

If you got the Tomcat main page then that is a good thing.

The message "description The server encountered an internal error () that prevented it from fulfilling this request." is a user friendly error message and does not actually tell you what is wrong.

You will need to look at your logs to see why your application generated an error. They are located in {tomcat-home}/logs/

Stu
 
I promise I will be the best, most loyal friend ever! All for this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic