If you have control about the jsp's that are served by the server
create a jsp that prints out the system properties you need
to decide this.

<%= java.lang.System.getProperty("os.name") %>
<%= java.lang.System.getProperty("os.arch") %>
<%= java.lang.System.getProperty("os.version") %>


> -----Urspr�ngliche Nachricht-----
> Von: Hans Schlenker [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 18. Dezember 2001 17:29
> An: Tomcat Users List
> Betreff: Manager: How to remotely get operating system etc. info
<snip/> 
> - How can we remotely get the OS type TOMCAT is running on, to be able
> to install the correct native libraries? (BTW: The more 
> general solution
> to this problem, to send an empty "GET / HTTP/1.0" request to any
> standard HTTP server and to scan the info the server returns, does not
> work with TOMCAT since it only returns TOMCAT version info.)
<snip/>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to