[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSF and JSTL bug with JBoss 3.2.5

2004-08-13 Thread KennethAitken
I have discovered the solution, namely to give every JSF component an ID. There seems to be a bug in JBoss's allotment of IDs, so that, in this case, URLs get switched between the components. Therefore, as soon as I also give every an id and every an id, the problem vanishes. View the origina

[JBoss-user] [HTTPD, Servlets & JSP] - JSF and JSTL bug with JBoss 3.2.5

2004-08-12 Thread KennethAitken
I have tried to create a simple set of URL links using Java Server Faces coupled with JSTL, which change to plain text when the relevant link was clicked: one two three I click on three, then three is selected and no longer a link(underlined): one two three If I then click on two, two is select

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem running JSF application in JBoss

2004-08-11 Thread KennethAitken
I have experienced the same problem with JBoss 3.2.5. As a work-around I need to restart JBoss one or more times and redeploy my project also one or more times. I posted the problem in the MyEclipse forum. The support there suggested an incompatibility in JBoss with several Jar files containing

[JBoss-user] [Installation & Configuration] - Re: SSL Configuration with JBoss 3.2.5 /Tomcat 5 - Help!

2004-07-09 Thread KennethAitken
I discovered that someone posted the identical problem concerning the JBoss 3.2.4: SSL configuration for JBoss 3.2.4. The solution is that the configuration code lies in the file server.xml under jbossweb-tomcat50.sar. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Installation & Configuration] - SSL Configuration with JBoss 3.2.5 /Tomcat 5 - Help!

2004-07-09 Thread KennethAitken
I successfully set up an SSL connection for our web server with JBoss 3.2.3 and Tomcat 4.1.29, by putting the chap8.keystore into the /jboss/server/default/conf folder and uncommenting the following section of the file jboss-service.xml in the folder jboss/server/default/deploy/ jbossweb-tomcat4