Randy Schuster wrote:

> 1. CGI Parameter Passing
> 
> Enabled CGI and copied the old printenv and test-cgi scripts into my cgi
> directory.  They run fine except when I try to pass a parameter. 
> 
> http://myserver/cgi-bin/test-cgi
> 
> works but
> 
> http://myserver/cgi-bin/test-cgi?bob
> 
> throws a status 500 

See: SRV.4.1 HTTP Protocol Parameters
        ...
        The parameters are stored as a set of name-value pairs.

Hence, your example's not valid, but

        http://myserver/cgi-bin/test-cgi?bob=yerUncle

:: is...

> 2. Multiple Simulaneous Java Versions
> 
> I want to run different servlets under different versions of Java on the
> same box.  Any pointers?

Different JVMs, different instances (possibly versions) of Tomcat
(which implies different IP/port combinations).

Tickety-boo and bob's-- well, you know the rest :-)

-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to