I have a struts application that works perfectly when
depoloyed to an application server running on my
local machine. 

I deployed same struts application to another remote
machine (same platform, windows 2000 and same
application server, SilverStream 3.7.2) and it
doesn't work on that machine.   I do get my login.jsp
which is the default .jsp but after hitting <submit>
and after the associated action class does a return
(mapping.findForward("success")); I get this displayed
on the browser window:  'No action instance for path
/select could be created'.  Any action mapping
reference to one of my action mappings in struts
config causes this problem.  If I enter the .jsp in
the
url instead of the action mapping (/SELECT in the
above description) the page does come up, but that
really doesn't do me any good since any navigation
between pages needs to use the action mappings.

Nothing changed with any of my classes, web.xml,
blah...blah... when deploying to the different
machines, used all the same files.

Have you ever seen anything like this?  If so, do you
know what to do about it?

Suggestions much appreciated!

-mel harris



__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

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

Reply via email to