Hi Tim,
I noticed a couple of other items:
1. The HTTP port for the TOMCAT install is set to 8090.
Jun 18, 2008 2:04:42 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8090
2. Changing my port and executing HotDeploy or deploySOAP.BAT both return the following error message:
C:\XAware_5.1.378\deploy>C:/XAware_5.1.378/jdk150\bin\java -cp .;C:\XAware_5.1.3
78\client\soap.jar;C:\XAware_5.1.378\client\mail.jar;C:\XAware_5.1.378\client\ac
tivation.jar;C:\XAware_5.1.378\client\xmlparserv2.jar org.apache.soap.server.Ser
viceManagerClient http://localhost:8090/xaware/servlet/rpcrouter list
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsu
pported response content type "text/html; charset=utf-8", must be: &qu
ot;text/
XML". Response was:
<html><head><title>Apache Tomcat/6.0.16 - Error report</tit
le><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;ba
ckground-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;
color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Ari
al,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-f
amily:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-famil
y:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:
Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color :
black;}A.name {color : black;}HR {color : #525D76;}--></style> </hea
d><body><h1>HTTP Status 404 - /xaware/servlet/rpcrouter</h1&gt
;<HR size="1" noshade="noshade"><p><b>type
</b> Status report</p><p><b>message</b> <u>/
xaware/servlet/rpcrouter</u></p><p><b>description</b&
gt; <u>The requested resource (/xaware/servlet/rpcrouter) is not available
.</u></p><HR size="1" i Tim,
I noticed a couple of other items:
1. The HTTP port for the TOMCAT install is set to 8090.
Jun 18, 2008 2:04:42 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8090
2. Changing my port and executing HotDeploy or deploySOAP.BAT both return the following error message:
C:\XAware_5.1.378\deploy>C:/XAware_5.1.378/jdk150\bin\java -cp .;C:\XAware_5.1.3
78\client\soap.jar;C:\XAware_5.1.378\client\mail.jar;C:\XAware_5.1.378\client\ac
tivation.jar;C:\XAware_5.1.378\client\xmlparserv2.jar org.apache.soap.server.Ser
viceManagerClient http://localhost:8090/xaware/servlet/rpcrouter list
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsu
pported response content type "text/html; charset=utf-8", must be: &qu
ot;text/xml". Response was:
<html><head><title>Apache Tomcat/6.0.16 - Error report</tit
le><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;ba
ckground-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;
color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Ari
al,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-f
amily:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-famil
y:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:
Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color :
black;}A.name {color : black;}HR {color : #525D76;}--></style> </hea
d><body><h1>HTTP Status 404 - /xaware/servlet/rpcrouter</h1>
;<HR size="1" noshade="noshade"><p><b>type
</b> Status report</p><p><b>message</b> <u>/
xaware/servlet/rpcrouter</u></p><p><b>description</b&
gt; <u>The requested resource (/xaware/servlet/rpcrouter) is not available
.</u></p><HR size="1" noshade="noshade">&l
t;h3>Apache Tomcat/6.0.16</h3></body></html>
3. #2 above may be related to the following error message which is returned when starting the TOMCAT server:
Jun 18, 2008 2:04:41 PM org.apache.catalina.core.StandardContext addApplicationL
istener
INFO: The listener "listeners.ContextListener" is already configured for this co
ntext. The duplicate definition has been ignored.
Jun 18, 2008 2:04:41 PM org.apache.catalina.core.StandardContext addApplicationL
istener
INFO: The listener "listeners.SessionListener" is already configured for this co
ntext. The duplicate definition has been ignored.
Jeff...