• 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

Apache Tomcat/4.0.2 - HTTP Status 503 - Servlet SendMailServlet is currently unavaila

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to configure JavaMail in Jakarta Tomcat 4.0 i am getting error as follows :

Apache Tomcat/4.0.2 - HTTP Status 503 - Servlet SendMailServlet is currently unavailable
type Status report
message Servlet SendMailServlet is currently unavailable
description The requested service (Servlet SendMailServlet is currently unavailable) is not currently available.

Can anyone help me...
thank you
satya
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your name violates the naming standards that you agreed to when you registered. Please change your display name to be your real first name - space - your real last name.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can think of several reasons the servlet is unavailable:
1. The configuration data was bad
2. The mail server it has to talk to is down
3. The system administrator turned it off
Have you examined the logs for more detailed messages?
Bill
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic