I am planning to do the same soon, but have not yet looked at this.
May be look at the tomcat root server :
\deploy\jbossweb-tomcat55.sar\ROOT.war
I think it's this one that handle the request first, and when a resource is not found (ie: before the portal servlet that are in the portal-server.war)
It is configured as a JMX service
Looking at JBoss AS forum and wiki may help... probably yet answered there...
(please consider putting the answer in this forum, when you have it... thanks)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032485#4032485
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032485
I use :
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
in the login.jsp page, in the portal-server.war
(see \deploy\jboss-portal.sar\portal-server.war)
added the library in the WEB-INF/lib folder
(\deploy\jboss-portal.sar\portal-server.war\WEB-INF\lib)
in war for portlet, should work the same.
if the tag is not recognized at runtime, may be get the tld file, and add it in the WEB-INF.
for diagnostic purpose... see what happen...
I look at the way it is done with taglib of portal in layout jsp pages, or admin portal jsp pages... and make the same for the jstl lib
hope it helps...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032482#4032482
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032482
Hello,
I am a newbie to J2EE. I downloaded JBoss AS 2.4 and going through the tutorial - http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/tutorials.htm....
I am having difficulty understanding the package structure. I am not using any IDE so unable to figure out how this Build.xml works. There is no step by step guide which can tell you how they came up with this war file structure. Their tutorial says "If you have downloaded the sample, you can execute the build.xml with ANT or inside your IDE." but did not explain how build.xml was written(manually or using IDE). It is difficult for a newbie to understand these sample portlets deployment.
If you happen to find any book or reference, please let me know.
I will post some examples if I find something good.
Thanks,
Mallika
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032481#4032481
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032481