----------------------------------------------------------------
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!!!
----------------------------------------------------------------
>I solved my problem with unability to access servlets changing protocol
>from ajp11 to ajp12
One thing to be aware of for those upgrading to 1.1 from 1.0 and installing
over their existing 1.0 files and directory structure, the installation
doesn't overwrite your existing ( ie 1.0 ) properties files, but writes the
new files ( from 1.1 ) with a different extension ( I have forgotten the
extension the new files write to ). That the JServ installation does this is
documented as I remember reading it, but a cursory look through just then I
couldn't find it.
As there was a change from protocol ajp11 to ajp12, 1.1 wont work with the
1.0 properties files. I struck this problem and initially went through and
changed the ajp11 to ajp12 by hand in the properties files. The other
alternative which I later did, was back up my 1.0 setup and then delete 1.0
from my hdd and reinstall 1.1 afresh. The Properties files for the 1.1 setup
wrote no problems then.
Cameron Riley
--
--------------------------------------------------------------
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]