Author: markt
Date: Sat Sep 21 18:31:21 2013
New Revision: 1525277
URL: http://svn.apache.org/r1525277
Log:
Improve message when JSR356 support not available
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties?rev=1525277&r1=1525276&r2=1525277&view=diff
==============================================================================
---
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties
(original)
+++
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties
Sat Sep 21 18:31:21 2013
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-sci.noWebSocketSupport=WebSocket 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
+sci.noWebSocketSupport=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 depreacted Tomcat 7
WebSocket API will be available.
serverContainer.addNotAllowed=No further Endpoints may be registered once an
attempt has been made to use one of the previously registered endpoints
serverContainer.configuratorFail=Failed to create configurator of type [{0}]
for POJO of type [{1}]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]