----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
After installing apache and jserv, everything works fine with the two
included servlets, but I can't seem to add any new ones.
I'm able to copy Hello.java to Hello2.java, rename the class, compile it,
and apache sees it. Copy over a few servlets from a dev machine, compile
them, and apache doesn't see them. I restart apache. Now It can see the
new servlets, but they only return an internal server error. Restart apache
again, and none of the servlets can be found and requesting
http://domain/servlet results in a "Bad Request". Through all of this,
nothing significant is written to any of the logs (just a bunch of
ClassNotFoundExceptoins).
Does anyone have any idea what might be going on here?
Solaris 2.7
JDK 1.2.2
JSDK 2.0
Apache 1.2.12
I've seen the same behavior with both static and DSO builds.
Thanks,
Thad
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]