I'm sure it is probably a newbie problem! Your help is appreciated though! I looked it up in the archive but didn't see a clear answer. thanks again - d beg file -------------------------------------------------------------- <?xml version="1.0" encoding="ISO-8859-1"?> <Server> <!-- Debug low-level events in XmlMapper startup --> <xmlmapper:debug level="0" /> <!-- This is quite flexible; we can either have a log file per module in Tomcat (example: ContextManager) or we can have one for Servlets and one for Jasper, or we can just have one tomcat.log for both Servlet and Jasper. If you omit "path" there, then stderr should be used. verbosityLevel values can be: FATAL ERROR WARNING INFORMATION DEBUG --> <Logger name="tc_log" path="logs/tomcat.log" customOutput="yes" /> <Logger name="servlet_log" path="logs/servlet.log" customOutput="yes" /> <Logger name="JASPER_LOG" path="logs/jasper.log" verbosityLevel = "INFORMATION" /> <!-- Add "home" attribute if you want tomcat to be based on a different directory "home" is used to create work and to read webapps, but not for libs or CLASSPATH. Note that TOMCAT_HOME is where tomcat is installed, while ContextManager home is the base directory for contexts, webapps/ and work/ --> <ContextManager debug="0" workDir="work" > <!-- ContextInterceptor className="org.apache.tomcat.context.LogEvents" / --> <ContextInterceptor className="org.apache.tomcat.context.AutoSetup" /> <ContextInterceptor className="org.apache.tomcat.context.DefaultCMSetter" /> <ContextInterceptor className="org.apache.tomcat.context.WorkDirInterceptor" /> <ContextInterceptor className="org.apache.tomcat.context.WebXmlReader" /> <ContextInterceptor className="org.apache.tomcat.context.LoadOnStartupInterceptor" /> <!-- Request processing --> <RequestInterceptor className="org.apache.tomcat.request.SimpleMapper" debug="0" /> <RequestInterceptor className="org.apache.tomcat.request.SessionInterceptor" /> <RequestInterceptor className="org.apache.tomcat.request.SecurityCheck" /> <RequestInterceptor className="org.apache.tomcat.request.FixHeaders" /> <Connector className="org.apache.tomcat.service.SimpleTcpConnector"> <Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/> <Parameter name="port" value="15000"/> </Connector> <!-- entry for dev CDS installation --> <Context path="/devJSP" docBase="/local/apps/tomcat,v3.1.1/jakarta-tomcat/webapps/devJSP" debug="0" reloadabl e="true" > </Context> <!-- example - how to override AutoSetup actions --> <Context path="/examples" docBase="webapps/examples" debug="0" reloadable="true" > </Context> <!-- example - how to override AutoSetup actions --> <Context path="" docBase="webapps/ROOT" debug="0" reloadable="true" > </Context> <Context path="/test" docBase="webapps/test" debug="0" reloadable="true" > </Context> </ContextManager> </Server> end file ------------------------------------------------------------------------------- Benoit Jacquemont wrote: > Hi, > > Send us your server.xml file to check up. The more information you can give, > the sooner you're problem will be solved. For the moment, it looks like a > missing ajp12 listener. > > Benoit > > > I'm just starting with tomcat install and config. I sent > > this on Friday. > > Would greatly appreciate any help for those that have gotten > > past this. > > I'm on Solaris 2.6, tomcat 3.1.1. > > > > thanks! > > > > Deidra Powell wrote: > > > > > I was trying to get tomcat going and I too am having > > trouble with the > > > stop script. I looked in your archives, but see nothing on > > how to fix > > > it. Well, except for one on ajp12 in front of connection > > name which is > > > not helping. > > > > > > Can you help me? What is missing or wrong? Below is there > > sequence of > > > errors: > > > > > > thanks! > > > ============================================================== > > > > > > Stop tomcat > > > java.net.ConnectException: Connection refused > > > at java.net.PlainSocketImpl.socketConnect(Native Method) > > > at java.net.PlainSocketImpl.socketConnect(Compiled Code) > > > at java.net.PlainSocketImpl.doConnect(Compiled Code) > > > at > > > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125) > > > at > > java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112) > > > at java.net.Socket.<init>(Socket.java:269) > > > at java.net.Socket.<init>(Socket.java:98) > > > at > > org.apache.tomcat.startup.Tomcat.stopTomcat(Compiled Code) > > > at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:130) > > > at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163) > > > ============================================================= > > > > > > -- > > > Deidra > > > > > > > >
begin:vcard n:Powell;Deidra tel;pager:800/636-4255 tel;fax:919/253-6336 tel;work:919/253-6870 x-mozilla-html:FALSE url:www.interpath.net org:Engineering;Database version:2.1 email;internet:[EMAIL PROTECTED] title:Principal D.B.A. adr;quoted-printable:;;5150 McCrimmon Parkway=0D=0ASuite 419;Morrisville;N.C.;27560;USA fn:Deidra Powell end:vcard