I download the bluemix starter application package for Java Liberty and created a jsp page to use javamail api and i created the a servlet that requests for parameters to jsp page and created the another class that transport the mail using SMTP and i deploy this on bluemix.When i go to access it via internet the servlet is called but it does'nt respond anything may be it does'nt request my class that transport mesage so how can i solve this problem
and i set properties of smtp using contextparam in web.xml