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

