Marju,
Glad to hear that.
Warren
>
> From: marju jalloh <[EMAIL PROTECTED]>
> Date: 2005/12/20 Tue PM 01:49:31 EST
> To: Tomcat Users List <[email protected]>
> Subject: Re: Re: problem with stopping Tomcat
>
> Warren I have solved it. The server.xml and web.xml were currupt.I replace
> them with the original server.xml and web.xml configuration file and
> rebooted no error message and its working perfact.
>
> Advice for everyone.Always backup the original config file or the last
> working config file so that you can fall on it when the need arises
>
> Thanks Warren for your concern
> Marju
>
> Warren Pace <[EMAIL PROTECTED]> wrote: mariju,
> This is puzzling. At this point, I would do exactly what you're
> planning. Good thing you saved the original files . . . after that, I'm at a
> loss short of removing the app and re-installing with apt.
> >
> > From: marju jalloh
> > Date: 2005/12/19 Mon PM 02:18:22 EST
> > To: Tomcat Users List
> > Subject: Re: Re: problem with stopping Tomcat
> >
> > no I did not use apt. It was working but now on rebooting I got the
> > following error
> > INFO: Initializing Coyote HTTP/1.1 on http-8080
> > ServerLifecycleListener: createMBeans: MBeanException
> > java.lang.Exception: ManagedBean is not found with Ajp13Connector
> > at
> > org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:180)
> > at
> > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecycleListener.java:355)
> > at
> > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecycleListener.java:807)
> > at
> > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecycleListener.java:781)
> > at
> > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecycleListener.java:325)
> > at
> > org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(ServerLifecycleListener.java:179)
> > at
> > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
> > at
> > org.apache.catalina.core.StandardServer.start(StandardServer.java:2136)
> > at org.apache.catalina.startup.Catalina.start(Catalina.java:463)
> > at org.apache.catalina.startup.Catalina.execute(Catalina.java:350)
> > at org.apache.catalina.startup.Catalina.process(Catalina.java:129)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > at java.lang.reflect.Method.invoke(Method.java:585)
> > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:156)
> > Starting service Tomcat-Standalone
> > Apache Tomcat/4.1.31
> > Sep 9, 2005 1:07:28 AM org.apache.commons.digester.Digester fatalError
> > SEVERE: Parse Fatal Error at line 2 column 83: The system identifier must
> > begin with either a single or double quote character.
> > org.xml.sax.SAXParseException: The system identifier must begin with either
> > a single or double quote character.
> > at
> > org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
> > Source)
> >
> > I am now tryinh to sutituted my server.xml and web.xml fiel with the
> > original and see if it would work
> >
> > thanks
> > Marju
> >
> > Warren Pace wrote: Did you originally install Tomcat using apt? The
> > Debian package configures Tomcat to listen on port 8180.
> > >
> > > From: marju jalloh
> > > Date: 2005/12/18 Sun PM 04:52:50 EST
> > > To: Tomcat Users List
> > > Subject: Re: problem with stopping Tomcat
> > >
> > > Sorry that I did`nt include these information
> > > I`m using Tomcat 1.4.27 on linux Debian(serge). Tomcat start authomatic
> > > at startup.But during development I use shutdown.sh and startup.sh in the
> > > TOMECAT_HOME/bin directory
> > > eg
> > > shutdown.sh to stop tomcat
> > > startup.sh to start tomcat
> > >
> > > Thanks,
> > > Byfour
> > >
> > > Steve Dodge wrote: What's you environment? What version of Tomcat? What
> > > command are you
> > > using to start it?
> > >
> > > marju jalloh wrote:
> > >
> > > > Hi everyone
> > > >I havae problem with stopping tomcat.When I start it it show no sign of
> > > >error but I can`t get to my http:localhost:8080/ page if I tried to
> > > >restart Tomcat by sotpping and the starting I got thefollowing error
> > > >during stopping
> > > >
> > > >Catalina.stop: java.net.ConnectException: Connection refused
> > > >java.net.ConnectException: Connection refused
> > > > at java.net.PlainSocketImpl.socketConnect(Native Method)
> > > > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
> > > > at
> > > > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
> > > > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
> > > > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
> > > > at java.net.Socket.connect(Socket.java:507)
> > > > at java.net.Socket.connect(Socket.java:457)
> > > > at java.net.Socket.(Socket.java:365)
> > > > at java.net.Socket.(Socket.java:178)
> > > > at org.apache.catalina.startup.Catalina.stop(Catalina.java:532)
> > > > at
> > > > org.apache.catalina.startup.Catalina.execute(Catalina.java:352)
> > > > at
> > > > org.apache.catalina.startup.Catalina.process(Catalina.java:129)
> > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > at
> > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > at
> > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > at java.lang.reflect.Method.invoke(Method.java:585)
> > > > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:156)
> > > >
> > > >
> > > >I googled to no avail. from ps -aux there is no tomcat process running.
> > > >
> > > >Can anyone help
> > > >
> > > >
> > > >__________________________________________________
> > > >Do You Yahoo!?
> > > >Tired of spam? Yahoo! Mail has the best spam protection around
> > > >http://mail.yahoo.com
> > > >
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam protection around
> > > http://mail.yahoo.com
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]