Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目在struts1.3, JNDI datasource connection, .tomcat 6问题是在本地机器上它运行正常,即获取值并将值插入数据库。但是,一旦我在服务器上部署为war服务器配置所在的位置(linux red hat,tomcat5),它就无法正常工作并且值显示为NULL.
struts1.3
JNDI datasource connection
tomcat 6
war
NULL
至于调试,我JDBC在一个jsp页面中使用代码,并且该页面完美地从表中获取所有值。
JDBC
该怎么办...?