On Wed, 04 Aug 2004 12:44:41 -0400, Troy Simpson <[EMAIL PROTECTED]> wrote:
> What config file is used to manage the Internal Web Server (JWS) that
> comes with JRun?
>
That's in your SERVER-INF/jrun.xml file. Towards the very bottom of
the file, you will see entries for the JWS:
<service class="jrun.servlet.http.WebService" name="WebService">
...
</service>
The external web server setting are run under that:
<service class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService">
...
</service>
I don't know if the standalone version has this SERVER-INF file, but
it's definitely in the jrun.xml file.
Regards,
Dave.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- What is that *.XML configuration file for? Troy Simpson
- Re: What is that *.XML configuration file for? Barney Boisvert
- RE: What is that *.XML configuration file for? Dave Watts
- Re: What is that *.XML configuration file for? Troy Simpson
- Dave Carabetta