I am using Jboss as a Application and web server. My ear contains war,jar. I want to keep style sheet outside the ear so user can change the style sheets as an required. So no need to build and deploy whole ear again.
you can reference to the style sheet using a full path instead of just the stylesheet name. Like this you can deploy another war that contains just the style sheet... I think...
Originally posted by Sebastiaan Kortleven: you can reference to the style sheet using a full path instead of just the stylesheet name. Like this you can deploy another war that contains just the style sheet... I think...
gl
Correct. You can even use the style-sheet from a complete different webserver.
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.