[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: Significance? org.eclipse.wtp

Nagrik wrote:
Hello Group,

After building my first web application I was wondering about two things.

1. The classes directory is not created inside WEB-INF, instead it is created under a different directory named "build." I thought according to spec, the java/servlet classes are supposed to reside under WEB-INF. 2. What is the significance of org.eclipse.wtp package and the directory structure. Can I do without it and create my java/servlet class without this package?

Any explanation please?

thanks.

nagrik

Hi,Nagrik
if you are in WTP from eclipse,
the work folder is not your WebContent folder, you can find the real folder in \workspace\.metadata\.plugins\org.eclipse.wst.server.core\
temp0 is the first web container.
for that, after rebuild you class file, you must click the Publish icon in server view to public it to the real folder.




Ken
kenbeinside@xxxxxxxxx