Re: Basic problem
"Rashmi Rubdi" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
Personally I like to build applications independent of an IDE such as Eclipse, NetBeans, IDEA etc. If you make it work without an IDE first then, you'll know what changes to make within the IDE to get it to work. -Rashmi On 4/2/07, Rupert Woodman <[email protected]> wrote: > My mistake, this is still a problem. > > Using Tomcat from within Eclipse doesn't run the same web app as running > Tomcat from the command line - once I'd deleted my web app from Tomcat and > rebuilt and redeployed the WAR file, I got the same error message. > > If anyone has any suggestions, I'd love to hear them. It is of course > possible that my Eclipse has gone wobbly, or my project has got corrupt > somehow etc - but I don't think that is the case. The built WAR file has > jstl.jar & standard.jar in the WEB-INF/lib directory of my webapp. It seems > that they're just being ignored. > > Many thanks