Re: Installation problem (For Harry and the rest....)

2003-11-20 Thread Harry Mantheakis
Hello

 I faced this kind of problem before, a window disappear as soon as it
 appears. I notice (after i checked the log files in the tomcat directory)
 that's because of the IP binding... my background environment is still
 running the services thus when i start again... give me the same
 syndrom. 

The only thing that comes to mind is that another service is using port
8080. IIRC Oracle 9i runs a service on that port.

Do netstat and see what's running.

Is anything written to the log file?

Regards

Harry Mantheakis
London, UK



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem (For Harry and the rest....)

2003-11-19 Thread foongkim
Harry, i follow through this problem...

but if i am not wrong, sancha start from beginning is having this problem.

3.
  i. Now, i clicked the Start Tomcat icon the windows
  key + Program files + Apache tomcat. I find a window
  disappearing as soon as it appears.

But after he/she try to change the catalina_home and Java_home then it's 
sovled. But i wonder what is happending to his/her situation 

I faced this kind of problem before, a window disappear as soon as it 
appears. I notice (after i checked the log files in the tomcat directory) 
that's because of the IP binding... my background environment is still 
running the services thus when i start again... give me the same 
syndrom. 

:-) so, anyone know what is happening to sancha setting?? 






[EMAIL PROTECTED] sancha
Sent by: [EMAIL PROTECTED]
11/20/2003 04:03 AM
Please respond to Tomcat Users List

 
To: Tomcat Users List [EMAIL PROTECTED]
cc: 
Subject:Re: Installation problem


Hi Harry,

Followed Wendell's instructions.

when i ran in the cmd prompt i got the following
message,(slightly long)
--
C:\Program Files\Apache Software Foundation\Tomcat
5.0\bincatalina run
Using CATALINA_BASE:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_HOME:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_TMPDIR: C:\Program Files\Apache Software
Foundation\Tomcat 5.0\te
mp
Using JAVA_HOME:   C:\Program Files\j2sdk_nb\j2sdk1.4.2
Nov 20, 2003 1:02:39 AM
org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:39 AM org.apache.catalina.startup.Catalina
load
INFO: Initialization processed in 4807 ms
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.14
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\manager.xml
Nov 20, 2003 1:02:43 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\admin.xml
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources init
INFO: Initializing,
config='org.apache.struts.util.LocalStrings', returnNull=tru
e
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources init
INFO: Initializing,
config='org.apache.struts.action.ActionResources', returnNul
l=true
Nov 20, 2003 1:02:47 AM
org.apache.struts.util.PropertyMessageResources init
INFO: Initializing,
config='org.apache.webapp.admin.ApplicationResources', retur
nNull=true
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path  from URL
file:C:\Program Files
\Apache Software Foundation\Tomcat 5.0\webapps\ROOT
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/tomcat-docs from URL file:C:\P
rogram Files\Apache Software Foundation\Tomcat
5.0\webapps\tomcat-docs
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/jsp-examples from URL file:C:\
Program Files\Apache Software Foundation\Tomcat
5.0\webapps\jsp-examples
Nov 20, 2003 1:02:53 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/servlets-examples from URL fil
e:C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps\servlets-exampl
es
Nov 20, 2003 1:02:54 AM
org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:55 AM org.apache.jk.common.ChannelSocket
init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Nov 20, 2003 1:02:55 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=20/90  config=C:\Program
Files\Apache Software Founda
tion\Tomcat 5.0\conf\jk2.properties
Nov 20, 2003 1:02:55 AM org.apache.catalina.startup.Catalina
start
INFO: Server startup in 15742 ms


i tried accessing the welcome page. Then, got the welcome
page .

Could you please tell me as to how should i allow my file to
viewed by my friend in another machine?

Thanks for your help in anticipation.

bfn
 
 Hello
 
  Hoping for your help again...
 
 Try Wendell's instructions (carefully) and tell us what
 happens (what you see on the DOS prompt command window).
 
 Regards
 
 Harry Mantheakis
 

Re: Installation problem (For Harry and the rest....)

2003-11-19 Thread Kwok Peng Tuck
Maybe the server.xml is malformed ?
You can check by running catalina.bat instead of using the icon. That 
way it will run in the current window instead of disappearing. Try
'catalina run'

[EMAIL PROTECTED] wrote:

Harry, i follow through this problem...

but if i am not wrong, sancha start from beginning is having this problem.

 

3.
i. Now, i clicked the Start Tomcat icon the windows
key + Program files + Apache tomcat. I find a window
disappearing as soon as it appears.
 

But after he/she try to change the catalina_home and Java_home then it's 
sovled. But i wonder what is happending to his/her situation 

I faced this kind of problem before, a window disappear as soon as it 
appears. I notice (after i checked the log files in the tomcat directory) 
that's because of the IP binding... my background environment is still 
running the services thus when i start again... give me the same 
syndrom. 

:-) so, anyone know what is happening to sancha setting?? 





[EMAIL PROTECTED] sancha
Sent by: [EMAIL PROTECTED]
11/20/2003 04:03 AM
Please respond to Tomcat Users List
   To: Tomcat Users List [EMAIL PROTECTED]
   cc: 
   Subject:Re: Installation problem

Hi Harry,

Followed Wendell's instructions.

when i ran in the cmd prompt i got the following
message,(slightly long)
--
C:\Program Files\Apache Software Foundation\Tomcat
5.0\bincatalina run
Using CATALINA_BASE:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_HOME:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_TMPDIR: C:\Program Files\Apache Software
Foundation\Tomcat 5.0\te
mp
Using JAVA_HOME:   C:\Program Files\j2sdk_nb\j2sdk1.4.2
Nov 20, 2003 1:02:39 AM
org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:39 AM org.apache.catalina.startup.Catalina
load
INFO: Initialization processed in 4807 ms
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.14
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\manager.xml
Nov 20, 2003 1:02:43 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\admin.xml
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources init
INFO: Initializing,
config='org.apache.struts.util.LocalStrings', returnNull=tru
e
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources init
INFO: Initializing,
config='org.apache.struts.action.ActionResources', returnNul
l=true
Nov 20, 2003 1:02:47 AM
org.apache.struts.util.PropertyMessageResources init
INFO: Initializing,
config='org.apache.webapp.admin.ApplicationResources', retur
nNull=true
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path  from URL
file:C:\Program Files
\Apache Software Foundation\Tomcat 5.0\webapps\ROOT
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/tomcat-docs from URL file:C:\P
rogram Files\Apache Software Foundation\Tomcat
5.0\webapps\tomcat-docs
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/jsp-examples from URL file:C:\
Program Files\Apache Software Foundation\Tomcat
5.0\webapps\jsp-examples
Nov 20, 2003 1:02:53 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/servlets-examples from URL fil
e:C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps\servlets-exampl
es
Nov 20, 2003 1:02:54 AM
org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:55 AM org.apache.jk.common.ChannelSocket
init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Nov 20, 2003 1:02:55 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=20/90  config=C:\Program
Files\Apache Software Founda
tion\Tomcat 5.0\conf\jk2.properties
Nov 20, 2003 1:02:55 AM org.apache.catalina.startup.Catalina
start
INFO: Server startup in 15742 ms

i tried accessing the welcome page. Then, got the welcome
page .
Could you please tell me as to how should i allow my file to
viewed by my friend in another machine?
Thanks for your help in