Re: jsp won't compile...
From: Frances Del Rio (fdr58_at_yahoo.com)
Date: 11/30/04
- Next message: Kenneth: "ADT's vs. interfaces"
- Previous message: Mike B: "Re: strange problem"
- In reply to: Andrew Thompson: "Re: jsp won't compile..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Nov 2004 21:50:36 -0500
Andrew Thompson wrote:
> On Mon, 29 Nov 2004 17:14:13 -0500, Frances Del Rio wrote:
>
>
>> <%ipt2%><%ipt1%><%=iptIn%>
>
>
> JSP's are 'translated by the servlet container to servlets,
> I suspect the two parts prior to <%=iptIn%> are causing the problem.
>
> They do not seem to be doing anything useful in any case.
> Did you mean..
>
> <%=ipt2%><%=ipt1%><%=iptIn%> ?
>
Andrew thank you... what a #!^$@ I am.. I had the wrong syntax for
those variables.. am not very used to jsp's yet... but: now it's
running fine on my tomcat at home but when I upload it to my webhosting
it won't run up there, even though I set permissions for it and stuff...
this is odd, why would a jsp run fine on my machine locally but not on
my webhosting? (very similar setting, tomcat 5x at both places.. I
finally got a servlet running yesterday up on my webhosting, why would a
simple jsp not run? am trying to do w/jsp app I did yesterday
w/servlet.. www.francesdelrio.com/hamlet) ok, thank you again
Andrew... Frances
- Next message: Kenneth: "ADT's vs. interfaces"
- Previous message: Mike B: "Re: strange problem"
- In reply to: Andrew Thompson: "Re: jsp won't compile..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|