[jboss-user] [JBoss Portal] - HOWTO use Log4jService in portlets

2006-10-25 Thread shagy69
How can I use the log4jService to implement logging in my portlets without using the server.log, defining a new log file inside my webapp. I am trying to use my own file with FileAppender() but its huge cause it is logging all the debug info in my new file, not only the INFO messages of my portl

[jboss-user] [JBoss Portal] - Apache mod_jk1.2.19 -> JbossAS 4.0.4 -> Jboss Portal 2.4

2006-10-19 Thread shagy69
Hi all, I have configured the AJP connection between Apache and jboss and it is working ok. But I have a problem with static elements in the portal, for solving this issue I added an Alias line in the mod-jk.conf file like this: Alias /portal-core D:/jboss-portal2.4/server/default/deploy/jboss-

[jboss-user] [JBoss Portal] - layout

2006-10-17 Thread shagy69
I have a portal built in a war file with a theme and a layout. When I redeploy the package from eclipse after a modification, i always get this esception: javax.servlet.ServletException: No dispatcher found for : BVgeneric [/layouts/generic/index.jsp], restarting the JBoss AS 4.0.4 solves the

[jboss-user] [JBoss Portal] - Re: Please explain the Portal URL - /portal/portal

2006-10-13 Thread shagy69
Hi julien, Could you please explain in more depth how to remove the url checking in the services, or is there a solution for the apache redirection problem, I am experiencing the same issue as hampton, thanks for all folks! View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Portal] - Re: jboss portal 2.2.1 to 2.4 migration

2006-10-05 Thread shagy69
Ok, solved now it tries to load the applet but I have an Incompatible magic value error in the JVM, any help? Thanks in advance. What can change in this behaviour from portal 2.2.1? I'll keep looking... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976340#397

[jboss-user] [JBoss Portal] - Re: jboss portal 2.2.1 to 2.4 migration

2006-10-05 Thread shagy69
Excuse me not renderRequest.getAbsolutePath(), but renderRequest.getContextPath() I solve the other problem, but now it seems the applet is not able to find the classes to load...any help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976327#3976327 Reply t

[jboss-user] [JBoss Portal] - jboss portal 2.2.1 to 2.4 migration

2006-10-04 Thread shagy69
Hi everybody, I used to have a portal application in portal 2.2.1 and I decide to migrate a few days ago. I read the documentation and change the xml descriptors like portlet-instances.xml, *-object.xml... my app was a portal with 4 pages, and now it seems to work quite well in the new 2.4 porta