Finally I got around to remove some errors which were visible during JBoss ATG startup.
One of them was:
FATAL [JspServletOptions] The scratchDir you specified:
……… is unusable (or something along that line)
This one is solved by setting the permissions correctly. A chown
will solve this. I guess you won’t see such an error on Windows..
The other one was a [URLDeploymentScanner] Incomplete Deployment listing
on jboss-xa-jdbc.rar
.
I have no idea how to get rid of that one, but since I won’t be doing Distributed datasource there is actually no problem….I think.
[EDIT]
Got rid of that one also. Somehow a jboss-xa-jdbc.rar folder
folder was inside the deploy folder of JBoss. Yes a folder with folder in the name. Removing that one solved the problem. (of course you have to keep the jboss-xa-jdbc.rar
there)