OK, so the connector is loading OK.
Where is your servlet class located? Is NES trying to load it instead of JRun?
NES has a crummy built-in servlet engine too. Are you addressing the servlet
correctly in the URL (case-sensitive)? Can you hit the JRun demo servlets, such
as:
http://127.0.0.1/servlet/SnoopServlet
http://127.0.0.1/servlet/DateServlet
If this doesn't help, set the verbose property to true in the obj.conf and
restart NES and JRun and make some servlet requests. Then look at the NES logs.
Also, anything in the JRun logs for these servlets not being found? Any
exceptions at all?
Scott Stirling
West Newton, MA
> -----Original Message-----
> From: Seals, Robert [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 9:32 AM
>
> Scott -
>
> > - proxyport in obj.conf must match endpoint.main.port in
> > jcp/endpoint.properties
>
> Check.
>
> > - 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.
>
> Check.
>
> > A good idea is just to disable the JWS (use the admin app if
>
> JWS is now off. I guess NES and JRun just aren't speaking
> well. The NS log file seems to indicate that they started
> up OK:
>
> [25/Sep/2000:09:24:28] warning ( 7453): jrNSAPI[init] reports: JRun
> Connector v2.3.157 NSAPI - Jul 23 2000 13:42:28
>
> But asking for a servlet results in
>
> 500 Internal Server Error
> tic: No such servlet
>
> Any other 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.