• 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

Server not connecting

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All ,
Pl. help with a serious problem.
I am runnig a server with Tomcat. It was functioning properly for the past 5 months.
I had to install a CD writer.This gave me some problem.
So I uninstalled the software I used.
From then I am not able to connect to server.
<Context path="/"
docBase="D:\portal"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
It is not reaching the index.html in the portal folder.
It says server cannot be found.
I tried to reinstall Tomcat also.
What settings would have changed?
Pl. help.
Bye,Thanks,
Bhuvana
 
Ranch Hand
Posts: 567
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What about the basic "Welcome to Tomcat" page? Do you see that when you try to browse your localhost?
 
Let nothing stop you! Not even this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic