• 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-Tomcat Integration

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to integrate Tomcat3.2.1 and Apache1.3.9 to work with JSP and Oracle. I have installed mod_jserv also as server adapter. Appropriate changes were done in the tomcat.conf file in Tomcat and httpd.conf of Apache.
In httd.conf the following lines were added:
include d:/jakarta-tomcat-3.2.1/conf/tomcat-apache.conf
include d:/jakarta-tomcat-3.2.1/conf/tomcat.conf
I start Tomcat and then Apache, in starting Apache I get the syntax error in line where the line is
ApjServManual on
Could you help me out!!!
Thanks in advance,
Suresh.
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is really a question more suitable for the Servlets/JSP forum, so I've moved it for you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic