[jboss-user] [Clustering/JBoss] - Re: Clustering JBoss 4.0.5, not working, stuck

2008-07-08 Thread egandt
First off I turned org.jgroups to "TRACE", however I'm unsure how to read the results of this,but then I also started the 2 cluster members and attempted to probe the jgroup, as discussed at http://wiki.jboss.org/wiki/Probe: [EMAIL PROTECTED] lib]# /opt/jdk1.6.0_02/bin/java -cp jgroups.jar org

[jboss-user] [Clustering/JBoss] - Re: Clustering JBoss 4.0.5, not working, stuck

2008-07-01 Thread egandt
I also tried adding java.naming.provider.url=172.19.2.10:1100:172.19.2.11:1100 to the all/conf/jndi.properties file, which force the a set of nodes. This causes the first member to be brought up to throw exceptions, saying it can not contact the second member (which is understandable), but the s

[jboss-user] [Clustering/JBoss] - Clustering JBoss 4.0.5, not working, stuck

2008-07-01 Thread egandt
I am using the All profile, to which I have made the changes at http://wiki.jboss.org/wiki/UsingMod_jk1.2WithJBoss?action=e&windowstate=normal&mode=view This includes adding the jvmRoute="node1" and jvmRoute="node2" to the 2 instances, setting true and ensuring that AJP connector is uncommented.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - running JBOSS in the forground and get it to ouput it's PID

2008-02-05 Thread egandt
I need to keep JBOSS running as a foreground task and yet allow for a third party product to find th JBOSS_PID and kill it if needed. I'm looking for how to get JBOSS (both on Unix and Windows) to output the pid of the actual java process spawned by running run.sh(bat). Is this possible, if so

[jboss-user] [JBoss Portal] - Re: JBOSS Portal 2.6 + MyFaces within my application not wor

2007-08-02 Thread egandt
This now works with 4.2 and Portal 2.6.1GA, using the steps defined in JBoss's documentation for not inheriting Faces into an application. Thanks to the JBoss Portal team for there hard work, ERIC GANDT View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070113#40

[jboss-user] [Clustering/JBoss] - Using a WebServer and mod_jk 1.2.23 with Jboss 4.2.0GA

2007-07-30 Thread egandt
I can setup Apache without issue and mod_jk is working there (ie jkstatus is working), and knows where it should connect to now the problem is setting up JBOSS 4.2.0GA to listen for a connection via ajp13. First off I'm using the default Server instance Next I edited the file: default/deploy/jb

[jboss-user] [JBoss Portal] - Re: JBOSS Portal 2.6 + MyFaces within my application not wor

2007-07-06 Thread egandt
I looked at the suggested reading and tried a number of suggested options, The best options seems to be adding | | org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL | true | | I assume that since my application includes a portlet.xml file (and also includes portlets), this is the caus

[jboss-user] [JBoss Portal] - Re: JBOSS Portal 2.6 + MyFaces within my application not wor

2007-07-05 Thread egandt
My problem is that our product is desgined to work cross platform, and currently supports both SUN Portal, WebSphere Portal and WebLogic Portal as well as Jboss Portal. Since we are cross platform we create our own extension of myfaces which we then load with a contextroot of /faces, we also use

[jboss-user] [JBoss Portal] - JBOSS Portal 2.6 + MyFaces within my application not working

2007-07-03 Thread egandt
First off there is a Wiki document at http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAndMyFaces Which appears to cover this topic, however after making the changes suggested, the portal works, but not my application which uses both ADF and MYfaces. In a JBoss Application Se

[jboss-user] [JBoss Portal] - Re: JBOSS Portal 2.6 and OpenLDAP (looking for an example ld

2007-07-03 Thread egandt
Sorry the fatwire, was lack of scrubbing the data. as for the other dc=fatwire.com I fixed that to be dc=example,dc=com The typo of dc=fatwire.com was the problem authentication is now working for openLDAP. I'm including the working LDIF and ldap-identity-config.xml from my install as this m

[jboss-user] [JBoss Portal] - Re: JBOSS Portal 2.6 and OpenLDAP (looking for an example ld

2007-07-02 Thread egandt
OpenLDAP connection from ldap_identity-config.xml: | | | common | | userCtxDN | ou=People,dc=fatwire.com | | | uidAttributeID | cn | | | passwo

[jboss-user] [JBoss Portal] - JBOSS Portal 2.6 and OpenLDAP (looking for an example ldap_i

2007-07-02 Thread egandt
I am trying to move from portal 2.4 to portal 2.6, and I can not get OpenLDAP to authenticate the logins, while it connects to the LDAP Server, it seems to be unable to locate the user admin which exists as: cn=admin,ou=People,dc=example,dc=com Saddly all the examples for 2.6 are for LDAP's other

[jboss-user] [JBoss Portal] - ADF faces in JBOSS Portal 2.4

2007-06-01 Thread egandt
I have a program that requires, ADF-Faces as well as My-Faces, however I can not figure out what is required to get ADF-FACES to load, Thinking it was my product I downloaded and attempted to deploy the ADF-Faces samples application, however it also does not deploy correctly. If I remove the M

[jboss-user] [JBoss Portal] - Re: Creating a portlet instance of an unamed portlet

2006-12-05 Thread egandt
The problem was I did not have the following defined for each portlet: ActiveContent new: Active Content new: Spark Portlet com.fatwire.flame.portlets.MyActiveList the key descriptor is as the portal seems to just not like any portlet without it (they are displayed, but nothing can be done with

[jboss-user] [JBoss Portal] - Re: Creating a portlet instance of an unamed portlet

2006-12-05 Thread egandt
The problem is that the portlets are registered with the portal, but in the display they have only got an id and no name, there are 4 columns: id, name, remote, remote able The last 2 remote, remotable are check boxes, my portlets only have an id and no name so I can not create an instance. Eve

[jboss-user] [JBoss Portal] - Re: Creating a portlet instance of an unamed portlet

2006-12-05 Thread egandt
Here it is: http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/portlet";> ActiveContent com.fatwire.flame.portlets.MyActiveList com.fatwire.cs.portals.portlet.CSPortlet.config.renderpag

[jboss-user] [JBoss Portal] - Re: Creating a portlet instance of an unamed portlet

2006-12-05 Thread egandt
Sorry I should mention that this is with Portal 2.4 and I did not see this issue with 2.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991351#3991351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991351 __

[jboss-user] [JBoss Portal] - Creating a portlet instance of an unamed portlet

2006-12-05 Thread egandt
I have about 30 portlets added by a software program, and while they all show up on the list of portlets with an id such as "local./servlet.CreateContent" they have no name in the name column and if I click on them nothing happens, as there is no name I can not create an instance without first a