About depolying on tomcat

I dont know why, my exported war file that works perfectly doesnt run on tomcat. It gives some kind of servelet wrpper and JSF exception. Sorry for being so uninformative. And is there any way to add tomcat in server's list in JSC?
[239 byte] By [Sapan] at [2007-11-26 6:10:03]
# 1

> I dont know why, my exported war file that works

> perfectly doesnt run on tomcat. It gives some kind of

> servelet wrpper and JSF exception. Sorry for being so

Did you look at the help:

http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/depl oy/howtodeploy/deploy_tomcat.html

> uninformative. And is there any way to add tomcat in

> server's list in JSC?

It's currently not supported:-(

I hope this helps.

-- Marco

mw46 at 2007-7-6 13:42:51 > top of Java-index,Development Tools,Java Tools...
# 2
Yeah I just did after posting the problem, thanks a lot for responding. Will se what happens in the evening.
Sapan at 2007-7-6 13:42:51 > top of Java-index,Development Tools,Java Tools...
# 3
i just add in each project following lib's:jstl.jar-->javax.servlet......standard.jar-->org.apache.taglibs.....you could also put them server-wide in the tomcat server
hvbcolo at 2007-7-6 13:42:51 > top of Java-index,Development Tools,Java Tools...
# 4
Thanks a lot
Sapan at 2007-7-6 13:42:51 > top of Java-index,Development Tools,Java Tools...