reset password
Author Message
aaleman11
Posts: 42
Posted 15:01 Jan 17, 2016 |

"Server Tomcat v7.0 Server at localhost failed to start."

I got this error after trying to run my servlet. It was working fine one minute, and the next after some minor html edits, it would not run. I did attempt to run it again after I deleted the edits I made but could not get it to start. Any ideas as to what I could do to fix this?
 

marrawi
Posts: 21
Posted 15:04 Jan 17, 2016 |
aaleman11 wrote:

"Server Tomcat v7.0 Server at localhost failed to start."

I got this error after trying to run my servlet. It was working fine one minute, and the next after some minor html edits, it would not run. I did attempt to run it again after I deleted the edits I made but could not get it to start. Any ideas as to what I could do to fix this?
 


Tried restarting?
JackStrauss
Posts: 236
Posted 15:07 Jan 17, 2016 |

Shut-down Eclipse by closing it.

Wait 5 seconds, or so, restart.

This should fix your problem.

 

Last edited by JackStrauss at 15:08 Jan 17, 2016.
aaleman11
Posts: 42
Posted 15:13 Jan 17, 2016 |

I restarted my computer. Then shut it down entirely. I am still getting the same error message :/ any other tips on how to fix this?

I truly appreciate you guys replying so quickly. Thank you.

aaleman11
Posts: 42
Posted 15:20 Jan 17, 2016 |
Here's a picture of my error message
Attachments:
misha.chandan
Posts: 27
Posted 15:23 Jan 17, 2016 |

Check your URL mappings (Url mapping should be unique). 

 

aaleman11
Posts: 42
Posted 15:27 Jan 17, 2016 |
misha.chandan wrote:

Check your URL mappings (Url mapping should be unique). 

 

I was missing a forward slash crying thank you so much for this

misha.chandan
Posts: 27
Posted 15:28 Jan 17, 2016 |

Welcome.