I'm having a problem, which I believe is centered around trying to get Jserv to use an alias to reference a servlet compiled into a package. I've got the following... Apache 1.3.6, JServ 1.0, JBuilder 2.0, Windows 98 My JServ setup has the following directory and class files ...Apache Jserv/servlets/EIMuser/<many servlets>.class (all these servlets were compiled in JBuilder, with "package EIMuser;") The 'eim' zone points to ...\servlets\EIMuser as the respository. The following works fine... http://localhost/servlets/EIMuser.LoginEIM however if I try to create an alias with servlet.LoginEIM.code=EIMuser.LoginEIM in the corresponding eim.properties file the following does not work http://localhost/servlets/LoginEIM which produces a Servlet not found error. I can successfully create aliases for servlets that are not included in packages, however everytime I try to reference one of my servlets compiled into 'package EIMuser' I get a not found error. Does anyone have any clues? The servlets work under JRun with an alias set up of 'name=LoginEIM' and 'class=EIMuser.LoginEIM'. I'd much rather use JServ if I can get it to recognize my servlets better. Thanks Jeff Cooke Midland TX -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]
