I have a few suggestions you can try, although I am not sure if these will work
a)In the Property file (not backup file)
JavaWebServer2.0\properties\server\adminserver\server.properties
change the following setting to false.
# Use
servlet security manager?
server.security=true
b) in the following JDK file
D:\jdk1.2.2\jre\lib\security\java.policy
add these two lines in the end:
permission java.security.AllPermission "*", "read";
permission java.security.AllPermission "*", "write";
This as you can make out, would allow all read write permissions to every one, which could be a security hole. but you can try it.
I havent worked on 1.3 so I have no Idea why you might be having this problem with it.
at a time only one classpath is supported by the Operating system.
HOH
Mohit Joshi