[JBoss Seam] - Re: Seam can't parse pages.xml without JBoss.com?
by bulloncito
dtd's must be validated :S, run through the same problem, patch/fix was, for me, to manually download (that's a horrible patch) pages-1.2.dtd and put it in bin directory of jboss, since my server runs dnsless and cannot validate online resources, only pages-1.2.dtd from jboss.com was needed for me. I also changed:
| <!DOCTYPE pages PUBLIC
| "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
| "pages-1.2.dtd">
|
for a relative path, thats where pages-1.2.dtd in jboss's bin directory is read, and validation succeds, even offline. hope it can solve your problem.
... 'bout faces config issue, it has something to do with placing proper jars on WEB-INF/lib, they contain proper taglibs for that. Faces works fine on my dnsless server, only real problem was pages dtd from seam :(
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045973#4045973
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045973
19 years, 1 month
[Installation, Configuration & Deployment] - GMS address on multihomed machine
by jowizzle
I have a server with two interfaces. During startup of JBoss 4.2 I see two messages.
| -------------------------------------------------------
| GMS: address is yyy.yyy.yyy.yyy:32863
| -------------------------------------------------------
| 17:19:49,534 INFO [TreeCache] viewAccepted(): [yyy.yyy.yyy.yyy:32863|0] [yyy.yyy.yyy.yyy:32863]
| 17:19:49,554 INFO [TreeCache] TreeCache local address is yyy.yyy.yyy.yyy:32863
|
and
| -------------------------------------------------------
| GMS: address is xxx.xxx.xxx.xxx:32868
| -------------------------------------------------------
| 17:19:56,534 INFO [TreeCache] viewAccepted(): [xxx.xxx.xxx.xxx:32868|0] [xxx.xxx.xxx.xxx:32868]
| 17:19:56,535 INFO [TreeCache] TreeCache local address is xxx.xxx.xxx.xxx:32868
|
I configured the bind_addr in cluster-service.xml and jboss-service.xml in jboss-web-cluster.sar. What else must I configure to ensure that all services bind to the proper interface?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045966#4045966
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045966
19 years, 1 month