Re: duplicate WEB-INF folder created under base directory

2006-02-05 Thread Rick Col
Thanks for the reply, Mark. Actually, WEB-INF folder name is correct, here I copied the build location used for build target from build.xml: and build task works perfectly fine. And the following is part of unpacked war file directory: . WEB-INF/ WEB-INF/classes/

duplicate WEB-INF folder created under base directory

2006-02-05 Thread Rick Col
Hi, I am using Tomcat 4.1, and TomcatPlugin3.1 for Eclipse3.1.1. I created a Tomcat project, evert time I run tomcat, a duplicate folder created under base directory, and war file is not automatically unpacked. Another thing is: when I try to run my application, it was told all struts tld files

Re: how to use datasource in a non-tomcat project?

2006-02-02 Thread Rick Col
to > create it. > mas > > Rick Col wrote: > > >Hi, guys: > > > >I am stuck here with this problem. I created a Java > >project on > >Eclipse, the reason is I have to use my own > framework > >that won't > >fit into a Tomcat pr

how to use datasource in a non-tomcat project?

2006-02-02 Thread Rick Col
Hi, guys: I am stuck here with this problem. I created a Java project on Eclipse, the reason is I have to use my own framework that won't fit into a Tomcat project. But we are using Tomcat to run our application. Now I have to create datasource for Hibernate to use. If this is a tomcat project, I