2 Replies Latest reply on Dec 22, 2004 9:34 AM by markku.halinen

    Multiple tomcat connectors with different servlets

    markku.halinen

      I'd like to configure two tomcat connectors running on different ports, for example connector 1 listening in port 8080 and connector 2 listenting to port 8880, and I would like to have servlet A mapped to connector 1 and servlet B to connector 2 (servlet A is a client interface and servlet B is an admin interface). Any ideas in accomplishing this?