1 Reply Latest reply on Apr 11, 2005 8:26 AM by crs_santos

    Web application session configuration problems

    crs_santos

      Hi everyone,

      I want JBOSS to limit the number of concurrent conections to a sinlge web application without limiting the others in the same server. How can I do this?

      I am using Context and Manager tags in the server.xml configuration file of embebed tomcat but it only works with contexts outside deploy directory. If the application is inside deploy the configuration is ignored.

      But than I get another problem, when I put the web application outside the deploy directory it installs the context, but the jsp files doesn't compile, generating "org.apache.jasper.JasperException: Unable to compile class for JSP". The javac does not find the javax.servlet package. The same application functions inside deploy.

      How can I resolve this?

      Thanks,

      Rodrigo.