Richard,
   To start with the step by step debugging , I would like you start with a simple jsp page , something like below. Let's see , what happeans.

<html>
<head>
<title>My Title</Title>
</head>
<body>
<table width="100%">
<tr>
<td align="center" height="300px">
   <p>Welcome to Web Debit Services-Agents Portal. Please contact <a href="" target="_blank">Telic.net</a> and get your correct URL.</p>
</td>
</tr>
</table>
</body>
</html>


After that , let's try  with something like this .

<html>
<head>
<title><bean:message key="display.title"/></Title>
</head>
<body>
<table width="100%">
<tr>
<td align="center" height="300px">
   <p>Welcome to Web Debit Services-Agents Portal. Please contact <a href="" target="_blank">Telic.net</a> and get your correct URL.</p>
</td>
</tr>
</table>
</body>
</html>


After you tested with the above, mail me the results.    All those things can be easily debugged , if you are using any IDE. Otherwise please do those step by step and reply. Thanks

Santosh



Richard Reyes <[EMAIL PROTECTED]>

05/25/2005 12:52 PM

Please respond to
Richard Reyes

To
Santosh K Rath/India/[EMAIL PROTECTED]
cc
Struts Users Mailing List <user@struts.apache.org>
Subject
Re: Help Please...... ( Struts on Iplanet )





Hi Santosh,

Here are my JSPs and the converted java code....

On 5/25/05, Santosh K Rath <[EMAIL PROTECTED]> wrote:
>  
> Hi Richard,
>      Can you please check _index_jsp.java(Line no 123)? It's the java file
> created from your jsp page(index.jsp). It might help you. Or else you can
> paste the java code as well as jsp code here for better analysis.Thanks.
> Santosh
>  
>  
>  
>  Richard Reyes <[EMAIL PROTECTED]>
>
> 05/25/2005 12:10 PM
>  
> Please respond to
>  "Struts Users Mailing List"
>  
>  
> To Struts Users Mailing List <user@struts.apache.org>
>  
> cc
>  
> Subject Help Please...... ( Struts on Iplanet )
>  
>  
>  
>  
>  
> Hello Guys,
>  
>  I am trying to deploy my struts webapp on an iPlanet 6 server with
>  SP5. I have this error eight now....
>  
>  12] failure (19732):                  Internal error: servlet service
> function had
>  thrown ServletException (uri=/index.jsp):
>  javax.servlet.ServletException, stack: javax.servlet.ServletException
>  
>                                   at
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:453)
>  
>                                   at
> _jsps._index_jsp._jspService(_index_jsp.java:123)
>  
>                                   at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
>  
>                                   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  
>                                   at
> org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:248)
>  
>                                   at
> org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.java:238)
>  
>                                   at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:519)
>  
>                                   at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:588)
>  
>                                   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  
>                                   at
> com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919)
>  
>                                   at
> com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1061)
>  
>                                   at
> com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:981)
>  
>                  , root cause: javax.servlet.jsp.JspException
>  
>                                   at
> org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:233)
>  
>                                   at
> _jsps._index_jsp._jspService(_index_jsp.java:95)
>  
>                                   at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
>  
>                                   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  
>                                   at
> org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:248)
>  
>                                   at
> org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.java:238)
>  
>                                   at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:519)
>  
>                                   at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:588)
>  
>                                   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  
>                                   at
> com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919)
>  
>                                   at
> com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1061)
>  
>                                   at
> com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:981)
>  
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>  
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to