Hi All,
I had a project which i am migrating from
Tomcat to Sunone App server.
My project used to run well on Tomcat server
i am getting 'The requested resource (/myproject/first) is not available.'
error.
But in
struts config entry for /first is there.I guess its not able to direct the call.In my web-xml i am not able to put the entry for
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>
Becuase i dont know where to set this entry in Sun one server.
i guess this is the problem.
Can anyone please help in setting up the parameter in the server and
let me know if problem lies somewhere else.