Bugs item #548678, was opened at 2002-04-25 08:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=548678&group_id=22866

Category: CatalinaBundle
Group: CVS HEAD
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: David Ward (dward2)
Assigned to: Scott M Stark (starksm)
Summary: wrong default logdir for tomcat4 in 3rc1

Initial Comment:
I don't know the ins-and-outs of creating a change
request, but was wondering if for the next rc of
jboss3-tomcat4 the tomcat4-service.xml file could be
changed in this way:

>From this:

<Valve className =
"org.apache.catalina.valves.AccessLogValve"
        prefix = "localhost_access" suffix = ".log"
        pattern = "common" directory = "../jboss/log" />

To this:

<Valve className =
"org.apache.catalina.valves.AccessLogValve"
        prefix = "localhost_access" suffix = ".log"
        pattern = "common" directory =
"../server/default/log" />


Currently it assumes the old JBoss-2.4.x-Tomcat-x.x.x
dir structure where jboss and tomcat/catalina were next
to eachother as subdirs, which isn't the case anymore.

Thanx!
David

----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2002-04-25 09:06

Message:
Logged In: YES 
user_id=175228

Fixed in RC2

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=548678&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to