Search Results

0
votes

how to set custom http header

Use javax.servlet.http.HttpServl …
1
vote

Weblogic or JBoss?

Personally I would choose JBoss (community version) over Weblogic (Server) because it's free (you know, like in freedom). But that isn't answering the question, so... I can see two main rea …
1
vote

How to change URL for web app?

Have you tried to configure the context-root? WEB-INF/jboss-web.xml: <jboss-web> <context-root>/support/myWebApp</context-root> </jboss-web> …
1
vote

How do I get more debug messages from Hibernate?

Also make shure you're using the correct log4j-configuration. When running in jboss (you are doing that, right?), you configure log4j-logging in $JBOSS_HOME/server/<config>/con …
0
votes

Apache Webserver & JBoss AJP connectivity with https

SSL on apache is usally enabled using a separate virtual host (vhost). Have you enabled and configurered mod_jk (mod_proxy_ajp/mod_cluster) for that vhost? …