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

Apache Jserv

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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).]
 
You got style baby! More than this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic