jms and createTopic

2002-04-04 Thread Harini P
Hi, I am using createTopic function to create a Topic , i then bind it to a jndi context. I can lookup to that topic if the application server is running on the same machine as that of the client. If the client connects to the server running on a remote machine, the lookup does not happen unless

ORMI-HTTP Tunneling through firewall with proxy server

2002-01-10 Thread Harini P
Hi, I have a similar problem but with a simple applet connecting to the JMS Server using ORMI-HTTP tunneling when a firewall and a proxyserver are used the client application times out when it calls start on topicConnection. Any ideas why is this happening? --- Frederick,Frank [EMAIL PROTECTED]

application-client.xml resource not found

2001-12-31 Thread Harini P
Hi, I am trying to deploy an applet in Oracle9i I get the following error META-INF\application-client.xml resource not found. I have the file at the place it is required why am I getting that error. Please help. Rgds, Harini The structure is like this test.war --- CTestapplet.class index.html

[no subject]

2001-12-23 Thread Harini P
Hi, I am using the Orion App Server(oc4j). I have an applet client which is talking to the JMS Server in Orion. To be able to get the initialcontext i have put the following lines in my java.policy file permission java.util.PropertyPermission *, read,write; permission