Configuring connector (embedded)

2004-02-24 Thread Michael Mangeng
Hi I´ve embedded tomcat within our application. In the embedded class (API-docs) is described: ... Call |createConnector()| to create at least one TCP/IP connector, and then call its property setters as desired. ... The problem is that the Connector interface ( http://jakarta.apache.org/tomcat/

Re: Configuring connector (embedded)

2004-02-24 Thread Jeanfrancois Arcand
Michael Mangeng wrote: Hi I´ve embedded tomcat within our application. In the embedded class (API-docs) is described: ... Call |createConnector()| to create at least one TCP/IP connector, and then call its property setters as desired. ... The problem is that the Connector interface ( http://