Hi Michael. Did you install JRun 3 on the same machine as 2.3.3? In any
event, it's possible that the JWS (JRun Web Server) is using a different
port than 8100. Check this line in local.properties for the server that
hosts your servlet (probably Default server):
web.endpoint.main.port=
Whatever port number is listed there is the one you should use in the URL.
Try that.
HTH,
Patrick Quinn
Macromedia Consulting
[EMAIL PROTECTED]
-----Original Message-----
From: Michael Yuan Yao [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 9:29 PM
To: JRun-Talk
Subject: RE: How can I mapping myServlet?
Lee,
Back in jrun233, there is a way to use my first choice:
http://localhost:8100/myServlet
Why this is not working in JRUN30?
Thanks!
---michael
-----Original Message-----
From: Lonitz, Lee M [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 4:55 PM
To: JRun-Talk
Subject: RE: How can I mapping myServlet?
Michael,
You want to map it using your 2nd choice:
http://localhost:8100/ABC/myServlet. This way, the JRun server knows which
Web application's folder (and the associated WEB-INF/classes folder) to go
into to fetch the requested servlet. In this case, it would go to the
{jrun-root}/servers/default/ABC/WEB-INF/classes folder to get your servlet.
Hope that helps!
Lee Lonitz
Webmaster
Lockheed Martin Corporation
-----Original Message-----
From: Michael Yuan Yao [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 7:00 AM
To: JRun-Talk
Subject: How can I mapping myServlet?
Hi All,
To invoke myServlet, the url is:
http://localhost:8100/servlet/myServlet.
What kind of mapping do I have to do to get:
http://localhost:8100/myServlet
or
http://localhost:8100/ABC/myServlet?
Thanks!
---Michael
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists