[rules-users] Accessing rules from WAS

Michael Anstis michael.anstis at gmail.com
Wed Sep 21 12:06:53 EDT 2011


Yikes, putting application specific stuff in shared/classes isn't ideal....

Anyway, it happened to work on Tomcat because Tomcat looks in the /shared
folder as part of its classloader policy.

WAS will be different and I'd recommend putting your application files in
your application space on the server. Normally putting them in the WAR\EAR
you deploy is sufficient.

I suggest you read about WAS classloader policies.

2011/9/21 Rabindra Kumar Srivastava <RS0090916 at techmahindra.com>

>  Hi,****
>
> I am using drools to create my business rules.****
>
> Currently I am using tomcat server to deploy my rules and putting my rule
> files (.DRL) in classes directory of tomcat.****
>
> i.e ../Tomcat 6.0/shared/classes/****
>
> The rules are working fine and my application is successfully accessing the
> rules.****
>
> ** **
>
> Now I have to move into IBM WAS 7.0.11.****
>
> So let me know directory to put the rule files (.DRL) .****
>
> ** **
>
> Thanks****
>
> ** **
>
> *****Rabindra Kumar Srivastava **|** ATT04 | Tech Mahindra*
> Hinjewadi, Pune 411 057, INDIA****
>
> ( Office: +91 20 42250000 *|* Mobile: +91 9892232699*|* Ext: 253918****
>
> Email: rs0090916 at techmahindra.com****
>
> *www.techmahindra.com***
>
> ============================================================================================================================Disclaimer:  This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html internally within Tech Mahindra.============================================================================================================================
>
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20110921/56ef9fca/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 165 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/rules-users/attachments/20110921/56ef9fca/attachment.png 


More information about the rules-users mailing list