Tagged Questions
0
votes
1answer
915 views
Creating a configuration based virtual directory in WEB-INF
Within a web application I want to create a "virtual directory" that lives under the WEB-INF directory. In effect what I am trying to accomplish is the same effect as creating a soft link in the ...
0
votes
1answer
798 views
Moving from WebSphere to Oracle WebLogic, getting a ClassNotFoundException
I was given an "EAR" file and told to try to deploy it on an Oracle WebLogic server. I had successfully deployed it on a IBM WebSphere server. When I attempt to start it on WebLogic, however, I get ...