Using JBoss Portal 2.6.4, is it possible to include a .zip or some other kind of archive in my EAR file and have it automatically (at deploy time) upload that archive to CMS? Since I can define everything else (portal, pages, windows, portlets) and some of my windows refer to CMS entries, it would be quite convenient for me not to have to log in as admin, go to the CMS admin portlet, and upload the archive referenced by my windows.
Thanks,
Ryan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133974#4133974
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133974
Thanks, Sir,
I am getting closer. Now Jboss can find my class file and run my class file. It is also indicates it has been able to make MS SQL server connection.
The only problem is ii can not find my jsp file and a
property file. I check the war file and found the pass of jsp file and property file are incorrect.
The jsp file path is
project/jsp/**.jsp
and the path of propety file should be
project/WEB-INF/**.properties
But in the war file, they are
project/**.jsp
project/**.properties
I just can not make the path right. Here is my
code of war in build.xml. Could you please indicate
what wrong cause this problem?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133972#4133972
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133972
Hi,
I'm setting the jboss.bind.address in the bootstrap enviroment. The setting is ignored by the server -- it binds to 127.0.0.1.
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\jboss-4.2.2.GA
JAVA: c:\Programme\Java\jdk1.6.0_04\bin\java
JAVA_OPTS: -Djboss.bind.address=192.168.0.59 -Djava.library.path="C:\jboss-4.2.2.GA\bin\native;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem" -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
CLASSPATH: c:\Programme\Java\jdk1.6.0_04\lib\tools.jar;C:\jboss-4.2.2.GA\bin\run.jar
===============================================================================
Any suggestions?
Thanks
Reinhard
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133965#4133965
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133965