Your comment belongs on the geoext user list not dev (it is not about development of geoext itself). However, in answer... While the geoext library can live anywhere on the web that is accessible to the client's browser, (you could pull it from my server), I gather you want to bundle it with the rest of you application in a war. Just put them (geoext and openlayers) in a subdirectory of webapp and use a relative path in your html files.
What I generally do however is create a second project which just contains the javascript libraries and deploy it with its own context. That way a lot of different web applications can use the same js libraries. Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents. _______________________________________________ Dev mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/dev
