• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

jsp

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
to work on jsp i have downloaded jswdk and when i tried to start my server the dos windows opens up and quickly vanished away. I am not able to understand the problem , I have already set the classpath , but i am not able to catch the problem. Pl. can anybody tell me the right procedure to begin i.e to create the environment for start righting the jsp code . I have also tried using tomcat but that also didn't work out.
Pl. tell me from scratch - exactly what all is needed to download or install and how to configure the same.
I am just getting frustrated as i think half of our time is waisted on setting/creating the environment to work on.
Please help me out.

Thanx.
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Download Tomcat from sun website. (Strongly recommended)
Tomcat includes Jsp1.1
Mahesh

Originally posted by swati maken:
to work on jsp i have downloaded jswdk and when i tried to start my server the dos windows opens up and quickly vanished away. I am not able to understand the problem , I have already set the classpath , but i am not able to catch the problem. Pl. can anybody tell me the right procedure to begin i.e to create the environment for start righting the jsp code . I have also tried using tomcat but that also didn't work out.
Pl. tell me from scratch - exactly what all is needed to download or install and how to configure the same.
I am just getting frustrated as i think half of our time is waisted on setting/creating the environment to work on.
Please help me out.

Thanx.


 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The .jar files left over from your JSDK installation WILL cause very odd errors. You MUST remove JSDK before installing Tomcat. I wasted two days due to jsdk.jar being in my classpath.
I do not understand why anybody downloads JSDK when the Sun site clearly states that servlet and JSP development has been handed over to the Apache organization.
Only Tomcat is current with the 1.1 JSP API and 2.2 servlet APIs.
Bill

------------------
author of:
 
Put a gun against his head, pulled my trigger, now he's dead, that tiny ad sure bled
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic