This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Websphere and the fly likes Accessing the Websphere Server properties using Applets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Accessing the Websphere Server properties using Applets" Watch "Accessing the Websphere Server properties using Applets" New topic
Author

Accessing the Websphere Server properties using Applets

Pawan Pangty
Greenhorn

Joined: Aug 03, 2004
Posts: 8
Hi all,

I have created some web service stubs from the WSDL for the usage in the Java Desktop application.
The desktop java application utilise the web service stubs to download the data from the DB to the local machine.

Now, I want a kind of mechanism, which allows the java desktop application to get hosted or initiated using some activex control in IIS.
And download the data to the client, which hits the IIS server.
[My requirement is to initiate a java desktop application through an activex control on IIS]

My approach :

I tried manipulating the java application code , so that it can be accessed using an applet in an html.
The intention is to provide the download path of the client machine and let the applet download the data to the client machine.
The activex control does call the required html file, which further initiates the applet.

I did manage to sign the jars required etc to resolve the initial hiccups....
But, now I am getting an Access exception from the Websphere server, saying that the Access exception reading the server property.
Is there any way to resolve this or some better method to achive my goal.

Thanks in advance.
Pawan
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Accessing the Websphere Server properties using Applets
 
Similar Threads
live website chat application!
calling a ActiveX Object from JSP
screen capturing and remote controlling....
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to fin
IBM HttpServer and websphere Appserver