• 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

Problems with Tomcat

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have set the JDK PATH in Java Home of Catalina.bat and even in Classpath.
But still not able to run my jsp.
[ January 06, 2005: Message edited by: Nathan Pruett ]
 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Swapna,
you need to set the CATALINA_HOME to your tomcat folder in your system environment. did u set it up?
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
swapna sri,

There is an Apache/Tomcat specific forum on this site, you might get better responses there.

When you ask, try to be more specific.
Let them know:
  • What operating system you are using
  • What JRE/JDK you are using
  • What version of Tomcat you are using.
  • If you were able to get Tomcat running at all.
  • What error messages you are getting (if any)
  • If your JSP is small, post the code
  • If you JSP is large, did you try with a simple (hello, world) jsp?

  • Don't make them ask you lots of questions if you don't need to.

    Good-Luck
    -Ben
     
    Bartender
    Posts: 4121
    IntelliJ IDE Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Moving to the Tomcat forum...
     
    Ranch Hand
    Posts: 295
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Swapna,

    This Link might help you in setting your Tomcat properly.

    Find the parameters to add, in one of my posts there.

    Follow them, and I hope your Tomcat will come to life.

    Cheers,
    Swamy
     
    Don't get me started about those stupid light bulbs.
    reply
      Bookmark Topic Watch Topic
    • New Topic