I've just set up Apache 1.3.6 and JServ 1.0b3 on a RedHat 5.2 system. I'm having
problems getting JServ to run my test servlet. The following is what I get in the
jserv.log. I'm assuming the IllegalAccessException is due to permissions. I've
played with the permissions on directories and files for the repositories to the point
of setting everything to 777 and making them owned by root. What could I have missed.
Or is it something else?
[08/04/1999 00:00:11:301 EDT] Initializing servlet request
[08/04/1999 00:00:11:303 EDT] Reading request data
[08/04/1999 00:00:11:402 EDT] Parsing cookies
[08/04/1999 00:00:11:582 EDT] Sending response headers.
[08/04/1999 00:00:11:663 EDT] java.lang.IllegalAccessException: HelloWorld
at org.apache.jserv.JServServletManager.load_init(JServServletManager.ja
va:421)
at org.apache.jserv.JServServletManager.loadServlet(JServServletManager.
java:383)
at org.apache.jserv.JServConnection.run(JServConnection.java:301)
at java.lang.Thread.run(Thread.java)
I also get the following in the mod_jserv.log
[07/04/1999 23:00:11:656] (ERROR) an error returned handling request via protoco
l "ajpv11"
Brad
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]