I am trying to deploy a war to a remote tomcat server from maven, but I get the following error in NetBeans:
My first question - isn\'t it possible to use https without using a Digital Certificate? My second question - I\'m securing few pages within my web application. So added the following
I have a Java servlet that that handles requests to any url pattern on a Tomcat 6 server. Now i want to block requests to a specific url pattern by issuing a 40开发者_开发问答4 error. There is a part
I\'m trying to setup an old website in intellij IDEA. I have all the source code and necessary configuration files for the old project. Have setup source code and web content in intellij and it compil
UTF-8 is broken on .html files served through tomcat through /web-app. If I open the file directly with file:///, it renders fine. If I view the file during run-app, it looks fine. However, when I\'m
When redeploying a specific webapp by using the manager-app, the next call causes a \'NullPointerException\' because of WebappClassLoader.findResources (Stacktrace below). After restarting the tomcat
I\'m using WEKA in a java project and I\'m trying to deploy it on a Tomcat server using Eclipse. I configured the DatabaseUtils.prop config file with my settings, in this case the mysql driver (when
Is it possible to find out the HTTP and HTTPS ports configured for a Tomcat webserver from the web application\'s java code before any http or https requests tak开发者_开发百科e place.
Can anyone tell me if this is related to the SSL session, or if this is indicative of a certificate issue?
I\'m following 开发者_JAVA技巧coreServlet tutorial and sometimes when I create new file or update them, then check it on browser things don\'t work so I restart the server and they go fine, I\'m a hum