Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache / tomcat connector

Status
Not open for further replies.

spookytektips

IS-IT--Management
Jan 23, 2002
7
FR
Hello,

Is there a binary build of the mod_webapp.so available for solaris 7. there is only a solaris 8 version available and it's not working for me...I,m getting this error
************
./apachectl configtest
Syntax error on line 205 of /maquette/Apache/conf/httpd.conf:
Cannot load /maquette/Apache/libexec/mod_webapp.so into server: ld.so.1: /maquette/Apache/bin/httpd: fatal: libsocket.so.1: version `SUNW_1.4' not found (required by file /maquette/Apache/libexec/mod_webapp.so)
************

I'm running apache 1.3.22 and tomcat 4.01 with java 1.3.1_01

thanx for any help or pointers......
 
Hi SIR
I am facing problems in developing JSPs using Tomcat3.2. I am importing a package in my JSP Which goes like

<%@ page import=&quot;java.util.* , coreservlets.*&quot; %>

But when I run my JSP it doesnt recognise the coreservlets pacakage that it is imported. I have placed this package in the directory tree.. C:/tomcat3.2/webapps/examples/classes/coreservlets
Is this the place where i am supposed to keep the package to access my servlet classes in the JSP.If not where am I supposed to include the package..

Please share ur knowledge..
Regards
Programmer TechHat
 
The classes must be placed in WEB-INF/classes for the particular Web Application that you want to access these classes. In your instance the Web App is examples so the directory should be examples/WEB-INF/classes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top