You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christopher Schultz <ch...@christopherschultz.net> on 2019/10/07 15:21:51 UTC

[POLL] Who is using CGIServlet, and why?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

All,

I'm interested in what the community is doing with the CGIServlet, if
anything. Please do NOT reply if you don't use the CGIServlet. Please
DO reply if you fit into any of these categories:

1. Using Tomcat as a primary web server without reverse proxy (e.g.
httpd/nginx/etc), and using CGIServlet to run e.g. Perl, PHP,
Python... really any common scripting language on the back-end.

2. Using Tomcat for mostly Java code, but you use the heck out of
something very specific (e.g. ImageMagick) via CGI

3. Using Tomcat with mostly Java code, except you've got that one
script that was written back in 1997 by the guy who never talks and
nobody knows how it works, only that your business depends upon it, so
the CGIServlet lets you continue to do that.

If you can fit yourself into one of the buckets above, please do so.
If you can't, please provide a short explanation of why you (a) still
need the CGIServlet and (b) don't fit into one of the above buckets.
Basically, I'm trying to limit the discussion to what people actually
NEED and avoid devolving into endless group-discussions of why some
company operates the way that it does.

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl2bWA8ACgkQHPApP6U8
pFhaaQ//bUQnlJXM+thuLM3kyGPHLurmOis5mZ5DnvL+G4ij/TNxI5ECcLjtEQmi
kRCGij0xiWiG8Iz9I3s87PN9FBiADXbythjPKP7A5GkaC7/sg+O2eH55ut8Y4/A6
0ju+tAvm4adhMFYvl2sA71TPeXfUR/aamgP57W/KGM4jXcP7pN4Qz4giC/zUcwkD
SpActx3PSWc9hFLskxnq50H0Mq0LNYij5iWsuUjSwCCNeKL5XlTvLrb4JIRH7efk
hdeeDFnpZ/kaEZrlTVwRptGJj4cUV+bccke4T4xdEgZOM7F8Ujx90B2HotnDcWZW
OvoDBOMB2+TzWnWTDrU9b/u0MAb8tervPiHL9QcMeIvZCJX5h8hFP81i8yyBViD+
vTyfnwPP0CvQ8bIYNPTE4MVd5mirTJbDICnADmxbQvKFACZU0ZsAYZgzyGcUjhg3
vzYoXn4/DMZKdcwy25cjoHan8GdYOVXGChioppUqA8Kiek/VV6xJ+omm8oV7TvLd
PDE9OZ9xbrSGtA/Yg7s9L+4prOTIkZppiYg9HXyV2R6IeaWtLqnHJ8EXoB7h3hNA
GRqXFLeeqXECeleUgCdrTxDSex0Yq5GIXJozRW5LiNmU37rfQxIF34NFDFX8/UvM
IIxJhRjy25lsk4wvMuYY5XvPZEttI+wLCBQrtnBHxTXkICou0Pw=
=hzhH
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: [POLL] Who is using CGIServlet, and why?

Posted by Chuck Caldarale <n8...@gmail.com>.
On Mon, Oct 7, 2019 at 10:22 AM Christopher Schultz <
chris@christopherschultz.net> wrote:

I'm interested in what the community is doing with the CGIServlet, if
> anything. Please do NOT reply if you don't use the CGIServlet. Please
> DO reply if you fit into any of these categories:
>
> 1. Using Tomcat as a primary web server without reverse proxy (e.g.
> httpd/nginx/etc), and using CGIServlet to run e.g. Perl, PHP,
> Python... really any common scripting language on the back-end.
>

The above is our use case, mostly for prototyping, usually in Python.

  - Chuck