Trying to load myLayout. I am using myLayout.war from examples download. I have 
added a web.xml file. I have also updated the portal-core WEB-INF files. I have 
set JBOSS_HOME to F:/jboss-portal-2.0-jboss-4.0.2.
I have stopped and started JBoss numerous times. Getting warning below. When I 
execute /myLayout. I get a directory instead of page. Whatelse should I be 
doing?

12:30:21,547 INFO  [TomcatDeployer] deploy, ctxPath=/myLayout, 
warUrl=file:/F:/jboss-portal-2.0-jboss-4.0.2/server/default/tmp/deploy/tmp44628myLayout-exp.war/
12:30:21,708 INFO  [ContextConfig] Missing application web.xml, using defaults 
only 
StandardEngine[jboss.web].StandardHost[localhost].StandardContext[/myLayout]


WEB.XML

<web-app>
        <display-name>Portal POC</display-name>
        Portal Proof Of Concept
        
                <servlet-name>twoColumns</servlet-name>
                <jsp-file>/layout/twoColumns.jsp</jsp-file>
        
        <servlet-mapping>
                <servlet-name>twoColumns</servlet-name>
                <url-pattern>/layout/twoColumns.jsp</url-pattern>       
        </servlet-mapping>
        
                <taglib-uri>WEB-INF/theme/portal-layout.tld</taglib-uri>
                
<taglib-location>WEB-INF/theme/portal-layout.tld</taglib-location>
        
</web-app>


PORTAL-LAYOUT.XML
<below XML will NOT DISPLAYING PROPERLY, take my word. Its all default data>


2ColumnLayout
/layouts/twoColumns.jsp



PORTAL-THEMES.XML


    
        simple-sample
        
    



JBOSS-WEB.XML

<jboss-web>
    <context-root>/myLayout</context-root>
</jboss-web>


DEFAULT-PORTAL.XML

        
                org.jboss.portal.property.layout
                2ColumnLayout
        
        
                org.jboss.portal.property.renderSet
                divRenderer
                


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890851#3890851

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890851


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to