I encounter a problem when deploying a web services (via axis created as war) on
jboss2.4.4-tomcat4.0.1. it issue problem similar like "service not available. After
reworking on it I found out the problem came from the jboss.jcml setting, there's
config as below A) (so i set the true value to false or mark it as comment, then
request will not go through proxy):
though I've solved that, but I do not know why. Hope anyone can tell me the reasons
(or can I set the proxy for each applications indivisually?)
because I'm afraid that if 'A' application can't use proxy (like my web services),
but 'B' needs. How to make them both to work?
I appreciate any suggestions,
sincerely.
A)
====jboss.jcml=====BEG
<mbean code="org.jboss.util.Scheduler" name=":service= DownloadSomthing">
<attribute name="StartAtStartup">true</attribute>
<attribute name="SchedulableClass">....</attribute>
<attribute name="SchedulableArguments">proxyServer:port</attribute>
<attribute name="SchedulableArgumentTypes">java.lang.String,
java.lang.String</attribute>
<attribute name="InitialStartDate">NOW</attribute>
<attribute name="SchedulePeriod">3600000</attribute>
<attribute name="InitialRepetitions">-1</attribute>
</mbean>
====jboss.jcml=====END
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822238#3822238
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822238
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development