----------------------------------------------------------------
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've seen this question asked a couple of times before, but I haven't
seen an answer yet, so if someone could please point me in the right
direction, the help would be much appreciated.
I'm running ApacheJServ/1.1.2 with Apache/1.3.12 on Red Hat 6.2, and
it looks like the C portion of JServ isn't listening on port 8007.
Is there anything special I need to do to make it do this? I can
reach http://127.0.0.1/jserv/ just fine, but I can't connect to
127.0.0.1:8007.
Below are my configuration files, stripped of comments.
I will happily provide any other requested config info.
Thanks In Advance,
Peter Baylies
American Data Technology
::::::::::::::
jserv.conf
::::::::::::::
<IfModule mod_jserv.c>
ApJServManual off
ApJServProperties /etc/httpd/conf/jserv.properties
ApJServLogFile /var/logs/mod_jserv.log
ApJServLogLevel info
ApJServDefaultProtocol ajpv12
ApJServDefaultHost 127.0.0.1
ApJServDefaultPort 8007
ApJServVMTimeout 10
ApJServSecretKey DISABLED
ApJServMount /servlets /root
ApJServMount /servlet /root
ApJServMountCopy On
<Location /jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from dev.localweb.com 204.85.9.2
</Location>
</IfModule>
::::::::::::::
jserv.properties
::::::::::::::
wrapper.bin=/usr/local/jdk1.2.2/bin/java
wrapper.classpath=/usr/local/apache/libexec/ApacheJServ.jar
wrapper.classpath=/usr/local/JSDK2.0/lib/jsdk.jar
bindaddress=127.0.0.1
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]