Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 1484 invoked from network); 10 May 2000 18:27:11 -0000 Received: from mail.pathtech.com (24.129.15.105) by locus.apache.org with SMTP; 10 May 2000 18:27:11 -0000 Received: by postal.external.pathtech.com with Internet Mail Service (5.5.2650.21) id ; Wed, 10 May 2000 14:29:02 -0400 Message-ID: From: "Gould, Troy" To: "'tomcat-user@jakarta.apache.org'" Subject: RE: Tomcat - Apache on solaris 7 Date: Wed, 10 May 2000 14:28:47 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Try this: /examples/servlet/ This should be the proper path to your servlets/jsp. If this works, then skip to step 2, otherwise keep reading.... Try the following: look inside your TOMCAT_HOME/conf/server.xml file for "port" and you should see two values. One will be 8007 and the other will probably be 8088. Then do this http://:8088/examples/servlet/ If the servlet/jsp file runs then you know that tomcat is running, it just isn't properly setup to run as a part of apache. (Ask for more help on this.) Step 2: To turn off tomcat stand-alone and only allow it to work with apache, comment out with between the and for the xml tag containing Hope this helps. Troy Gould Software Engineering Consultant Pathtech Software Solutions, Inc. a Strategic Technologies Company, Inc. -----Original Message----- From: pradeep@mantranet.com [mailto:pradeep@mantranet.com] Sent: Wednesday, May 10, 2000 2:12 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat - Apache on solaris 7 Hello Everyone, I have been trying to configure tomcat 1.0 to co-operate with the Apache web server 1.3.6 on Solaris 7 with both tomcat and Apache running on the same host. i build jmod_serv.so on solaris 7 with the tomcat source. Here i am trying to configure Apache to send any request for a resource that starts with the /examples prefix to be served to Tomcat. With this set up i could see only static web pages being served. Serving of all the files with jsp extension is failing. I have followed the setup steps provided in tomcat_ug.html. Please let me know what could be the reason for Apache to fail serving *.jsp files. Thnaks Pradeep The last line of htpd.conf contains the following line include ./conf/tomcat.conf Apache error_log contains following statements [Wed May 10 11:36:38 2000] [notice] Apache/1.3.6 (Unix) tomcat/1.0 configured -- resuming normal operations ------------------- tomcat.conf - created by tomcat as jakarta-tomcat.conf ------------------- LoadModule jserv_module libexec/mod_jserv.so ApJServManual on ApJServDefaultProtocol ajpv12 ApJServSecretKey DISABLED ApJServMountCopy on ApJServLogLevel debug ApJServDefaultPort 8007 AddType examples/jsp .jsp AddHandler jserv-servlet .jsp Alias /examples /usr/local/apache/tmp/jakarta-tomcat/webapps/examples Options Indexes FollowSymLinks ApJServMount /examples/servlet /examples AllowOverride None deny from all Alias /test /usr/local/apache/tmp/jakarta-tomcat/webapps/test Options Indexes FollowSymLinks ApJServMount /test/servlet /test AllowOverride None deny from all ApJServMount /servlet /ROOT -------------------------------------------------------------------------- To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org For additional commmands, email: tomcat-user-help@jakarta.apache.org