nothing start in this port
the netstar -na command telme this
nothing started
see the "ps"
ps -ef
UID PID PPID C STIME TTY TIME CMD
root 0 0 0 19:24:21 ? 0:17 sched
root 1 0 0 19:24:21 ? 0:01 /etc/init -
root 2 0 0 19:24:21 ? 0:00 pageout
root 3 0 0 19:24:21 ? 1:24 fsflush
root 251 1 0 19:24:38 ? 0:00 /usr/lib/saf/sac -t 300
root 254 251 0 19:24:38 ? 0:00 /usr/lib/saf/ttymon
root 48 1 0 19:24:26 ? 0:00 /usr/lib/sysevent/syseventd
root 50 1 0 19:24:27 ? 0:00 /usr/lib/sysevent/syseventconfd
root 123 1 0 19:24:31 ? 0:00 /usr/sbin/rpcbind
root 185 1 0 19:24:33 ? 0:00 /usr/lib/lpsched
root 147 1 0 19:24:32 ? 0:00 /usr/lib/autofs/automountd
root 146 1 0 19:24:32 ? 0:00 /usr/sbin/inetd -s
root 178 1 0 19:24:33 ? 0:00 /usr/sbin/nscd
root 159 1 0 19:24:32 ? 0:00 /usr/sbin/syslogd
root 161 1 0 19:24:32 ? 0:00 /usr/sbin/cron
root 198 1 0 19:24:34 ? 0:00 /usr/lib/power/powerd
root 213 1 0 19:24:34 ? 0:02 /usr/sbin/vold
root 205 1 0 19:24:34 ? 0:00 /usr/lib/utmpd
root 248 1 0 19:24:38 ? 0:24 /usr/local/sbin/sshd -f
/usr/local/etc/sshd_config
root 240 1 0 19:24:37 ? 0:00 /usr/lib/dmi/snmpXdmid -s
dtiso.sede.fazenda.sp.gov.br
root 252 1 0 19:24:38 console 0:00 /usr/lib/saf/ttymon -g -h -p
dtiso.sede.fazenda.sp.gov.br console login: -T su
root 231 1 0 19:24:36 ? 0:00 /usr/lib/snmp/snmpdx -y -c
/etc/snmp/conf
root 239 1 0 19:24:37 ? 0:00 /usr/dt/bin/dtlogin -daemon
root 255 239 0 19:24:39 ? 0:01 /usr/openwin/bin/Xsun :0
-nobanner -auth /var/dt/A:0-sga4Da
root 238 1 0 19:24:37 ? 0:00 /usr/lib/dmi/dmispd
root 257 231 0 19:24:41 ? 0:07 mibiisa -r -p 32780
root 256 239 0 19:24:40 ? 0:00 /usr/dt/bin/dtlogin -daemon
root 272 256 0 19:24:44 ? 0:01 dtgreet -display :0
root 260 1 0 19:24:44 ? 0:00 /usr/openwin/bin/fbconsole -d :0
root 277 248 0 19:27:11 ? 0:01 /usr/local/sbin/sshd -f
/usr/local/etc/sshd_config
root 3547 3544 0 11:16:26 pts/2 0:00 -bash
root 3544 248 0 11:16:23 ? 0:02 /usr/local/sbin/sshd -f
/usr/local/etc/sshd_config
root 280 277 0 19:27:14 pts/3 0:00 -bash
root 281 248 0 19:27:17 ? 0:02 /usr/local/sbin/sshd -f
/usr/local/etc/sshd_config
root 284 281 0 19:27:19 pts/4 0:01 -bash
root 8981 284 1 17:03:27 pts/4 0:00 ps -ef
"Koes, Derrick" wrote:
> Look for the following in your server.xml.
>
>
>
> <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
>
> <Connector className="org.apache.catalina.connector.http.HttpConnector"
>
> port="8080" minProcessors="5" maxProcessors="75"
>
> enableLookups="true" redirectPort="8443"
>
> acceptCount="10" debug="0" connectionTimeout="60000"/>
>
> <!-- Note : To disable connection timeouts, set connectionTimeout value
>
> to -1 -->
>
>
>
> If you have something running on port 8080, you won't be able to start
> Tomcat. Try changing the port or find out what is running on this port and
> shut it down.
>
>
>
> You will probably be able to determine what is running on your port by
> opening a browser and entering the url, like:
>
>
>
> http://serverName:8080
>
>
>
> -----Original Message-----
> From: Alexandre [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 17, 2002 1:03 PM
> To: Tomcat Users List
> Subject: Re: Tomcat 4 + Apache 2.39
>
>
>
> hi Koes
>
> this is my server.xml and my nmap result
>
> any more ??
>
>
> server.xml
> <!-- Define an Apache-Connector Service -->
> <Service name="Tomcat-Apache">
>
> <Connector className="org.apache.catalina.connector.warp.WarpConnector"
> port="8008" minProcessors="5" maxProcessors="75"
> enableLookups="true" appBase="webapps"
> acceptCount="10" debug="0"/>
>
> <!-- Replace "localhost" with what your Apache "ServerName" is set to
> -->
> <Engine className="org.apache.catalina.connector.warp.WarpEngine"
> name="Apache" debug="0">
>
> <!-- Global logger unless overridden at lower levels -->
> <Logger className="org.apache.catalina.logger.FileLogger"
> prefix="apache_log." suffix=".txt"
> timestamp="true"/>
>
>
> [root@dust root]# nmap 192.168.2.171
>
> Starting nmap V. 2.54BETA34 ( www.insecure.org/nmap/ )
> Interesting ports on hidra.sede.fazenda.sp.gov.br (192.168.2.171):
> (The 1550 ports scanned but not shown below are in state: closed)
> Port State Service
> 22/tcp open ssh
> 111/tcp open sunrpc
> 6000/tcp open X11
> 32772/tcp open sometimes-rpc7
> 32773/tcp open sometimes-rpc9
> 32774/tcp open sometimes-rpc11
>
> Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds
> [root@dust root]#
>
> "Koes, Derrick" wrote:
>
> Check the port you configured in tomcat server.xml. You probably already
> have something running there.
>
>
>
> -----Original Message-----
> From: Alexandre [mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> ]
> Sent: Wednesday, July 17, 2002 12:37 PM
> To: Tomcat Users List
> Subject: Tomcat 4 + Apache 2.39
>
>
>
> hi all
> im a newbe in this server !
> so need a help to much .
>
> when i type
>
> [root@dtiso /usr/local/jakarta-tomcat-4/bin]# ./catalina.sh start
> Using CATALINA_BASE: /usr/local/jakarta-tomcat-4
> Using CATALINA_HOME: /usr/local/jakarta-tomcat-4
> Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat-4/temp
> Using JAVA_HOME: /usr/local/JDK_1.2.2
> [root@dtiso /usr/local/jakarta-tomcat-4/bin]#
>
> the catalina.out send me this error
>
>
> tail -f catalina.out
> Starting service Tomcat-Standalone
> Apache Tomcat/4.0.4
> Exception during startup processing
> java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError:
> javax.servlet.ServletContext:
> method setAttribute(Ljava/lang/String;Ljava/lang/Object;)V not found
> at
> org.apache.catalina.core.StandardContext.postWorkDirectory(StandardContext.j
>
> ava:3992)
> at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:3365)
> at org.apache.catalina.core.ContainerBase.start(Compiled Code)
> at
> org.apache.catalina.core.StandardHost.start(StandardHost.java:638)
> at org.apache.catalina.core.ContainerBase.start(Compiled Code)
> at
> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:343)
> at org.apache.catalina.core.StandardService.start(Compiled Code)
> at org.apache.catalina.core.StandardServer.start(Compiled Code)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:781)
> at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
> at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
> at java.lang.reflect.Method.invoke(Native Method)
> at java.lang.reflect.Method.invoke(Compiled Code)
> at org.apache.catalina.startup.Bootstrap.main(Compiled Code)
> my ls /usr/local/include/javax/
> naming servlet transaction
>
> and the others
>
> ls /usr/local/include/javax/servlet
> Filter.class ServletContextListener.class
> FilterChain.class ServletException.class
> FilterConfig.class ServletInputStream.class
> GenericServlet.class ServletOutputStream.class
> LocalStrings.properties ServletRequest.class
> RequestDispatcher.class ServletRequestWrapper.class
> Servlet.class ServletResponse.class
> ServletConfig.class ServletResponseWrapper.class
> ServletContext.class SingleThreadModel.class
> ServletContextAttributeEvent.class UnavailableException.class
> ServletContextAttributeListener.class http
> ServletContextEvent.class
> [root@dtiso /usr/local/jakarta-tomcat-4/bin]
>
> i have this softwares installed in a Solaris 8 sparc
>
> jakarta-tomcat-4.0.4
> jakarta-ant-1.4.1
> j2re1.4.0_01
> j2sdk1.4.0_01
> JDK_1.2.2
> jakarta-tomcat-connectors-4.0.2-01-src
> jndi112.zip
>
> my profile is:
>
>
> # The profile that all logins get before using their own .profile.
>
> PS1="[\u@\h \w]\\$ "
> HISTFILESIZE=10000
>
> PATH=/usr/local/bin:/usr/local/sbin:/usr/openwin/bin:/usr/bin:/usr/sbin:/usr
>
> /dt/bin:/usr/ccs/bin:/usr/j2se/bin:/usr/j2se/jre/bin:/sbin:/usr/platform/sun
>
> 4u/sbin:/usr/local/jakarta-tomcat-4/bin
>
> MANPATH=/usr/local/man:/usr/openwin/man:/usr/dt/man:/usr/man:/usr/j2se/man
>
> LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/openwin/lib:/usr/share/lib:/usr
>
> /dt/lib:/usr/ccs/lib:/usr/j2se/lib:/usr/j2se/jre/lib:/etc/lib:/lib:/usr/loca
>
> l/Apache2/modules:/usr/local/JDK_1.2.2/lib
> JAVA_HOME=/usr/local/JDK_1.2.2
> TOMCAT_HOME=/usr/local/jakarta-tomcat-4
> CATALINA_HOME=/usr/local/jakarta-tomcat-4
> #CATALINA_HOME=/usr/local/include/java
> ANT_HOME=/usr/local/jakarta-ant-1.4.1
>
>
> CLASSPATH=/usr/local/JDK_1.2.2/lib/jsdk.jar:/usr/local/JDK_1.2.2/lib/ApacheJ
>
> Serv.jar:/usr/local/JDK_1.2.2/lib/activation.jar:/usr/local/JDK_1.2.2/lib/co
>
> llections.jar:/usr/local/JDK_1.2.2/lib/dt.jar:/usr/local/JDK_1.2.2/lib/jaspe
>
> r.jar:/usr/local/JDK_1.2.2/lib/jdbcpool-0.94.jar:/usr/local/JDK_1.2.2/lib/jd
>
> bcpool.jar:/usr/local/JDK_1.2.2/lib/jdom.jar:/usr/local/JDK_1.2.2/lib/jrefac
>
> tory.jar:/usr/local/JDK_1.2.2/lib/junit.jar:/usr/local/JDK_1.2.2/lib/mail.ja
>
> r:/usr/local/JDK_1.2.2/lib/servlet.jar:/usr/local/JDK_1.2.2/lib/sybase.jar:/
>
> usr/local/JDK_1.2.2/lib/tools.jar:/usr/local/JDK_1.2.2/lib/webserver.jar:/us
>
> r/local/JDK_1.2.2/lib/xalan.jar:/usr/local/JDK_1.2.2/lib/xerces.jar
>
> trap "" 2 3
> export LOGNAME PATH MANPATH LD_LIBRARY_PATH PS1 HISTFILESIZE JAVA_HOME
> TOMCAT_HOME CATALINA_HOME ANT_HOME CLASSPATH PATH=${PATH}:${JAVA_HOME}/bin
>
> any people can help me ?
>
> thanks a lot
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>