----------------------------------------------------------------
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!!!
----------------------------------------------------------------
>>> ps: since i'm here, i'll restate a previous question: has anyone had
>>> success with getting JServ/ajvp11 to operate on a port other than 8007? i
>>> have a production server using 8007, and a test server trying to use
>>> another port. when the test server comes up, neither server works.
Hi,
I'm running multiple installations of Apache/JServ/MySQL all on the same box.
I have a configuration like the following.
Default/
Production Development Testing
Apache Port 80 8081 8082
JServ Port 8007 8011 8012
MySQL Port 3306 3311 3312
/usr/ov/devel/apache/conf/jserv> grep 8011 *
jserv.conf:ApJServDefaultPort 8011
jserv.properties:port=8011
So it does work.
Perhaps the line in your httpd.conf file that points to the jserv.conf
file is pointing to the wrong one.
Perhaps the line in your jserv.conf file that points to the jserv.properties
file is pointing to the wrong one.
You definitely do not need to hack source code to get this to work.
Stephen
--
--------------------------------------------------------------
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]