Hi there
We have developed a middleware based on WSRF/WSN with gt4 core and also
are testing with different types of UIs.
In a desktop UI, WS-Notification is working fine by setting up
-DGLOBUS_LOCATION=$GLOBUS_LOCATION.
A JSF UI is also working fine, running the WS-Nofication in the server
side (WEB-INF/ directory).
However, when we tested an applet client, WS-Nofication is not working
with the usual error message in the client's java console:
Container failed to initialize. Caused by
org.apache.axis.ConfigurationException: Configuration file directory
'./etc' does not exist or is not a directory or is not readable.
org.apache.axis.ConfigurationException: Configuration file directory
'./etc' does not exist or is not a directory or is not readable.
Both the applet UI and our middleware are running in a tomcat server.
The applet UI classes should be located outside of WEB-INF directory in
the tomcat and run in each client side.
It means WSN should run in the client side rather than the server side.
How can I set up the GLOBUS_LOCATION for the applet UI?
I tried to copy the gt4 directory and client-config.wsdd file here and
there under the web/ directory but it did not work.
Thank you for any help
Jung