Sorry for bothering all the community by the stupid question, but I still
need an answer...
It is rather simple thing: how to make EJBs and servlets localization?
Localization means I need to put one or several *.properties files into
classpath.
When I deploy a standalone war file into Tomcat, I put these files inside
war into the
same directory where the class files are situated. And this works fine.
But when I put the same war file inside the ear file and deploy this ear
file into jboss - I loose all those *.properties. The only way I got them
working is to put all of them into $JBOSS_HOME/lib/ext - obviously bad
solution.
What's wrong? Help me please. I tried all the variants including Class-Path
in manifest.
I browsed all the jboss-user archive and found only the same question by
other guys but no response.
Is that a taboo? :-)
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user