• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to deploy web in tomcat

 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello joseph here

i have downloaded tomcat 5.5 from the url http://tomcat.apache.org/download-55.cgi
as core.zip. I unzipped the file . i start the server by starup.bat.
it opened successfully. i does not went any installation simply i unzipped.
is it correct. how to deploy the the Root directory in server.

when i open the console by http://localhost:8080/console. it shows the error as

--------------------------------------------------------------------------------

type Status report

message /console

description The requested resource (/console) is not available.


--------------------------------------------------------------------------------

Apache Tomcat/5.5.26
 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by joseph prabhu:

i does not went any installation simply i unzipped.
is it correct.



No problem ... if you want more details,read installation notes from Apache
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by joseph prabhu:

when i open the console by http://localhost:8080/console. it shows the error as

--------------------------------------------------------------------------------

type Status report

message /console

description The requested resource (/console) is not available.


--------------------------------------------------------------------------------

Apache Tomcat/5.5.26



Which 'console' are you talking about, IF you are getting above error , thats mean there is no app running called 'console' !
 
joseph prabhu
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sagar Rohankar:


Which 'console' are you talking about, IF you are getting above error , thats mean there is no app running called 'console' !



joseph here
sorry
i tried http://localhost:8080/
It is working now.
but when i have the url http://localhost:8080/webapps/ROOT/index.jsp

it gives 404 error.

should i deploy the ROOT in server, then how i have to do it
 
Sagar Rohankar
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No need to setup ROOT , tomcat had already done it for you , If you have an index.jsp page, paste it into TOMCAT_HOME/webapps/ROOT directory and access it using

http://localhost:8080/index.jsp
 
I don't like that guy. The tiny ad agrees with me.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic