JKrishna wrote:
Hi,

We have a turbine web application. We want to add new features using
Struts2. As struts2 uses servlet filters to serve the requests and the turbine servlet serves the turbine requests, theortically this should work.
But tomcat gives "startup failed due to previous errors" without any error
messages

Can we use struts2 and turbine in the same application?

I haven't looked at Turbine in many years but, provided Turbine doesn't do anything too tricky, this probably *should* be possible. The only way I can think of to be sure, though (unless someone chimes in to say they are doing this successfully) would be to get it working :-/

Check your log files again; if startup failed, there should be errors in at least one of them. It's often not the same log file the 'startup failed' message appears in.

If you still can't find anything, try enabling debug logging for Struts and/or Turbine.

L.


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

Reply via email to