[Installation, Configuration & DEPLOYMENT] - UseJBossWebLoader True or False
by kashif.ali.uk
Hi,
I have just setup a jboss 4.2.3 server and I have deployed 10 applications
all the applications are WAR files and all of them contain saxon.jar. When I leave the value:
UseJBossWebLoader to its default to false.... however this causes exceptions.
if I set this to true, everything seems happy?
reading the config
<!-- A flag indicating if the JBoss Loader should be used. This loader
uses a unified class loader as the class loader rather than the tomcat
specific class loader.
The default is false to ensure that wars have isolated class loading
for duplicate jars and jsp files.
-->
false
One would think that to have isolated you leave this value as is? However in my experiance this is not the case. Can someone please confirm if I am wrong or not?
If I am not the config file and the wiki documentation should be updated.
Just to note:
Jboss version 4.2.3:
file edited
/opt/jboss/server/test/deploy/jboss-web.deployer/META-INF/jboss-service.xml
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220269#4220269
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220269
17 years, 1 month
[JBoss Portal] - Problem with Portlet Struts, and input name in a form
by vantek
Hi.
i've got a problem in my form, in a struts web app.
Directly via the action, form is ok, but with struts portlet, there is a problem at the "name" tag of a submit input.
Here is the submit input of my form :
| <html:submit property="action" ><bean:message key="link.Cancel"/></html:submit>
|
Both directly via the action and via the portlet, the generated html is :
<input type="submit" name="action" value="Cancel" />
But in my form bean, i've got 2 different things :
- Via the action, the property is ok, when I do a getAction() I obtain "Cancel"
- Via the Struts portlet, when I do a getAction(), I obtain "1".
So there's a problem in the form bean Validator, and my form don't work...
I don't want to work any other way (hidden input, with javascript on the submit), because this is an existing Struts web app, and i just have to get it work on struts portlet...
Should I open a JIRA issue?
thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220247#4220247
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220247
17 years, 1 month