https://bz.apache.org/bugzilla/show_bug.cgi?id=58272

            Bug ID: 58272
           Summary: Applications Web Java
           Product: Tomcat 9
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: WebSocket
          Assignee: dev@tomcat.apache.org
          Reporter: r.mbi...@angosso.net

Created attachment 33023
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33023&action=edit
test

Following runtime
dependencies:

   1. Dependencies provided by a JSP 2.1 container:
      - Java 1.5 or later
      - Servlet 2.5 or later
      - JSP 2.1 or later

   2. Additional dependencies
      - The XML tag library requires Apache Xalan 2.7.1 or later

---
Apache Xalan 2.7.1

To address performance issues with XSLT processing, this version relies on
implementation specific functionality from Apache Xalan. The following
libraries should be included in the classpath for my application:
   - xalan-2.7.1.jar
   - serializer-2.7.1.jar
<Host name="www.enom.com" appBase="/mbiama/var/www/tomcat/webapps" >
... 
     <Alias>angosso.net</Alias>
...
</Host>
 ${build}/var/www/vhosts/angosso.net/jsp/webapp/${path}
compile target, the web application .WAR will be located at
${build}/angosso.net/jsp/webapp/${path}.war.
<Context antiResourceLocking="false" privileged="true" useHttpOnly="true">
  <Valve className="org.apache.catalina.valves.RemoteAddrValve"
         allow="10\.7\.70\.20"/>
</Context>
/jsp-tests    
/servlet-tests    
/StreamHandler

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to