Re: jsp won't compile...

From: Frances Del Rio (fdr58_at_yahoo.com)
Date: 11/30/04


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



Relevant Pages

  • Re: jsp wont compile...
    ... |> JSP's are 'translated by the servlet container to servlets, ... Hi Frances, ... Programs that have duplicated logic are hard to modify. ...
    (comp.lang.java.help)
  • Re: calling a stylesheet from a servlet..
    ... Andrew Thompson wrote: ... from where servlet is... ... >>dir where servlet is and where css sheet is and called css sheet from ... >>this test html and it worked fine.. ...
    (comp.lang.java.help)
  • Re: Request parameters missing
    ... wraps HttpServletRequest. ... And when a multipartrequest is received in a ... servlet, request.getParameter will be null. ... Andrew Thompson ...
    (comp.lang.java.programmer)
  • Re: Split group?
    ... Andrew Thompson wrote: ... "Why my servlet throw NPE?" ... Yes - there will be overlap with the normal ...
    (comp.lang.java.programmer)
  • Re: db woes big time...
    ... >I got response from my webhosting, this is what they wrote back: ... >so I put this there and it wouldn't compile.. ... you don't need a "main" method in a servlet. ...
    (comp.lang.java.help)