----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Jon,
  I can help you with the Cisco stuff if you help me with the Jserv stuff
;-). I'm not much of a programmer, so I wouldn't be able to figure it out
from the source.

It's a pretty generic config overall. I've only included one of the zone
config's since the other is identical with the exception of the path. I am
not running any Virtual hosts, the Jserv is bound to the main IP of Apache.

Here are my configs that don't work:

############################################################################
###
#                     Apache JServ Configuration File
#
############################################################################
###

LoadModule jserv_module libexec/mod_jserv.so
ApJServManual On
ApJServProperties /usr/local/apache/conf/webzilla-demo.jserv.properties
ApJServLogFile /export/home/webzilla-demo/logs/jserv.log
ApJServDefaultProtocol ajpv11
ApJServDefaultHost webzilla-demo
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /sharedservlet /sharedservlet
ApJServMount /servlet /servlet
ApJServMountCopy on
<Location /jserv/>
  SetHandler jserv-status
  order deny,allow
  allow from all
</Location>

############################################################################
###
#                     Apache JServ.Properties File
#
############################################################################
###

wrapper.bin=/usr/java/bin/java
wrapper.class=org.apache.jserv.JServ
wrapper.classpath=/usr/ApacheJServ-1.0/src/java/ApacheJServ.jar
wrapper.classpath=/usr/JSDK2.0/lib/jsdk.jar
port=8007
bindaddress=171.70.58.125
zones=servlet,sharedservlet
servlet.properties=/usr/local/apache/conf/webzilla-demo.servlet.properties
sharedservlet.properties=/usr/local/apache/conf/sharedservlet.properties
security.maxConnections=50
security.allowedAddresses=
security.authentication=false
security.challengeSize=5
log=false
log.file=/export/home/webzilla-demo/logs/jserv.log
log.timestamp=true
log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
log.channel.servletLog=true
log.channel.init=true
log.channel.terminate=true
log.channel.serviceRequest=true
log.channel.authentication=true
log.channel.requestData=true
log.channel.responseHeaders=true
log.channel.signal=true
log.channel.exceptionTracing=true
log.channel.servletManager=true

############################################################################
###
#                     Apache Servlet.Properties File
#
############################################################################
###

repositories=/export/home/webzilla-demo/www/htdocs/servlet
autoreload.classes=true
autoreload.file=true
init.timeout=10000
destroy.timeout=10000
session.timeout=1800000
session.checkFrequency=30000
singleThreadModelServlet.initialCapacity=5
singleThreadModelServlet.incrementCapacity=5
singleThreadModelServlet.maximumCapacity=10

**DONE**

> > This MAJORLY affects what we want to do... why should/how can I
> make each
> > servlet engine serve on a different port if I'm specifying a
> distinct IP...
> > Anyone going to address this issue as a bug?
> >
> > All other daemons can use the same port as long as they have
> their own ip:
> > Apache, ProFTP, WuFTP, etc...
>
> It works. Jean-Luc gave you a bad answer by accident. This is why
> I put the
> bindaddress code in there in the first place. Don, you have the source
> code...take a look at what it is doing for bindaddress. It is
> pretty simple.
> new Socket(bindaddress). If it isn't working for you, it should be easy to
> fix. Let me know how it turns out. ;-)
>
> Now, would you like to explain to me why I haven't been able to
> get a Cisco
> 1605 up and running correctly on a T1 line that already has a 2514 (damn
> Cisco closed source stuff <smile>)? We are replacing the 2514
> with the 1605,
> but it just keeps flapping. Apparently, it seems to be an issue with the
> pinout on the csu/dsu module. ;-) See my point?




--
--------------------------------------------------------------
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]

Reply via email to