The Artima Developer Community
Sponsored Link

Java Answers Forum
jsp to tomcat

1 reply on 1 page. Most recent reply: Jul 10, 2004 10:33 AM by Jeroen Wenting

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
shatya

Posts: 2
Nickname: shatya
Registered: Jul, 2004

jsp to tomcat Posted: Jul 7, 2004 3:21 AM
Reply to this message Reply
Advertisement
i want to deploy a jsp in tomcat .but without web.xml file can i deploy jsp file?if can, where should i put them?


Jeroen Wenting

Posts: 88
Nickname: jwenting
Registered: Mar, 2004

Re: jsp to tomcat Posted: Jul 10, 2004 10:33 AM
Reply to this message Reply
you need to deploy them as part of a web application, there's no way around it.
But you can cheat :) by putting them into the default application which is <tomcat-installdir>/webapps/ROOT

Flat View: This topic has 1 reply on 1 page
Topic: APR Calculator Previous Topic   Next Topic Topic: Auto Complete Function

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use