Matt, I appreciate your input: I did run tomcat5.exe in the
c:ProgramFiles\Tomcat 5.0\bin directory. However, I didn't find tomcat
process with the Task Mngr. tomcastw.exe gets started when I start the
Tomcat 5 monitor, from the start menu. Am I doing something wrong? In other
words, where do I go from here?

The problem I'm running into is that the monitor process gets started but
doen't actually run! And I never had problems installing Tomcat before.
Perhaps I forgot some kind of step, in the installation process.

Luiz

Matt Raible-3 wrote:
> 
> If you install Tomcat 5.5 on Windows, you should be able to run a
> tomcat5.exe file (in $CATALINA_HOME/bin) or a startup.bat file in the
> same directory.  I'd try to get Tomcat started w/o installing Roller
> before you worry about installing Roller.
> 
> Matt
> 
> On 12/1/06, kisuco <[EMAIL PROTECTED]> wrote:
>>
>> Than you for your input Matt! I checked roller.xml and the only line I
>> see
>> with '&' is followed by 'amp' in the line
>> jdbc:mysql://localhost:3306/roller?autoReconnect=true&amp;useUnicode=true&
>> amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8
>>
>> Besides, the screen echo that I referred to produces another line that
>> complains about '&' versus '&amp'.
>> any other idea?
>>
>>
>> Matt Raible-3 wrote:
>> >
>> > {user.home} is c:\Documents and Settings\username
>> > It looks like you need to change your & in your roller.xml to &amp;
>> >
>> > Matt
>> >
>> > On 11/30/06, kisuco <[EMAIL PROTECTED]> wrote:
>> >>
>> >> HEELLLLPPPP!
>> >>
>> >> Probably not a big deal for most of you. I'm excited about the
>> potential
>> >> of
>> >> Apache Roller, but ran into a couple of basic problems: I don't know
>> >> where
>> >> is {user.home} in a W2K machine and if I have all the appropriate
>> >> envirom/
>> >> variables set up. Pls. find below the EV definitions and the screen
>> echoe
>> >> when I use command 'java -jar bootstrap.jar'  The *.jar is found in
>> the
>> >> home
>> >> dir of Tomcat 5.0 Is this command the same as the 'startup' found in
>> the
>> >> Installation Guide?
>> >>
>> >> Pls. someone let me know if it is obvous why I get this error messages
>> at
>> >> startup and why the browser says that "the requested resource
>> (/roller)
>> >> is
>> >> not available."
>> >>
>> >> Thank you!
>> >>
>> -------------------------------------------------------------------------------------------------------
>> >>
>> >> EV:
>> >>
>> >> C:\>set
>> >> ALLUSERSPROFILE=C:\Documents and Settings\All Users.WINNT
>> >> APPDATA=C:\Documents and Settings\Luiz Costa.SYNTAX\Application Data
>> >> CATALINA_HOME=c:\Program Files\Apache Software Foundation\Tomcat 5.0
>> >> CommonProgramFiles=C:\Program Files\Common Files
>> >> COMPUTERNAME=SYNTAX
>> >> ComSpec=C:\WINNT\system32\cmd.exe
>> >> HOMEDRIVE=C:
>> >> HOMEPATH=\
>> >> LOGONSERVER=\\SYNTAX
>> >> NUMBER_OF_PROCESSORS=1
>> >> OS=Windows_NT
>> >> Os2LibPath=C:\WINNT\system32\os2\dll;
>> >> Path=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;c:\Program
>> >> Files\MySQL\My
>> >> SQL Server 5.0\bin
>> >> PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
>> >> PROCESSOR_ARCHITECTURE=x86
>> >> PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, CentaurHauls
>> >> PROCESSOR_LEVEL=6
>> >> PROCESSOR_REVISION=0703
>> >> ProgramFiles=C:\Program Files
>> >> PROMPT=$P$G
>> >> ROLLER=c:\ApacheRoller\apache-roller-3.0-incubating/webapp/roller
>> >> SystemDrive=C:
>> >> SystemRoot=C:\WINNT
>> >> TEMP=C:\DOCUME~1\LUIZCO~1.SYN\LOCALS~1\Temp
>> >> TMP=C:\DOCUME~1\LUIZCO~1.SYN\LOCALS~1\Temp
>> >> USERDOMAIN=SYNTAX
>> >> USERNAME=Luiz Costa
>> >> USERPROFILE=C:\Documents and Settings\Luiz Costa.SYNTAX
>> >> windir=C:\WINNT
>> >>
>> >> C:\>
>> >>
>> ----------------------------------------------------------------------------------------------------------------------------------------
>> >>
>> >> CMDLINE:
>> >>
>> >> C:\Program Files\Apache Software Foundation\Tomcat 5.0\bin>java -jar
>> >> bootstrap.j
>> >> ar
>> >> Nov 30, 2006 10:51:46 PM org.apache.coyote.http11.Http11Protocol init
>> >> INFO: Initializing Coyote HTTP/1.1 on http-8088
>> >> Nov 30, 2006 10:51:46 PM org.apache.catalina.startup.Catalina load
>> >> INFO: Initialization processed in 3184 ms
>> >> Nov 30, 2006 10:51:46 PM org.apache.catalina.core.StandardService
>> start
>> >> INFO: Starting service Catalina
>> >> Nov 30, 2006 10:51:46 PM org.apache.catalina.core.StandardEngine start
>> >> INFO: Starting Servlet Engine: Apache Tomcat/5.5.0
>> >> Nov 30, 2006 10:51:46 PM org.apache.catalina.core.StandardHost start
>> >> INFO: XML validation disabled
>> >> Nov 30, 2006 10:51:50 PM org.apache.tomcat.util.digester.Digester
>> >> fatalError
>> >> SEVERE: Parse Fatal Error at line 16 column 75: The entity name must
>> >> immediately
>> >>  follow the '&' in the entity reference.
>> >> org.xml.sax.SAXParseException: The entity name must immediately follow
>> >> the
>> >> '&' i
>> >> n the entity reference.
>> >>         at
>> >> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAX
>> >> ParseException(Unknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalErro
>> >> r(Unknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(
>> >> Unknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(
>> >> Unknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(U
>> >> nknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp
>> >> l.scanEntityReference(Unknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp
>> >> l$FragmentContentDispatcher.dispatch(Unknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp
>> >> l.scanDocument(Unknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(U
>> >> nknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(U
>> >> nknown Source)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown So
>> >> urce)
>> >>         at
>> >> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Un
>> >> known Source)
>> >>         at
>> >> org.apache.tomcat.util.digester.Digester.parse(Digester.java:1545)
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
>> >> va:560)
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.j
>> >> ava:535)
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470
>> >> )
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.start(HostConfig.java:1063)
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
>> >> :310)
>> >>         at
>> >> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
>> >> eSupport.java:119)
>> >>         at
>> >> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1011)
>> >>
>> >>         at
>> >> org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
>> >>         at
>> >> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1003)
>> >>
>> >>         at
>> >> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:420
>> >> )
>> >>         at
>> >> org.apache.catalina.core.StandardService.start(StandardService.java:4
>> >> 50)
>> >>         at
>> >> org.apache.catalina.core.StandardServer.start(StandardServer.java:196
>> >> 7)
>> >>         at
>> org.apache.catalina.startup.Catalina.start(Catalina.java:545)
>> >>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> >>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
>> >> Source)
>> >>         at java.lang.reflect.Method.invoke(Unknown Source)
>> >>         at
>> >> org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
>> >>         at
>> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
>> >> Nov 30, 2006 10:51:50 PM org.apache.catalina.startup.HostConfig
>> >> deployDescriptor
>> >>
>> >> SEVERE: Error deploying configuration descriptor roller.xml
>> >> org.xml.sax.SAXParseException: The entity name must immediately follow
>> >> the
>> >> '&' i
>> >> n the entity reference.
>> >>         at
>> >> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Un
>> >> known Source)
>> >>         at
>> >> org.apache.tomcat.util.digester.Digester.parse(Digester.java:1545)
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
>> >> va:560)
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.j
>> >> ava:535)
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470
>> >> )
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.start(HostConfig.java:1063)
>> >>         at
>> >> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
>> >> :310)
>> >>         at
>> >> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
>> >> eSupport.java:119)
>> >>         at
>> >> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1011)
>> >>
>> >>         at
>> >> org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
>> >>         at
>> >> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1003)
>> >>
>> >>         at
>> >> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:420
>> >> )
>> >>         at
>> >> org.apache.catalina.core.StandardService.start(StandardService.java:4
>> >> 50)
>> >>         at
>> >> org.apache.catalina.core.StandardServer.start(StandardServer.java:196
>> >> 7)
>> >>         at
>> org.apache.catalina.startup.Catalina.start(Catalina.java:545)
>> >>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> >>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
>> >> Source)
>> >>         at java.lang.reflect.Method.invoke(Unknown Source)
>> >>         at
>> >> org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
>> >>         at
>> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
>> >> Nov 30, 2006 10:51:50 PM org.apache.catalina.core.ApplicationContext
>> log
>> >> INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain:
>> >> [org.apache.
>> >> webapp.balancer.RuleChain:
>> >> [org.apache.webapp.balancer.rules.URLStringMatchRule:
>> >>  Target string: News / Redirect URL: http://www.cnn.com],
>> >> [org.apache.webapp.bal
>> >> ancer.rules.RequestParameterRule: Target param name: paramName /
>> Target
>> >> param va
>> >> lue: paramValue / Redirect URL: http://www.yahoo.com],
>> >> [org.apache.webapp.balanc
>> >> er.rules.AcceptEverythingRule: Redirect URL:
>> http://jakarta.apache.org]]
>> >> Nov 30, 2006 10:51:51 PM org.apache.catalina.core.ApplicationContext
>> log
>> >> INFO: ContextListener: contextInitialized()
>> >> Nov 30, 2006 10:51:51 PM org.apache.catalina.core.ApplicationContext
>> log
>> >> INFO: SessionListener: contextInitialized()
>> >> Nov 30, 2006 10:51:52 PM org.apache.catalina.core.ApplicationContext
>> log
>> >> INFO: ContextListener: contextInitialized()
>> >> Nov 30, 2006 10:51:52 PM org.apache.catalina.core.ApplicationContext
>> log
>> >> INFO: SessionListener: contextInitialized()
>> >> Nov 30, 2006 10:51:52 PM org.apache.coyote.http11.Http11Protocol start
>> >> INFO: Starting Coyote HTTP/1.1 on http-8088
>> >> Nov 30, 2006 10:51:53 PM org.apache.jk.common.ChannelSocket init
>> >> INFO: JK2: ajp13 listening on /0.0.0.0:8009
>> >> Nov 30, 2006 10:51:53 PM org.apache.jk.server.JkMain start
>> >> INFO: Jk running ID=0 time=0/80  config=C:\Program Files\Apache
>> Software
>> >> Foundat
>> >> ion\Tomcat 5.0\conf\jk2.properties
>> >> Nov 30, 2006 10:51:53 PM org.apache.catalina.startup.Catalina start
>> >> INFO: Server startup in 7391 ms
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/new-install-of-binaries-on-W2K-with-MYSQL-5.0%2C-Tomcat-5.0%2C-Java-1.5.0_09-tf2736138s12275.html#a7633409
>> >> Sent from the Roller - Dev mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>> > --
>> > http://raibledesigns.com
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/new-install-of-binaries-on-W2K-with-MYSQL-5.0%2C-Tomcat-5.0%2C-Java-1.5.0_09-tf2736138s12275.html#a7649189
>> Sent from the Roller - Dev mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> http://raibledesigns.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/new-install-of-binaries-on-W2K-with-MYSQL-5.0%2C-Tomcat-5.0%2C-Java-1.5.0_09-tf2736138s12275.html#a7660051
Sent from the Roller - Dev mailing list archive at Nabble.com.

Reply via email to