Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

web based application

  Asked By: Robert    Date: Oct 28    Category: Java    Views: 584
  

I am interseted in dev a web based application that takes an IP
address as input and retuns the Sytem properites like device name, OS,
etc...
I have a vague idea of using the java Properties class but need more ideas.
Ideas please?

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Kim Cruz     Answered On: Oct 28

Some of the information is not so hard to fetch, such as IP and WHOIS
info. OS detection is an exception. Maybe you can use JNI to call nmap's
API or query to www.netcraft.com to do that.

 
Answer #2    Answered By: Adelbert Fischer     Answered On: Oct 28

I think you are not old pn tomcat 5 because you must download admin
part separately.

 
Answer #3    Answered By: Bian Nguyen     Answered On: Oct 28

As I know there is no admin webapp for tomcat 6 and
there is no plan to implement it.

 
Answer #4    Answered By: Daniel Jones     Answered On: Oct 28

so use tomcat 5 admin section it will work

 
Didn't find what you were looking for? Find more on web based application Or get search suggestion and latest updates.




Tagged: