[jboss-user] [JBoss Portal Users] - Re: How to diplay a portlet in a popup?

2009-11-03 Thread ozguy
How about using AJAX call and display the content in a div popup. Depending on which portal container version you are using, in version 2.0+ there are ways to request resources from portlet container. Or you can call a servlet request and display the content in the div. View the original post

[jboss-user] [JBoss Portal Users] - Re: No email in email validation registration

2009-10-07 Thread ozguy
you have invalid email domain to start with! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259129#4259129 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259129 ___ jboss-user

[jboss-user] [JBoss Portal Users] - Re: header.jsp - adminPortalURL is null when it shouldn't be

2009-10-07 Thread ozguy
maybe the user doesn't have "Admin" role. I think the admin portlets require a user to have "Admin" role otherwise you wont be able to access it. Can you post a stacktrace? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259125#4259125 Reply to the post : ht

[jboss-user] [JBoss Portal Users] - Re: Hard session timeout

2009-09-30 Thread ozguy
You dont need access to HttpSession. When Portlet Session is invalidated, corresponding Http Session for the user is also invalidated i believe. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257845#4257845 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [JBoss Portal Users] - Re: How to make one war file depend on other war file.

2009-09-17 Thread ozguy
Jboss 4.2.2 has jmx also, so you can register a service name when war1 is deployed and only deploy war2 if the service registered by war1 is available. this is done using depends config View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255723#4255723 Reply to

[jboss-user] [JBoss Portal Users] - Re: Using Jboss Portal with Spring Portal MVC & Spring Appli

2009-09-17 Thread ozguy
Another way you do this is by using Jboss Login modules. You can plugin you custom Login Module which does authentication and Jboss handles the rest. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255719#4255719 Reply to the post : http://www.jboss.org/in

[jboss-user] [JBoss Portal Users] - Re: How to set the portlet session in struts application

2009-09-03 Thread ozguy
You need to set the data in the session at application scope level, only than you will be able to access this data in another portlet. You don't really need PortletSession or HttpSession both will return you the same data. View the original post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [JBoss Portal] - Re: Assign default portal to a user role.

2009-08-18 Thread ozguy
If the portlets are on the default page, when a user logs in and if they have appropriate roles, portlet container will make the portlet available to the user. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250158#4250158 Reply to the post : http://www.jb

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSESSIONID

2009-08-18 Thread ozguy
I believe you can specify the domain to use in the server.xml. One of the valves that does the cookie/session management has an attribute which can be set. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250151#4250151 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: Portlets displayed when only admin role assigned

2009-08-12 Thread ozguy
Forgot yo mention i am using portal 2.7.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249205#4249205 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249205 ___ jboss-user ma

[jboss-user] [JBoss Portal] - Portlets displayed when only admin role assigned

2009-08-12 Thread ozguy
Hi, Just wandering why a admin also seems portlets to which he/she has admin access only. Example: Admin logins to portal and by default all the portlets he has admin access to is displayed.. Portlets should only be displayed to a user if they have a view access as this portlets contain u

[jboss-user] [JBoss Portal] - Re: Newbie

2009-08-12 Thread ozguy
Hey. Using the admin portlet you can create different portals and pages and make them default . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249201#4249201 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249201 _

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Property minSpareThreads not found on the protocol handler.

2009-07-26 Thread ozguy
Hi I am using jboss 4.2.3 and when configuring the http connector, there is a warn: WARN [org.apache.catalina.connector.Connector] Property minSpareThreads not found on the protocol handler. Why can't i specify the minSpareThreads? my connector settings are as follows: | | View the

[jboss-user] [JBoss Portal] - Redirect user to different web site on logout - portal 2.7.2

2009-07-25 Thread ozguy
Hi Guys, I am using Jboss portal 2.7.2 and can't figure out how to take the user to a different url onces they click on the logout link which runs the singout command. There must be some location url that i can specify which the sigout action will use and redirect the user to the appropriate

[jboss-user] [Clustering/JBoss] - SSO fails on compressed response

2009-07-05 Thread ozguy
I am using Jboss 4.2.3 with jboss portal 2.7.2 Running 2 jboss nodes in a cluster, everything works as expected including SSO , session replication etc. Onces i enable compression on the Tomcat Http connector or even on our load balancer , SSO no loger works. Scenario ( with compression="on"

[jboss-user] [JBoss Portal] - jbpm on portal 2.7.2 WARN logs

2009-06-19 Thread ozguy
Hi, I am using jboss 4.2.3 with portal 2.7.2 and when the server starts up i see lots of WARN related to jbpm configurations not found as listed below. How can i fix this warnings? 21:07:41,250 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node]; using defaults. 21:

[jboss-user] [Performance Tuning] - Re: Server very slow

2009-06-07 Thread ozguy
HI, Have a look at the memory settings in the run.conf file and also monitor the Garbage collections. This will give you some starting point as to what needs to be tuned. Search the forum for Performance tunning or heap settings and you will find some tips on how to tune the server properly.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss memory settings on 64 bit server

2009-06-05 Thread ozguy
Hi Peter, reason i have heap set high was to avoid out of memory exceptions. Whats the best way to use the 24g RAM that is available. We are running lot of Web Apps and they all need to store large amount of data such as session objects etc thats why i am using 16g heap. If i restrict the he

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss memory settings on 64 bit server

2009-06-05 Thread ozguy
Hi, I am in the process of setting up Jboss Server in a clustered mode using Jboss 4.2.3 and portal 2.6.7. Just been playing around with the memory settings and wanted to see if any of you have any opinion on the memory settings i currently have. I have 2 64 bit servers running Java 1.5.0.19 an

[jboss-user] [JBoss/Spring Integration] - Re: jboss and spring libraries

2009-05-22 Thread ozguy
Root cause from the stack trace you posted is due to "Could not start on port 1099". Some other application seems to be using the port 1099. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232841#4232841 Reply to the post : http://www.jboss.org/index.html?mo

[jboss-user] [Clustering/JBoss] - Re: Cluster nodes not discovered

2009-04-27 Thread ozguy
could be something do with the way cluster is discovered. if both nodes are in the same subnet than they will be able to discover each other but if they in different subnet, they you need extra config at the router level etc to get the UDP discovery work correctly. or you can use TCP instead of

[jboss-user] [JNDI/Naming/Network] - Re: Error Deploying Tomcat war into Jboss Server

2009-04-27 Thread ozguy
your resource is not properly configured. in web.xml you need the resource ref config and than in jboss-web.xml you need to map that resource to actual jndi name the datasource is deployed under. search the jboss wiki on jboss-web.xml for examples. View the original post : http://www.jboss.or

[jboss-user] [Clustering/JBoss] - Pull New Deployments on Startup Jboss 4.2.3

2009-04-27 Thread ozguy
Hi, Having some problems with Jboss clustering and just wanted to see if i have missed anything importent. Problem: Whenever a node startsup, it always pulls the deployed applications from the Coordinator node even if that application is already on the node that which just restarted. This is c

[jboss-user] [Clustering/JBoss] - TomcatClusteringCache & Session replication

2009-02-04 Thread ozguy
Hi, I am using Jboss 4.2.3 and jboss-portal-ha.sar 2.6 in a clustered environment where i have 2 nodes. I have WebMUX load balancer infront of the jboss nodes. When i access my portlet application , i can see the session replication details in the jTomcatClusteringCache is present in both the n

[jboss-user] [Clustering/JBoss] - Re: Fail Over of an Web App

2009-02-04 Thread ozguy
I have a similar problem. I have 2 nodes and clustering and session replication looks fine when browse to the TomcatClusteringCache. As soon as i shutdown the node i am working on and then access my portlet applications, the session returns null.. View the original post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Re: including javascript, CSS in portlets

2008-12-18 Thread ozguy
Check the path for the src and href value. Check if you can access the js and css directly EG: http://server_address/js/xx.js View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197512#4197512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Portal] - Re: including javascript, CSS in portlets

2008-12-18 Thread ozguy
Hi Use jboss-portlet.xml and i think the portlet-name value needs to be same as what its in portlet.xml put jboss-portlet.xml in the WEB-INF folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197511#4197511 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Portal] - Portal on Jboss Server 5

2008-12-18 Thread ozguy
Currently there is not Jboss portal distribution that can run on the Jboss Server v5. Does anyone know when this portal distribution will be available that can run on v5 of Jboss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197509#4197509 Reply to the

[jboss-user] [JBoss Portal] - Jboss 4.2.3Ga and jboss-portal-ha-2.6.7.GA Error

2008-12-09 Thread ozguy
Hi, I just got the jboss 4.2.3GA jboss and also the Clustered version of the portal jboss-portal-ha-2.6.7.GA. When the portal page loads, i get the following Exception and this causes the login link to not work either. Is anything missing from the binaries i downloaded, does anyone know ? 2

[jboss-user] [JBoss Portal] - Portal 2.7 and IE Issues

2008-12-07 Thread ozguy
Hi, i just got the lastest portal bundle with jboss 4.2.3 server and the portal is not rendering properly in IE. In firefox it woks fine. Anyone else had similar layout problems with portal 2.7 on IE? [/img][/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss Portal] - Jboss Portal Errors in Server log

2008-08-07 Thread ozguy
Hi Our production system is reporting the following Portal errors: Just wanted to know if some of you are also experiencing this and i don't think these are real errors, thus shouldn't be logged as error. 23:00:06,795 ERROR [STDERR] Aug 7, 2008 11:00:06 PM com.sun.facelets.compiler.TagLibraryCo

[jboss-user] [Management, JMX/JBoss] - Re: Deploying XMBean in Web Application

2008-07-17 Thread ozguy
Yup, i check jmx its not there. Its just i think war deployer doesn't do anything with the jboss-services.xml. I placed the jboss-service.xml in the META-INF folder in my war, i also tried few different places such in WEB-INF but no luck. View the original post : http://www.jboss.com/ind

[jboss-user] [Management, JMX/JBoss] - Deploying XMBean in Web Application

2008-07-17 Thread ozguy
Hi I have a web application (.war file ) and few MBeans which i want to deploy using XMBEAN style. Where do i have to put the jboss-service.xml file for jboss to deploy these mbeans. I tried placing the jboss-service.xml in the META-INF but jboss doesn't seem to deploy the mbean. Thanks in

[jboss-user] [JBoss Cache: Core Edition] - TreeCache ClassCastException

2008-05-01 Thread ozguy
Hi I am using TreeCache which is shared between 2 web applications and i have the following problems. 1. if App2 tries to get the entries from the cache which was added by App1, I get the ClassCastException when i try to cast the object from the cache to a specific type. Error message of the

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - maxThreads Tomcat setting

2008-03-17 Thread ozguy
hi I am using Jboss 4.2.2GA and tomcat is configured to handle up to 5000 threads concurrently. During the load testing, i used up all the 5000 threads, and 2 days later jboss still has 5000 threads in Ready state. How do i tell jboss to close/destroy these threads and only keep minimum of N n

[jboss-user] [JNDI/Naming/Network] - META-INF/context.xml

2008-03-14 Thread ozguy
Hi Hope someone can help me out with this problem. I have datasource definitions in the *-ds.xml which is deployed in the default/deploy folder of Jboss. Now i want to use these datasource in my web app, so i have a jboss-web.xml file which looks as follows: jboss-web.xml jdbc/question

[jboss-user] [JNDI/Naming/Network] - JNDI Datasource Lookup not working

2008-03-13 Thread ozguy
Hi I been stuck at this problem and can't seem to see what am doing wrong. I followed the wiki pages for Datasource config and did what it said but i still can't seem to make this work. Here is my *-ds.xml file This file is in the default/deploy folder of jboss. questionnaire_DS jd

[jboss-user] [Management, JMX/JBoss] - EHCACHE Mbean on Jboss

2008-02-26 Thread ozguy
Hi I am using Ehcache for one of my applications which is deployed on the Jboss. Ehcache has a Mbean which can be used with JMX to monitor the cache. Is there anyone who is able to see Ehcache Mbean on the JMX console. here is what i am doing to register the cache with the Jboss cacheManager