Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Servlet Question

Status
Not open for further replies.

jo90

Programmer
Jun 19, 2002
30
GB
Hi,

I am new to java servlets, however have a question.... I need to write a servlet which can connect to a unix server, and print statistics from the unix box ( such as cpu usage etc. ) on the browser. I am comfortable with how I would do this on unix ( ksh, csh etc.) however have not developed using java previously. Can anyone recomend a best way to do this / place to start? Can I write code on the server ( Unix box ) to gather my statictics & publish this using my servlet? Any Ideas?

Thanks in advance,
Joe.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top