User error/connector-cli.sh bug? Port 8000 is the JRun Web Server (JWS) port.
I think the connector-cli.sh may have been broken a long time ago, but I can't
recall why I think that. Maybe it doesn't write the obj.conf edits correctly?
Not sure.
The config that matters here is the proxyport as defined in your Web server's
obj.conf, and the http port defined in your Web server's magnus.conf. Compare
those values to the ports defined in
JRun/jsm-default/properties/services/jcp/endpoint.properties and
JRun/jsm-default/properties/services/jws/endpoint.properties, and make sure they
match where they should and aren't conflicting where they shouldn't.
- proxyport in obj.conf must match endpoint.main.port in jcp/endpoint.properties
- proxyport is an "under the covers" port -- only JRun and the Web server use it
to talk to each other. The default is 8081.
- magnus.conf port (default 80) and endpoint.main.port (default 8000) in
jcp/endpoint.properties must _not_ match, or else one will conflict with the
other.
A good idea is just to disable the JWS (use the admin app if you don't know how)
and remove it from the equation. Makes it simpler to configure and maintain,
and saves you 5+ threads in the JVM.
Scott Stirling
West Newton, MA
> -----Original Message-----
> From: Seals, Robert [mailto:[EMAIL PROTECTED]]
>
>
> Halp!
>
> A new install of build 158 (2.3.3) has a peculiar
> problem...I have to specify the port (8000 in this
> case) in the URL to find the servlets.
>
> The machine is running NES 3.6.2 on Solaris 5.6. I've
> installed the native connector (many times) using
> connector-cli.sh. I'd be able to work around this,
> except that I have to use authentication on some servlets,
> and not on others, and NES can't really differentiate on
> port number (at least not easily).
>
> This new server is to replace our existing production
> server, and as far as I can tell, the only difference is
> the build (158 vs. 152). The rest of the config seems
> the same.
>
> Anyone have any bright ideas?
>
> Thanks -
> Robert
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.