[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.epf] Questions about the published .war file

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