Is it possible to deploy a jar in tomcat?
i have created a jar using maven. Now can i deploy it in tomcat? i have scheduled some job and packaged it.
Tomcat deploying a jar
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could start JAR directly by using
Tomcat is a web container, it deploys webapplication, it reads
web.xmland starts the web application as instructed