B4J Question Create a Servlet for Tomcat with B4J

Roberto P.

Well-Known Member
Licensed User
Longtime User
HI,
How I can create a Servlet for Tomcat with B4J?

thank in avance
 

Roberto P.

Well-Known Member
Licensed User
Longtime User
You can't (without writing a library for this). You should instead build a server with jServer. It is based on Jetty and it is very powerful.

I have to create a servlet to integrate a tomcat based webbapp. I would like to take advantage of the convenience offered by b4j.
 
Upvote 0
Top