come again, a more explained version of my problem... I need to build a aplication using JSP's I use the following how-to-install everithing needs to run JSP's this is the link http://www.javahispano.com/articulos/como/apache-t omcat/windows.shtml
I read the intructions and make everything. But in this step c:\jakarta-tomcat-3.2.1\bin\startup the error appears. thakyou very much c. -----Mensaje original----- De: Carlos A. D�az [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 07 de marzo de 2002 15:44 Para: [EMAIL PROTECTED] Asunto: problem trying to run C:\Program Files\Apache Tomcat 4.0\bin\startup I have installed on w2k, SPK2: -mysql-3.23.49-win.zip -jakarta-tomcat-4.0.1.exe -apache_1.3.23-win32-x86-no_src.msi -j2sdk-1_3_1-win.exe I really don`t know what's the meaning of this error. a copy of the error: run: C:\Program Files\Apache Tomcat 4.0\bin\startup Catalina.start: LifecycleException: null.open: java.net.BindException: Address in use: JVM_Bind LifecycleException: null.open: java.net.BindException: Address in use: JVM_Bind at org.apache.catalina.connector.http.HttpConnector.i nitialize(HttpConnector.java:1116) at org.apache.catalina.core.StandardService.initializ e(StandardService.java:454) at org.apache.catalina.core.StandardServer.initialize (StandardServer.java:552) at org.apache.catalina.startup.Catalina.start(Catalin a.java:775) at org.apache.catalina.startup.Catalina.execute(Catal ina.java:681) at org.apache.catalina.startup.Catalina.process(Catal ina.java:179) at java.lang.reflect.Method.invoke(Native Method) at org.apache.catalina.startup.Bootstrap.main(Bootstr ap.java:243) ----- Root Cause ----- java.net.BindException: Address in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java :405) at java.net.ServerSocket.<init>(ServerSocket.java:170 ) at java.net.ServerSocket.<init>(ServerSocket.java:121 ) at org.apache.catalina.net.DefaultServerSocketFactory .createSocket(Defau ltServerSocketFactory.java:118) at org.apache.catalina.connector.http.HttpConnector.o pen(HttpConnector.java:946) at org.apache.catalina.connector.http.HttpConnector.i nitialize(HttpConnector.java:1114) at org.apache.catalina.core.StandardService.initializ e(StandardService.java:454) at org.apache.catalina.core.StandardServer.initialize (StandardServer.java:552) at org.apache.catalina.startup.Catalina.start(Catalin a.java:775) at org.apache.catalina.startup.Catalina.execute(Catal ina.java:681) at org.apache.catalina.startup.Catalina.process(Catal ina.java:179) at java.lang.reflect.Method.invoke(Native Method) at org.apache.catalina.startup.Bootstrap.main(Bootstr ap.java:243) ---- Carlos A. D�az Zamora, Student, Computer Science Department Costa Rica Institute of Technology "El aprendizage no se comprende sOlo por la erudiciOn, sino porque el profundizar en el conocimiento de cOmo funciona el mundo facilitarA concebir mejores estrategias para manejarse en El" Russell-Norvig -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
