Hii..
I am developing an applicaton in java which needs to integrate some php files under tomcat server. I did everything successful, but the problem is that when i shutdown tomcat server it shows some error like
Exception in thread "JavaBridgeSessionTimer" java.lang.NullPointerException at php.java.bridge.SessionFactory$SessionTimer.run(SessionFactory.java:157) at java.lang.Thread.run(Thread.java:619)
Later if i start again i could not access any of the session variables from php files. I tried a simple php program which run within tomcat. This problem will get resolved once i restart the machine, but i don't want to do this frequently for any change in any configuration files in tomcat. Please help me.
session1.php
session2.php