RTC - Need help configuring server for trial verison
![]()
John Walker (11●1)
| asked Sep 16 '15, 2:47 p.m.
edited Sep 17 '15, 11:22 a.m. by Geoffrey Clemm (30.1k●3●30●35)
I have just downloaded RTC trial version so I can provide a POC for a client.
I am getting an error when I try to start my Apache tomcat server, Who can help or where would I go for help? |
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Sep 17 '15, 7:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You installed into Program Files. In that case you have to start the server with run as admin, even if you are logged in as administrator, because win has special protection for that folder.
Don't install into Program Files install int e.g. IBM/clm6.0
|
Comments
what is the error?
Failed to create work directory [C:\Program Files\IBM\JazzTeamServer\server\tomcat\work\Catalina\localhost\rm] for context [/rm]
.apache.catalina.loader.WebappLoader startInternal
SEVERE: LifecycleException
org.apache.catalina.startup.HostConfig deployWAR
SEVERE: Error deploying web application archive C:\Program Files\IBM\JazzTeamSer
ver\server\tomcat\webapps\rm.war
SEVERE: Exception fixing docBase for context [/rs]
Throwable occurred: java.io.IOException: Unable to create the directory [C:\Prog
ram Files\IBM\JazzTeamServer\server\tomcat\webapps\rs]
SEVERE: Error deploying web application archive C:\Program Files\IBM\JazzTeamSer
ver\server\tomcat\webapps\rs.war
INFO: JSR 356 WebSocket (Java WebSocket 1.1) support is not available when runni
ng on Java 6. To suppress this message, run Tomcat on Java 7, remove the WebSocket JARs from $CATALINA_HOME/lib or add the WebSocket JARs to the tomcat.util.scan.DefaultJarScanner.jarsToSkip property in $CATALINA_BASE/conf/catalina.properties. Note that the deprecated Tomcat 7 WebSocket API will be available. The scratchDir you specified: is unusable.
sounds like you have security turned on on that server such that only certain users can create folders. is the user running tomcat authorized?
Hi
I will check on the security authorization.