Log says: *INFO: JSR 356 WebSocket (Java WebSocket 1.0) support is not available when running on Java 6.* To suppress this message, run Tomcat on Java 7, remove the WebSocket JARs from $CATALINA_HOME/lib or add the WebSocketJARs 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.
Mark, I think; If i change my system property for JRE_HOME; it will be resolved..? OR do i need to do some more...? I didn't get the below: "*Note that the deprecated Tomcat 7 WebSocket API will be available.* " On Tue, Mar 25, 2014 at 3:31 PM, Mark Thomas <ma...@apache.org> wrote: > On 25/03/2014 09:57, Kanagavelu Sugumar wrote: > > ohh my bad!! > > I think; it is using 1.6 jre. > > Very sorry!! > > And the message in the logs when Tomcat starts about WebSocket support > and Java version says? > > Mark > > > > > > > C:\apache-tomcat-7.0.52\bin>catalina.bat > > Using CATALINA_BASE: "C:\apache-tomcat-7.0.52" > > Using CATALINA_HOME: "C:\apache-tomcat-7.0.52" > > Using CATALINA_TMPDIR: "C:\apache-tomcat-7.0.52\temp" > > *Using JRE_HOME: "C:\Program Files\Java\jdk1.6.0_25\jre"* > > Using CLASSPATH: > > "C:\apache-tomcat-7.0.52\bin\bootstrap.jar;C:\apache-tomc > > at-7.0.52\bin\tomcat-juli.jar" > > Usage: catalina ( commands ... ) > > commands: > > debug Start Catalina in a debugger > > debug -security Debug Catalina with a security manager > > jpda start Start Catalina under JPDA debugger > > run Start Catalina in the current window > > run -security Start in the current window with security manager > > start Start Catalina in a separate window > > start -security Start in a separate window with security manager > > stop Stop Catalina > > configtest Run a basic syntax check on server.xml > > version What version of tomcat are you running? > > > > C:\apache-tomcat-7.0.52\bin> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >