Apache / Sun Java Webserver 6.1 comparison

Hi,

Just a basic question.

I was wondering what the Sun Java WebServer 6.1 equivalent is for the httpd in Apache ( ie: Apache=/usr/bin/httpd -> SunJavaWebServer=?)

I need to compile a CGI app with httpd support and as I am not using the Apache http, I need to specify the equivalent in Sun Java Webserver 6.1.

Thanks,

Rob

[361 byte] By [robert_appleby] at [2007-11-26 8:19:59]
# 1

Why would you care what the Web Server binary is named, though? Sun Web Server's binary is named "webservd". CGIs are spawned and as you might know, they are run out of process. With Sun's Web Server, these CGI scripts are forked by a lighterweight CGIStubs. Please see more details on running CGI: http://docs.sun.com/source/817-6250/pgcgi.html

cvr786 at 2007-7-6 21:24:22 > top of Java-index,Web & Directory Servers,Web Servers...