Thats a matter of your isp to map the jsp/servlet to another directory not
accessible from http://websiteurl/.

There are probably two apps running on the same server, whereas your .jsp
files should be run under http://websiteurl:8080/ and your other content
under the "standard" server.

Use a index.html that opens default.jsp under websiteurl:8080.


Johan
----- Original Message -----
From: "Alby Peter Panikulangara" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 2:43 PM
Subject: JSP server configuration


> Hi,
>
> I am new to jsp. recently i tried to put my website with as isp in US,
they
> offers jsp & servlet support in NT server with IIS & Netscape Server.For
jsp
> they advised me to use the url like http://websiteurl:8080/test.jsp, in
this
> case the file executes fine, but if i type http://websiteurl/test.jsp the
> file is getting dowloaded to the pc. This is the case same with servlets.
>
> i would like to know how to rectify this configuration problem.
>
> with regards
> Alby
>


Reply via email to