Netbeans vwp+deploying to external Tomcat

Hi all,I need to deploy my vwp-webapp to external Tomcat. It uses Mysql database.What are the main steps in this? I could'nt find any instructions for it.Thanks in advance.
[201 byte] By [enskaa] at [2007-11-26 14:19:07]
# 1

In JSC I have deployed webapp successfull copying common-beanutils.jar, common-digester.jar, standard.jar and jstl.jar from [creator]/modules/autoload/ext to [tomcat]/common/lib.

Exporting WAR-file from JSC to [tomcat]/webapps/ and defining a db-connection in tomcat-admin-webapp.

If I copy war-file from [netbeans-project-folder]/application-name/dist to [tomcat]/webapps and start server to deploy it. This is the same as above.

I can see only first page, if I try to use link to another page, it crashes.

This webapp works in Netbeans IDE.

Anybody have a idea or experiences from this?

Thanks.

enskaa at 2007-7-8 2:10:01 > top of Java-index,Development Tools,Java Tools...
# 2
What you're describing is what I've experienced on Tomcat 5.5.20. Even though the changelog suggests minor changes between 5.5.17 and 5.5.20 (and 5.5.20 has a build error which means you need to manually add a bunch of javamail libraries)
yossariana at 2007-7-8 2:10:02 > top of Java-index,Development Tools,Java Tools...
# 3
Thanks YossarianI use Tomcat 5.5.17, which is same as in Netbeans.Have you succeed in this? If so, can you share what you did?
enskaa at 2007-7-8 2:10:02 > top of Java-index,Development Tools,Java Tools...
# 4
I didn't do anything special that hasn't been documented before on this forum. Differences to what you described above: I copied the db driver (3.1.12) to Tomcat and only the standard.jar and jstl.jar (which are both packaged in my war. I'd have a look at the logs if i were you.
yossariana at 2007-7-8 2:10:02 > top of Java-index,Development Tools,Java Tools...