Any help on Javaspaces

2002-04-17 Thread S Srinivas Nayak
Hi,   Can any one share their real time experience on Javaspaces and there uses.   How useful is the Javaspaces is and where and how it can be used ?   Thanx in advance, Srinivas    

Re: Question about Microsoft SqlServer Driver for Java

2002-04-17 Thread Bhushan_Bhangale
You are running this application in Tomcat. Where you are specifying the Classpath? Is it in the System classpath or some Tomcat configuration file? If you are specifying it in the System classpath then you need to check the tomcat configuration file whether the CLASSPATH variable in it is defi

[no subject]

2002-04-17 Thread Kumar P Dhanyamraju
Hello All,   I am using port:8007 as I am getting an error with 8080. My apache server is located in c:\program files\apache groups\apache. I am not getting an error while starting the tomcat it is starting ok. but before I was able to see the status in a different window but now(after the i

[no subject]

2002-04-17 Thread Kumar P Dhanyamraju
Hello All,   I am a new person to JSP and Servlet implementation. Hence I need all the help that I can get. I have downloaded Apache webserver and tomcat and I am trying to run the servlets and JSP's none of them seem to be running. I am getting an error while shutting down the tomcat Error

Re: Help...UnsatisfiedLinkError

2002-04-17 Thread Tim Panton
You are running servlet exec on the microsoft vm, which doesnt support RMI. You need to switch VM's or get IBM's rmi addon. URL: http://www.westpoint.ltd.uk/ - internet recon. ___ To unsubscribe, send email to [EMAIL PROTEC

Question for jar

2002-04-17 Thread [Mariano Pollio]
Hi. This is not a problem but can to do. System HP-UX. JSDK 1.3.x jar tvf filename.jar ok very good. jar tvf filename.jar.old .org etc... ok very good but the executable jar also works with different extensions from .jar this can create problems in the directory lib of tomc

question on thread in servlet

2002-04-17 Thread reunionf
Hello to all servlet afficionados, I am following thread discussions already a while and there's always discussion whether to user threads or not (I am not talking about servlet thread but about threads manually instantiated for other reasons like asynchroneous handling of tasks for loose couplin

AW: Help...UnsatisfiedLinkError

2002-04-17 Thread Huber, Peter
Some day ago I had a similar error. This was related to a bug in jdk1.2.2 As far as I can remember we had a variable declared for type A like "String varA = null;" A value was assigned to varA with an arbitrary method (methodXY). Using the variable after assignement threw an exception. Further