Posted By:
piyush_nahata
Posted On:
Thursday, April 28, 2005 05:15 AM
Hi, I'm having an appliction in which i'm using SwitchAction for application modules. I have 2 modules, a default module(Module A) and a nother module (Module B). At certain times, my application starts behaving funny. For instance when i give an entry of which is involves switch action (for insatnce - ) in my module B struts-config.xml to take me back to module A(login.do is a mapping in module A), it complains HTTP Status 404 - Servlet action is not available. can anyone suggest why this is so ? Also, i'm new to application modules, so could you please guide me in the following. My directory structure is as follows Module A | |- WEB-INF | | | |- classes
More>>
Hi,
I'm having an appliction in which i'm using SwitchAction for application modules. I have 2 modules, a default module(Module A) and a nother module (Module B). At certain times, my application starts behaving funny. For instance when i give an entry of which is involves switch action
(for insatnce -
)
in my module B struts-config.xml to take me back to module A(login.do is a mapping in module A), it complains HTTP Status 404 - Servlet action is not available.
can anyone suggest why this is so ?
Also, i'm new to application modules, so could you please guide me in the following.
My directory structure is as follows
Module A
|
|- WEB-INF
| |
| |- classes
| |- lib
| |- WEB.XML
| |-Struts-Config.XML
|
|
|-Module B
| |
| |- WEB-INF
| |
| |- classes
| |-Struts-Config.XML
Thanks in advance,
Piyush
<<Less