my dog learned polymorphism
The moose likes Tomcat and the fly likes http://localhost:8080:/ Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "http://localhost:8080:/" Watch "http://localhost:8080:/" New topic
Author

http://localhost:8080:/

shifty shaw
Greenhorn

Joined: Sep 28, 2004
Posts: 9
i have installed jakarta-tomcat-4.0.1 and j2sdk1.4 but still my localhost is not working.when i write http://localhost:8080:/ it to my internet explorer. the tomcat default page dosen't open.plz tell me wat i do
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Well, if you have indeed started tomcat, which you didn't state, try removing the extra colan from your URL:

before: http://localhost:8080:/
after: http://localhost:8080/

I moving this to the Tomcat forum.
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

shifty shaw,

We do have a Naming Policy that we would appreciate you reading and adhering to. Specifically, obviously ficticious names are not allowed.

You can change your display name here.

Thanks partner.
shifty shaw
Greenhorn

Joined: Sep 28, 2004
Posts: 9
my tomcat is running in this manner that the catalina window appears with the messages that tomcat is starting .But after writing http://localhost:8080/ the default page of tomcat doesn't open,and this message appear that "invalid syntax error. the page cannot be displayed"
Eelco den Heijer
Ranch Hand

Joined: Jan 17, 2002
Posts: 61
what does you tomcat console window say? (error messages?)


== <br />Rgrds,<br />Eelco<br /> <br />SCJP, SCJD, SCBCD, SCWD, SCEA
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: http://localhost:8080:/
 
Similar Threads
Url of web aplpication
Head First Servlets: Beer Problem
Unable to start JBoss 5
tomcat problem
Unsupported response content type "text/html", must be: "text/xml".