You need to edit login.jsp script and set your 24x7 serial key in the following line String Serial = new String("") The line above should be changed to the following: String Serial = new String("your 24x7 serial key here") : I am running 24x7 3.3.5 on Windows NT 4.0 with the latest services patches. : On the same server I have IBM WebSphere 3.5.6 and IBM HTTP Server 1.3.12. : I have installed the 24x7 Java kit and examples into the path of : /webapp/24x7. I have places the jar files in the class path under : WebSphere. In 24x& I have modified the network tab under options with : the values below : Distributed Server mode enabled is checked : Driver is WinSock : Port is 1096 : I have also added a users to the administrator group called webapp. : When I bring up the login.html page and try to access the server using the : webapp userid I get a page back that says “Error: starting new user : session : Exception: null” : Any ideas what might be wrong?
|