webapps/examples/jsp/whatever.jsp..., but only
localhost:8080/examples/whatever.jsp
best,
Aksel
-Original Message-
From: Shun-Luoi Daniel Fong [mailto:[EMAIL PROTECTED]]
Sent: 16. marts 2001 21:44
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: 404 jsp file not found
Bob,
it does
Bob,
it does have something in it, shown below:
JSP Example
<% String visitor = request.getParameter("name");
if (visitor == null) visitor = "World"; %>
Hello, <%= visitor %>!
My understanding though is that even if the .jsp file had only HTML in it,
it should still be processed
On 3/16/01 9:15 AM, "Shun-Luoi Fong" <[EMAIL PROTECTED]> wrote:
>> I created a jsp file and put it in my public_html directory. Then when I
>> typed the address into the browser,
>> http://agent.eng.uiowa.edu/~sdfong/rubyfong/gamezone/testex.jsp
>> I get a 404 error with the following message:
>>
Shun-Luoi,
I am new with Tomcat as well and am having the same issue. Hopefully
somebody can help us.
-Original Message-
From: Shun-Luoi Fong [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 16, 2001 10:15 AM
To: [EMAIL PROTECTED]
Subject: Re: 404 jsp file not found
I posted this
I posted this yesterday but got no replies. So here it is again. If anyone can help me
I would really appreciate it.
Thanks,
Luoi
Shun-Luoi Daniel Fong wrote:
> I'm new to tomcat and have been struggling with this problem for a
> while. If anyone can help me I would really appreciate it.
>
> I
I'm new to tomcat and have been struggling with this problem for a
while. If anyone can help me I would really appreciate it.
I created a jsp file and put it in my public_html directory. Then when I
typed the address into the browser,
http://agent.eng.uiowa.edu/~sdfong/rubyfong/gamezone/testex.j
I just installed tomcat with apache on linux.
when I run an example .jsp file(from the Tomcat install) on port 8080 on
the localhost, it runs fine.
But when I try to run my own .jsp file at the address:
http://domainname.edu/~userid/folder1/folder2/index.jsp
I get the following error in the termi