Embedded Tomcat

R

Robert M. Gary

I've developed an application that currently uses a proprietary
protocol to communicate. I'd like to switch to using http so I can also
web enable communication (i.e. offer the ability to perform action from
a web browser).

I downloaded the TomCat embedded package but I cannot find Javadocs for
the API. I've found some examples on the web but they are incomplete
and seem to be based on an older TomCat version.

Does anyone know if there are Javadocs available or recommend anyother
way to embedded https services? I'd like to be able to use jsp, etc so
a webserver would be better than coding directly using the builtin JDK
http libraries.
 
R

Raymond DeCampo

Robert said:
I've developed an application that currently uses a proprietary
protocol to communicate. I'd like to switch to using http so I can also
web enable communication (i.e. offer the ability to perform action from
a web browser).

I downloaded the TomCat embedded package but I cannot find Javadocs for
the API. I've found some examples on the web but they are incomplete
and seem to be based on an older TomCat version.

Does anyone know if there are Javadocs available or recommend anyother
way to embedded https services? I'd like to be able to use jsp, etc so
a webserver would be better than coding directly using the builtin JDK
http libraries.

Robert,

As a last resort, download the source and build files for embedded
tomcat (should be available as it is open source). Then you can build
the API docs yourself.

HTH,
Ray
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top