Questions tagged [jboss-portal]

JBoss-Portal is a platform that provides a runtime environment for JSR168 and JSR286 portlets. The JBoss-Portal community project has officially moved over to GateIn portal. Red Hat offers an enterprise variant know as JBoss Enterprise Portal Platform.

JBoss-Portal is an open source platform that provides runtime environment for JSR168 and JSR286 portlets. The JBoss-Portal community project has now officially moved over to GateIn portal. Red Hat offers an enterprise variant of GateIn know as JBoss Enterprise Portal Platform.

42 questions
14
votes
4 answers

Where to put a shared library in JBoss AS 5?

I m new to Jboss, but I have multiple web applications each using spring-hibernate and other open source libraries and portlets, so basically now each war file includes those jar files. How do I move these jars to a common location so that I don't…
Tushar Khairnar
  • 191
  • 1
  • 1
  • 8
6
votes
2 answers

Error "java.net.SocketException: Too many open files" at deployment phase in jboss-portal-2.7.2

When start the jboss-portal-2.7.2 at some point in the log message: 2013-01-30 20:32:02,541 ERROR [org.apache.tomcat.util.net.JIoEndpoint] Socket accept failed java.net.SocketException: Too many open files at…
abg
  • 2,002
  • 7
  • 39
  • 63
3
votes
0 answers

Login in JBoss Portal

How can I create custom links to login and logout in admin mode at JBoss Portal?
Brunno Silva
  • 49
  • 1
  • 3
3
votes
0 answers

Customizing 'Register New Account' page of JBoss Portal

I am new to Portlets and Jboss. There is a requirement to add a new custom field in the register form that is displayed. We'll have to add a new field 'UserType' to capture the type of the user. The UserType has to be eventually stored in the…
2
votes
1 answer

How to assign values to the parameters of ?

I'm trying to assign values to the parameters of This code does not work. public class Constants { public static final String Color = "Red"; }
abg
  • 2,002
  • 7
  • 39
  • 63
2
votes
0 answers

org.springframework.jndi.JndiLookupFailureException: JndiObjectTargetSource failed to obtain new target object

I'm trying to deploy my application files app-ear-1.0.ear and mytest-portlet-1.0.war on jboss-portal-2.7.2, and after deploy (by copying app-ear-1.0.ear and mytest-portlet-1.0.war to jboss-portal-2.7.2/server/default/deploy) and opening the page…
abg
  • 2,002
  • 7
  • 39
  • 63
2
votes
1 answer

Memory leak in c3p0 - java.lang.NoClassDefFoundError: com/mchange/v2/resourcepool/BasicResourcePool

Environment: Server : Jboss 4.2.3.GA We are using c3p0 0.9.1.2 for connection pooling. Whenever we hot-deploy war files in Jboss AS are encountering the memory leak from c3p0. It eventually leads to “java.lang.OutOfMemoryError: PermGen space” error,…
aspdeepak
  • 2,640
  • 2
  • 32
  • 37
1
vote
1 answer

Prelogin filter before j_security_check

I currently have a form based login in my application which is developed on Jboss portal server. I wish to do some pre login validation and redirect user to another page in case of a condition being true. How can I intercept the request before…
Ankit
  • 3,083
  • 7
  • 35
  • 59
1
vote
1 answer

Secured MD5/Encrypted form based login for JBoss portal

I have currently created a form based login for JBoss portal server and my login page looks like (served on HTTPS only):
Enter UserName: Enter…
Ankit
  • 3,083
  • 7
  • 35
  • 59
1
vote
1 answer

How to implement a custom identity model for JBoss Portal?

I want to implement a custom identity model in order to connect to a proprietary webservice providing user information. So I followed the instructions on http://docs.jboss.com/jbportal/v2.7.1/referenceGuide/html/identity.html. I am using JBoss…
1
vote
1 answer

Secure authentication in jboss portal

I am developing a Portal application and using jboss portal for this purpose. My current application authenticates the user from jboss DB, using the j_security_check servlet with username and password as POST parameters. Now, if I use firebug or any…
Ankit
  • 3,083
  • 7
  • 35
  • 59
1
vote
1 answer

Creating user info bean in JBoss

I'm a little bit stuck in a problem right now: I've got a JBoss Portal which runs on a JBoss AS 4.2.3. There are running some webapps on the machine which provide some portlets to users. Now I need a centralized solution: Every time an user logs in…
onigunn
  • 4,730
  • 10
  • 58
  • 89
1
vote
1 answer

How to change path in jboss portal

How to change the path of the jboss portal url. eg Change url from "http://localhost:8082/portal/portal/myportal/cms" to "http://localhost:8082/portal/myportal/cms". How do i remove that extra "portal" from the url. Thanks in advance.
Redone
  • 1,253
  • 5
  • 18
  • 37
1
vote
1 answer

Problem deploying portlets on JBoss Portal 2.7.2: Not a canonical value

I just downloaded the JBoss Portal Server 2.7.2 (JBoss Portal + JBoss AS 4.2.3 bundle to be precise) and tried deploying portlets just as the SimpleHelloWorld provided in the samples. The portlet gets deployed fine but when I put it on a page I get…
Dchucks
  • 1,189
  • 5
  • 22
  • 48
1
vote
1 answer

Integrating Alfresco Flexspaces with JBOSS portal

We're working on a development of a JBoss portal. As part of the functionality, we need to integrate it with Alfresco, using a portlet. Both (portal and Alfresco) will connect to the same LDAP directory to get the users, to guarantee that the same…
Khelben
  • 6,283
  • 6
  • 33
  • 46
1
2 3