I am trying to figure out what serialization would have to do with the server?

At 04:30 PM 7/12/2004, you wrote:


> -----Original Message-----
> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 12, 2004 4:25 PM
> To: Struts Users Mailing List
> Subject: RE: webapp deployment
>
>
> If it will run a servlet, it will run struts.  No?

Something is tickling the back of my mind about Servlet spec versions. Could be cobwebs....
On the other hand, didn't struts have issues with an app server because of serialization issues?


>
> At 04:15 PM 7/12/2004, you wrote:
> > > -----Original Message-----
> > > From: Michael McGrady [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, July 12, 2004 4:12 PM
> > > To: Struts Users Mailing List
> > > Subject: Re: webapp deployment
> > >
> > >
> > > Can you provide a bit more information and code?  What do you
> > > have for
> > > global forwards in your struts-config.xml?  Where is the
> > > "welcome" forward
> > > called?  Etc.
> >
> >What web server? If it doesn't do .war deployments, is it
> compliant enough to
> >even run struts?
> >
> > >
> > > At 04:08 PM 7/12/2004, you wrote:
> > >
> > > >   Hi,
> > > >
> > > >I've been developing a struts webapp using tomcat and am now
> > > trying to
> > > >deploy it to my webserver. I copied every class and jsp
> > > manually since
> > > >there is no .war deployment available on the server.
> > > >Invoking a simple jsp directly works fine, however, when
> invoking a
> > > >*struts' jsp* this exception is being thrown:
> > > >
> > > >javax.servlet.jsp.JspException: Cannot find global
> > > ActionForward for name
> > > >welcome
> > > >     at
> > > >
> > > org.apache.struts.taglib.logic.ForwardTag.doEndTag(ForwardTag.
> > > java:142)
> > > >     at org.apache.jsp.index$jsp._jspService(index$jsp.java:73)
> > > >     at
> > >
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
> > > >     at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > > >     ...
> > > >
> > > >this is the associated .jsp:
> > > >
> > > ><%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
> > > >
> > > >It seems  the "welcome" global forward isn't being found in
> > > >struts-config, but I'm sure it exists.
> > > >When calling an action directly I get a "Not Found" error.
> > > I'm beginning
> > > >to doubt that struts-config.xml is even being loaded.
> > > >What do you think might be the problem?
> > > >
> > > >
> > > >    thanks in advance,
> > > >    Phyl
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >---------------------------------------------------------------------
> > > >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]
> > >
> > >
> >
> >---------------------------------------------------------------------
> >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]
>
>

---------------------------------------------------------------------
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