[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.epf] Re: Questions about the published .war file
|
Hello Ward.
The only difference between the site published to a directory and the war
file is that it contains a servlet that calls the search engine.
We tried to reproduce the case sensitive issue on Solaris with RHEL4 and
could not see it. Could you provide more details about your set-up?
Thanks,
Peter.
"Ward" <ward.bergmans@xxxxxxxxxxxxx> wrote in message
news:135b9f3b73f28d9b96962cf709a1876d$1@xxxxxxxxxxxxxxxxxx
> Hello,
>
> I?ve published my method configuration as a Java EE web application
> packaged in a WAR file.
>
> I?ve got a few questions about this .war file:
>
> 1a. Does this .war file store any data?
> If so,
> 1b. where does this .war file store it?
> 1c. How can I configure where the data is stored?
>
> 2a. Does this .war file write anything to system.out or system.err?
> 2b. Does this war file produce log output?
> If so,
> 2c. where is this log output stored?
> 2d. How can I configure the logging?
>
> When I try to search I get the following error message: "Error 500: Failed
> to load target servlet [SearchServlet]". I noticed the casing of the
> web-inf directory isn?t consistent. For web-inf\web.xml it is in
> lower-case and for WEB-INF\lib\epf-web.jar it is in upper-case. Our
> webserver runs on Unix (case sensitive ;-)), so I think this caused the
> problem.
> 3. How can I fix the search functionality?
>
> Thank you,
>
> Ward
>
>