On Thu, 04 Nov 2004 13:28:28 +0000, "David Sinclair"
<[EMAIL PROTECTED]> said:
> Thanks Dan, that seems to have worked.  I have a couple of follow on 
> questions though...first, can I restart Tomcat from within Ecplipse 
> now?  

On the Run menu of the main menu bar there should be 
'Stop J2EE Container' and 'Restart J2EE Container' menu items.
These will only become enabled when the container is running.

> I dont see a way to do this.  Second, I now no longer get logging 
> events coming through in the Logging Events view.  My web.xml is setup 
> to the ChainsawAppender (I didnt change this).   Is there anything else 
> I should be looking out for?

Shoot.  I think I know what this is.  In the unstable builds of pres
serv
we have moved to log4j 1.3 alpha and commons-logging 1.0.4.  However
the current log4j uses a different protocol than the log4j 1.2.8.

So first things first, try the following :
o remove log4j-1_2_8.jar and commons-logging-1_0_3.jar
  from your WEB-INF\lib 
o Copy log4j-1.3alpha0.jar and commons-logging-1_0_4.jar to your
  WEB-INF\lib directory.

  To get your hands on these jars either
  a.) Create a new 'OXF App' project, or
  b.) Look under the plugins dir of your studio install.  You 
      should find one copy of commons-logging-1_0_4.jar and
      one or more copies of log4j-1.3alpha0.jar.  If there 
      are multiple copies of log4j-1.3alpha0.jar grab the
      latest.

Now I'll just need to think about how we are going to handle
this scenario ( old pres serv/new studio ) in the future...

-- Dan S


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to