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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execute a .class file from a web page

Status
Not open for further replies.

mbiro

Programmer
Nov 20, 2001
304
I have a web page (written in asp, but that probably doesn't matter) that needs to fire a java .class file. In other words, when my page loads, I want a java file to run on my server. (this java file writes to a Java Message Service).

Any way to do this?
 
Can't you just instantiate class the execute the method within the JSP page?
 
If you are using JMS, then you must be running a J2EE server - can your ASP page not just call a servlet or JSP which can access the JMS resources or execute the class ? Thats going to be easier ....

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top