Re: Fwd: Re: [Menda-developers] tomcat deploy
Status: Alpha
Brought to you by:
fmar
|
From: Eric P. <eri...@ea...> - 2004-06-26 00:44:30
|
Oh BTW, The following error message which appeared first in your log: INFO: validateJarFile(C:\java\progs\tomcat-5.0.18\webapps\menda\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class is nothing to worry about. The servlet jar is already loaded by Tomcat itself, therefor Tomcat will not load it again and spit out this message. -- Eric. On Sat, 26 Jun 2004 01:42:14 +0200, Eric Pieters <eri...@ea...> wrote: > Hi, > > Can you explain what the issue was? So we can keep track and maybe add > it to a FAQ or the install notes. > > Next steps are as described in the Readme.txt: > - create the database tables > - create a first user (this becomes the admin user) > - create a project > - create issues > > Cheers > > -- Eric. > > On Sat, 26 Jun 2004 02:37:33 +0300, pope <apo...@ez...> wrote: > >> >> 10x for the hints. i've solved this issue and i got the 1st page. what >> next? :-) >> >> [Have a nice day] / [10x] >> --- >> Pope >> --- >> <<There are only solutions...>> >> >> [Have a nice day] / [10x] >> --- >> Pope >> --- >> <<There are only solutions...>> >> >> >> >> Eric Pieters wrote: >> >>> Not sure if you are registered on menda-dev, so here it is again. >>> >>> -- Eric. >>> >>> ------- Forwarded message ------- >>> From: "Eric Pieters" <eri...@ea...> >>> To: Men...@li... >>> Subject: Re: [Menda-developers] tomcat deploy >>> Date: Sat, 26 Jun 2004 00:23:10 +0200 >>> >>> Hi, >>> >>> I assume you checked out the latest menda code from CVS. >>> >>> 1. Check if you have the file log4j.properties in the following >>> location: >>> <MENDA_HOME>\src\resources\log4j.properties >>> <MENDA_HOME>\src\webapp\WEB_INF\classes\log4j.properties >>> <TOMCAT_HOME>\webapps\menda\WEB-INF\classes\log4j.properties >>> >>> 2. Run ant help, capture the output and email it to menda-dev. >>> 3. Please also run ant -verbose deploy.war, capture the output and >>> email >>> it to menda-dev. >>> >>> That will give us some materials to start investigating the problem. >>> >>> Thanks. >>> >>> -- Eric. >>> >>> >>> >>> On Sat, 26 Jun 2004 00:29:24 +0300, pope <apo...@ez...> wrote: >>> >>>> Hi! >>>> >>>> I am trying to deploy the war using the ant target on Tomcat 5.0.18. >>>> But Tomcat complains: >>>> INFO: >>>> validateJarFile(C:\java\progs\tomcat-5.0.18\webapps\menda\WEB-INF\lib\servlet.jar) >>>> - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending >>>> class: >>>> javax/servlet/Servlet.class >>>> log4j:WARN No appenders could be found for logger >>>> (org.apache.commons.digester.Digester). >>>> log4j:WARN Please initialize the log4j system properly. >>>> Jun 26, 2004 12:20:12 AM org.apache.catalina.core.StandardContext >>>> start >>>> SEVERE: Error listenerStart >>>> Jun 26, 2004 12:20:12 AM org.apache.catalina.core.StandardContext >>>> start >>>> SEVERE: Context startup failed due to previous errors >>>> >>>> Where do I need to configure the log4j? Is this the only problem >>>> stopping it from starting? >>>> >>>> 10x in advance >>>> >>> >>> >>> > > > -- Nothing is particulary hard if you divide it into small jobs. (Henry Ford) |