T West wrote:

I'm not sure if I explained myself correctly, but when I make my war
file, I'm inside of the WEB-INF directory, so that everything that is
packaged is the WEB-INF directory. When I open up the war, it's just
all the files and directories that were in the WEB-INF directory.

On 9/23/05, Dave Newton <[EMAIL PROTECTED]> wrote:
T West wrote:
I'm packaging my WEB-INF directory, so that when the war is expanded,
it's opening up the WEB-INF directory.
Huh?

So, where is your struts file? Michael's saying that you probably don't
have it in the right place, namely, under WEB-INF. The WEB-INF must be
part of the param-value.
Okay, so anyway.

Add the WEB-INF to the param-value for the struts config file. / is the document root. /WEB-INF is the WEB-INF directory, where your struts-config file is. So you need to give the complete path to the app server.

How are you deploying?! In general you'll want to have your WAR be the entire web-app, not just the WEB-INF directory, if you're hoping to deploy in any standard way.

Dave



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

Reply via email to