Hello:
I want to ask (and know) if i can use apache-tomcat to serve servlets
developed with freepascal. If not, is there a similar server for fpc?
Note that i want/need servlet like in java and other languages, not a
propetary format or cgi or anyother.
P.S. Yes, i have googled but for servl
Eduardo, the short answer is no, it wouldn't work. Tomcat doesn't understand
binary files, it only "executes" Java classes.
Your options are:
1) CGI.
2) Apache Modules.
3) Your own web server.
Leonardo M. Ramé
http://leonardorame.blogspot.com
--- On Fri, 3/27/09, Eduardo Morras wrote:
> Fr
At 22:00 27/03/2009, you wrote:
Eduardo, the short answer is no, it wouldn't
work. Tomcat doesn't understand binary files, it
only "executes" Java classes. Your options are:
1) CGI. 2) Apache Modules. 3) Your own web server.
I will opt for the 3rd. then. All in pascal of course and free...
Eduardo, I made an example (a couple of years ago) of what you're trying to do:
http://leonardorame.blogspot.com/2007_04_01_archive.html
Leonardo M. Ramé
http://leonardorame.blogspot.com
--- On Fri, 3/27/09, Eduardo Morras wrote:
> From: Eduardo Morras
> Subject: Re: [fpc-pascal] Servlet se