文章列表
Exception in thread "main" org.hibernate.HibernateException: No CurrentSessionContext configured!
at org.hibernate.internal.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:976)
at com.org.test.PersonTest.createAndStorePerson(PersonTest.java:23)
at com.org.test.PersonTest.mai ...
在一台Windows2000服务器上实现运行多个Tomcat应用,均使用相同的端口或者其它不同的端口,可以使用不同IP绑定服务,只需进行以下两步:
假设你已经有两个Tomcat应用,各自在不同的目录A与B中。
一、IP地址的设置 ...