You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Matt Raible <ma...@yahoo.com> on 2001/06/20 19:03:30 UTC

servlet-mapping for action servlet in struts & iplanet

I am trying to get Struts working in iPlanet 6.0 SP2, and hoping that
someone else has already solved this issue:

I have a form that is defined in a page:

<html:form action="/signin" focus="username">

If I have the servlet mapping for my action form as *.do, the form HTML
output is:

<form name="signInForm" method="POST"
action="/NASApp/uijumpstart/signin.do">

which is exactly how I want it to look.  However, when I click "submit", I
get my favorite error:

GX Error (GX2GX)
socket result code missing!!!

So in an effort to fix this, I change the servlet mapping to /*.do, but then
my form HTML output is:

<form name="signInForm" method="POST" action="/NASApp/uijumpstart/">

And I end up on my welcome-page.  Any ideas how to make this work would be
GREATLY appreciated.

Thanks,

Matt


  <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
  </servlet-mapping>




_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com