I've included the Log4j into my classpath. My version of log4j is 1.26 which does not look for log4j.properties (only the version 1.27 above. I assume so).
I'm using Weblogic6 SP4. Everything works well under "auto deploy" mode. So, in this meantime I'll just running this mode and get deeper into tapestry before looking to solve other problems. thank you guys. ----- Original Message ----- From: "Howard M. Lewis Ship" <[EMAIL PROTECTED]> To: "Sanjeev Hiremath" <[EMAIL PROTECTED]>; "Phil" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 7:29 PM Subject: Re: [Tapestry-developer] installation on weblogic > Actually, that message is emitted by log4j.jar. What's missing is a > log4j.properties to configure logging. Log4J looks for "/log4j.properties" > on the classpath, by default (I believe). > > ----- Original Message ----- > From: "Sanjeev Hiremath" <[EMAIL PROTECTED]> > To: "Phil" <[EMAIL PROTECTED]>; "Howard M. Lewis Ship" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Friday, December 20, 2002 4:14 AM > Subject: Re: [Tapestry-developer] installation on weblogic > > > > Hi Phil, > > You have to include log4j.jar in your classpath.or > > under WEB-INF/lib directory and this will work. > > > > '.' charecter need not to be modifed under WEB-INF/ > > any more in weblogic as it is fixed from sp3 onwards. > > > > regards > > Sanjeev Hiremath > > > > --- Phil <[EMAIL PROTECTED]> wrote: > Hi Thanks for > > your reply. > > > > > > I had difficulties to "manual deploy" the > > > tutorial.war in weblogic 6.1 SP4 > > > (throught the weblogic console). > > > The "weblogic deployment process" will just corupt > > > the file. > > > > > > But I after I change the STARTMODE to false (auto > > > deployment) everything > > > seems to be fine. > > > Only some warning will appear: > > > > > > log4j:WARN No appenders could be found for logger > > > (net.sf.tapestry.ApplicationServlet). > > > log4j:WARN Please initialize the log4j system > > > properly. > > > > > > > > > I don't rename the character '.' inside the > > > WEB_INF/lib tutorial.war file > > > as U suggested. > > > But the tutorial seems to work. > > > > > > regards, > > > Phil > > > > > > > > > ----- Original Message ----- > > > From: "Howard M. Lewis Ship" <[EMAIL PROTECTED]> > > > To: "Phil" <[EMAIL PROTECTED]>; > > > <[EMAIL PROTECTED]> > > > Sent: Thursday, December 19, 2002 7:51 PM > > > Subject: Re: [Tapestry-developer] installation on > > > weblogic > > > > > > > > > > There is an issue with WebLogic that it doesn't > > > like a "." character in > > > JARs > > > > inside WEB-INF/lib. You should rename things to > > > just "tapestry.jar". Not > > > > sure when of if this is fixed. > > > > > > > > ----- Original Message ----- > > > > From: "Phil" <[EMAIL PROTECTED]> > > > > To: <[EMAIL PROTECTED]> > > > > Sent: Thursday, December 19, 2002 3:23 AM > > > > Subject: [Tapestry-developer] installation on > > > weblogic > > > > > > > > > > > > > Hi, > > > > > > > > > > I'm starting a project soon and looking around > > > to run Tapestry on > > > weblogic > > > > > 5.1 and above. > > > > > Does anyone knows its installation procedure ? > > > > > Hope to get some answer from this mailinglist. > > > > > > > > > > thanks, > > > > > Phil > > > > > > > > > > Service provided by MaGlobe Prepaid Worldwide > > > Internet Access (visit > > > > www.MaGlobe.com) > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.NET email is sponsored by: Order your > > > Holiday Geek Presents Now! > > > > > Green Lasers, Hip Geek T-Shirts, Remote Control > > > Tanks, Caffeinated Soap, > > > > > MP3 Players, XBox Games, Flying Saucers, > > > WebCams, Smart Putty. > > > > > T H I N K G E E K . C O M > > > http://www.thinkgeek.com/sf/ > > > > > _______________________________________________ > > > > > Tapestry-developer mailing list > > > > > [EMAIL PROTECTED] > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/tapestry-developer > > > > > > > > > > > > > > > Service provided by MaGlobe Prepaid Worldwide > > > Internet Access (visit www.MaGlobe.com) > > > Service provided by MaGlobe Prepaid Worldwide > > > Internet Access (visit www.MaGlobe.com) > > > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: Geek Gift > > > Procrastinating? > > > Get the perfect geek gift now! Before the Holidays > > > pass you by. > > > T H I N K G E E K . C O M > > > http://www.thinkgeek.com/sf/ > > > _______________________________________________ > > > Tapestry-developer mailing list > > > [EMAIL PROTECTED] > > > > > https://lists.sourceforge.net/lists/listinfo/tapestry-developer > > > > __________________________________________________ > > Do You Yahoo!? > > Everything you'll ever need on one web page > > from News and Sport to Email and Music Charts > > http://uk.my.yahoo.com > > > Service provided by MaGlobe Prepaid Worldwide Internet Access (visit www.MaGlobe.com) Service provided by MaGlobe Prepaid Worldwide Internet Access (visit www.MaGlobe.com) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
