> From: Peter Kennard [mailto:[EMAIL PROTECTED] 
> Subject: Re: HTTP plus
> 
> > Excuse the naivety but I thought you couldn't open a socket 
> > with J2EE.  I was told (I think on this list) that you need
> > to use a JCA to make the connection.
> 
> If this is true I want to know about this.

It's not true.  You can use any Java APIs you want, including ones
dealing with sockets.  Just don't expect transaction management,
pooling, etc., to be aware of what you're doing.

Back to the original issue:  sounds like you really need to develop your
own connector to handle your proprietary protocol, rather than trying to
twist one of Tomcat's HTTP or AJP connectors into doing your bidding.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to