The Artima Developer Community
Sponsored Link

Java Answers Forum
can a java pgm detect the installation of apache and tomcat?

1 reply on 1 page. Most recent reply: Aug 7, 2003 8:15 AM by David

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
swapnil

Posts: 1
Nickname: zephyr25
Registered: Aug, 2003

can a java pgm detect the installation of apache and tomcat? Posted: Aug 7, 2003 1:18 AM
Reply to this message Reply
Advertisement
can a program be written in JAVA which can detect the following->
Whether it can detect the installation of the APACHE WEB SERVER and TOMCAT on the computer.

I am looking for a program which will allow the user to use a particular software only if the APACHE WEB SERVER and TOMCAT ARE INSTALLED on the comp.

Here are a few more detail for your reference.

Apache_1.3.20-win32-src-r2.msi
Availability: http://www.apache.org

And

Jakarta-tomcat-3.3a.zip
Availability: http://jakarta.apache.org/fs

Awaiting a reply
at
zephyr25@rediffmail.com
thunderboltsj69@yahoo.com
or

on the same web page


David

Posts: 150
Nickname: archangel
Registered: Jul, 2003

Re: can a java pgm detect the installation of apache and tomcat? Posted: Aug 7, 2003 8:15 AM
Reply to this message Reply
Sort of.

You could search the harddrive for the binaries of these products. However, this could take an awfully long time, be invalidated as soon as a new version of the software comes out and will probably be quite platform-dependent.

I suggest just asking the user to give you the directory of the install. If they give you something rubbish - their fault!

Flat View: This topic has 1 reply on 1 page
Topic: Applet - Dynamic Parameter Previous Topic   Next Topic Topic: Report generator tool in Java...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use