SO, when i shutdown tomcat, using $CATALINA_HOME/bin/shutdown.sh it says no such file or dir...
and if I do ./shutdown.sh, then I get the foloowing. Using CATALINA_BASE: /users/meenaksharora/java/tomcat/apache-tomcat-6.0.14 Using CATALINA_HOME: /users/meenaksharora/java/tomcat/apache-tomcat-6.0.14 Using CATALINA_TMPDIR: /users/meenaksharora/java/tomcat/apache-tomcat-6.0.14/temp Using JRE_HOME: /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home Sep 13, 2007 10:09:22 AM org.apache.catalina.startup.Catalina stopServer SEVERE: Catalina.stop: 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:430) at java.net.Socket.connect(Socket.java:516) at java.net.Socket.connect(Socket.java:466) at java.net.Socket.<init>(Socket.java:366) at java.net.Socket.<init>(Socket.java:179) at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:409) 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.stopServer(Bootstrap.java:337) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415) -bash-2.05b$ ************ Now I think I may have to diable APJ1.3 in my server.xml or get a lower version of JRE/JDK ..Is that right? This is what someone else suggested: The problem is that this version of Tomcat comes with commons-logging version 1.0.2 which does not have the Jdk14Logger. When you run in a 1.4 environment, it tries to use that logger by default. You can either upgrade your commons-logging package to 1.0.4 or point your JAVA_HOME to a 1.3 JRE. ************* On 9/12/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: minky arora [mailto:[EMAIL PROTECTED] > > Subject: Re: beginer question abt JSP with Tomcat > > > > I did...there IS an entry...sorry forgot to mention that.it is there > > in hosts file.And I also checked with the loopback address, same issue > > there..."afari can't open the page > > "http://127.0.0.1/examples/jsp/dates/dates.jsp" because it could not > > connect to the server "127.0.0.1". > > I wouldn't expect that to work - you left out the port number. Also, > the correct URL for the JSP date example is: > http://127.0.0.1:8080/examples/jsp/dates/date.jsp > > You have an extra "s" in yours. Precision counts. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you > received this in error, please contact the sender and delete the e-mail > and its attachments from all computers. > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]