• 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 problem

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
I got problems when I install apache jserv on freebsd.
here was what I did.
I log in root, installl jserv. touch the file
/var/log/mod_jserv.log
I relogin webadmin, modify httpd.conf, add
Includes /usr/var/etc/jserv.conf
restart apache.
the first time I was able to see the /jserv/ page,
but could not see the Hello world servlet example,
so I change the owner of the files. but now I lost all.
Any ideas which pages or modules should be changed permission?
Thanks,
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well... jserv was the "best free product of 1999". So in internet time, that's like 2 decades ago.

Details http://java.apache.org/ (read third paragraph)
 
Allen Chan
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey man, thanks.so what now? Tomcat or what else easy to start.
 
reply
    Bookmark Topic Watch Topic
  • New Topic