Ashok Anumandla

Greenhorn
+ Follow
since Dec 06, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ashok Anumandla

This problem is classpath in your environment, your classpath should contains following three.
1.for javac classpath= c:\jdk1.2.2\lib\tools.jar
2.for jsp class file classpath=c:\jswdk-1.0.1\lib\jspengine.jar
3.for servlets classes classpath=c:\jswdk-1.0.1\lib\servlet.jar
Above three must be in your classpath.Try to add like your home directory.
I think this will help you
Thanx
Ashok
23 years ago
If you want to run jsp's in jswdk ,copy your jsp file under examples/jsp directory, startserver under jswdk home directory and url is http://localhost:8080/examples/jsp .If you want to run your working directory you need to edit your webserver.xml file, in that you need to change webApplication id ,mapping and docBase like exsisting one.
By
Ashok
23 years ago