I installed JENNIFER by referring to Installation Guide but, I can’t see the class loader list and JDBC-related data in JENNIFER dashboard. I’m not sure that lwst30 is configured properly.
System environment = LINUX, JDK1.5, TOMCAT5.5 I designated DB pool at w11.conf through ibatis as follows.
jdbc_connection_get=com.ibatis.common.jdbc.SimpleDataSource.getConnection()
I searched information in the Q&A board and changed into comm.ibatis.sqlmap.engbatis.sqlmap.engine.transaction.jdbc.JdbcTransaction.getConnection() but it is not running.
One of strange things is .. An error as follows occurs when I execute Tomcat. “main” java.lang.NoClassDefFoundError: com/javaservice/lwst/FileTrace
So I added /home1/jennifer/agent/lwst30.setup.jar in JAVA_OPTS of Tomcat catalina.sh.
Here is attached env file.
Thank you. |