Forums Register Login

how to deploy vaj apllication on a tomcat server

+Pie Number of slices to send: Send
i have a application deveploped on vaj but now i want to deploy it on tomcat server.
please could anyone help me in doing that
+Pie Number of slices to send: Send
By "vaj", I assume that you mean VisualAge for Java...
Firstly, no matter what IDE you use, you should probably never rely on the IDE to do your build. Use Ant or Maven to do your build, but don't use the IDE's build facility. (Of course, if your IDE supports Ant builds, then that's okay--but in this case, VAJ doesn't support Ant builds, so don't use VAJ to do your build.)
The problem with VAJ is that it doesn't keep real file artifacts for the stuff it builds. To get real files (which you need for Ant) you have to export stuff, which introduces a manual step that I don't like dealing with.
I recommend getting away from VAJ and to use an IDE that keeps real files. I recommend that you switch to Eclipse because it is very similar to VAJ. But if you insist on using VAJ, then you must export your files, then use Ant to do your builds.
Once you've got Ant or Maven doing your builds, deploying to Tomcat (or any other server) is a snap. Just compile your code, WAR it up, then copy the WAR file to Tomcat's webapp directory.
It's a beautiful day in this neighborhood - Fred Rogers. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 727 times.
Similar Threads
New JDBC driver in VAJ 4
Deploying to the Tomcat ?
Visual Age Team Server
Defining WebSphere Development Environment
How to export and deploy EJB from VAJ to WAS
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 01:40:25.