> I have been using Tomcat and JSP for some time. But my recently project
> requires to use a lot of legacy c++ code. Calling them from java
> becomes a problem. Is there something similar to servlet and jsp but
> all in c++?
Hmm. There's ISAPI and NSAPI, and there is CGI, which can certainly be
done from C++, although it would be a little unusual.

Signature
Chris Smith - Lead Software Developer / Technical Trainer
MindIQ Corporation
Chris Uppal - 22 Jun 2006 15:15 GMT
> > Is there something similar to servlet and jsp but
> > all in c++?
>
> [...] and there is CGI, which can certainly be
> done from C++, [...]
Or FastCGI might be better, there's a C++ library for that.
-- chris