I am running Tomcat 6 with a form protected webapp that authenticates correctly with a Windows LDAP server. I am having an odd behavior:
I want to use connection pool with JPA/TopLink in my web app running on tomcat.Earlier I use j开发者_开发百科dbc\'s Connection and Statement classes to manipulate data in database; to use connection p
I have searched on google and stackoverflow for this problem there are several questions but not resulting to particular solution and reason behind the cause. I am doing a project in JSF with context
In server.xml: <GlobalNamingResources> <Resource name=\"jdbc/ArchiveDB\" auth=\"Container\" type=\"javax.sql.DataSource\"
I need to configure a datasource to use in grails. I created file scripts/_Events.groovy wi开发者_StackOverflow中文版th content bellow:
I am designing a report using Birt and Eclipse. When I deployed inside the Tomcat I am getting this problem.
I have an existing war file, nothing special about it, just a normal web application. I am making a portal page and I want to make this existing web application into a portlet. Anyone know how to go a
What I have done I have deployed a war file through tomcat admin panel and its working fine. As soon as I deploy the war file apache creates a seperate folder structure for it.
I am on Windows and trying to run multiple (currently two) instances of TeamCity on the same server. I chose not to install the Windows services and instead run the server via runAll.bat start command
How 开发者_高级运维come when I have a jar in my project\'s libraries folder, the compiler keeps screaming NoClassDefinitionError, but when I put it into tomcat\'s libraries folder, everything works fi