Okay, thanks to everyone for all of their help. My problem was my
directory structure. I googled around to find some examples, and found
this page: http://www.jguru.com/faq/view.jsp?EID=531027
I had my JSP pages in the same directory as my struts-config.xml file.
So, I made a DatabaseRetrieval directory where I could put my JSP
pages, made a WEB-INF directory inside of the DatabaseRetrieval
directory, modified the web.xml to reflect that it was now
/WEB-INF/struts-config.xml and then tried recompiling. It worked! 
Thanks again.

On 9/23/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> It is not important where you are. Your WAR file structure is
> important, though.
>
> If you cannot explain where your struts-config.xml file is located,
> then maybe you would prefer to search the net first. Look for
> something like "(Java OR J2EE OR Struts) web application (directory OR
> file) (packaging OR structure)".
>
> Michael.
>
> On 9/23/05, T West <[EMAIL PROTECTED]> 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.
> > >
> > > Dave
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to