7860 and glassfish v2ur2?
Whenever I deploy a web app, 7860 copies the whole glassfish directory to my app's WEB-INF/lib! Does anybody has the same problem?
I attach my project.
Attachment(s):
untitled1.zip
Please sign in to leave a comment.
Whenever I deploy a web app, 7860 copies the whole glassfish directory to my app's WEB-INF/lib! Does anybody has the same problem?
I attach my project.
Please sign in to leave a comment.
Hello Thai,
You have a project library "lib" including the directory where Glassfish
is installed. And in the web facet settings it's specified that the content
of "lib" should be copied into WEB-INF/lib. I suppose if you deploy an application
to Glassfish, then you can set this option to "Do not package". Or split
the lib to glassfish and the rest (richfaces).
Alexander.