> From: Andrew English [mailto:[EMAIL PROTECTED] 
> Were do I need to look to figure out what SQL server 
> tomcat/jboss 2.4 is pointing at? 

Could be anywhere.  A generic approach that will probably get you quite
a long way is to run:

        netstat -an | find "1433"

And seeing what the far-end IP address is for the established
connections.  A network sniffer will also tell you which database is
being used if you can't deduce it any other way (it's buried in the byte
stream in cleartext).

                - Peter

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

Reply via email to