This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
i am trying to install apache Jserv on win 95. but i am facing some errors. on request of the servlet it gives me 500 internal error. also the log files say that connection to ajpv11 not connected. but if i type http://127.0.0.1/jserv/ i get the result. i have checked the module directory it has the ApJserv***.dll. could some one help me out. but i did not find nay problem in NT.. weird.. is it something wrong or something that i havent installed in my Win 95... Thnx ------------------ denice the menace
denice the menace
John Bateman
Ranch Hand
Joined: Mar 09, 2000
Posts: 320
posted
0
Hi I had the same error, but on my Linux box, I fixed it by verifying I was pointing to the 'java BINARY' file in my wrapper.classpath property, originally I followed the docs that I had interpreted as being the path to the java clases. SO I 'had' /usr/local/bin/java instead of /usr/local/bin/java/bin/java After that the apj protocol loaded properly.
[This message has been edited by John Bateman (edited April 07, 2000).]