I have problems in settung up Email-Notifications in the WebSphere Test
Environment (VAJ4.0 + WCSBE 5.4 + Oracle 8.1.7.2.1 + Windows)
First of all what I have done so far:
1.) Modified the instanxe.xml file and specified the fullqualified smtp host
= "ifm_notes_web.es.de.ifm"
2.) Enabled Notification in instance.xml
3.) Opend WCS Admin Console and activated the transport for emails.
My error in the wcs.log is "No provider for smtp" - here is the log: Message
Text: ERROR CMN8425E Nachrichtensystem. Fehler beim Abrufen des
Transport-Konnektors Fehler beim Suchen von QueueConnectionFactory "...)
If I do the same steps in a real WAS4.02 + WCSBE5.4 + Oracle 8.1.7.2.1
environment it works!
Any ideas?
Juergen
my own answer.
You have to do the following to get it up and running in the WTE:
Add these two jars to the servlet classpath, save the changes, stop and
restart Servlet Engine in WTE and re-try the SendEmail.jsp again in WTE .
D:\WebSphere\AppServer\java\jre\lib\ext\activation.jar
D:\WebSphere\AppServer\java\jre\lib\ext\mail.jar .
"Juergen Sautter" <jsau...@gmx.de> wrote in message
news:b6blno$f6q$1...@news.boulder.ibm.com...
an update - also you have to modify your instance.xml in this way:
<WebServer AuthenticationMode="Basic"
DocumentRoot="DRIVER_HTML_ROOT"
HostName="localhost"
NESNonSecureConf="dir"
NESSecureConf="dir"
NESToolsConf="dir"
RemoteWS="false"
ServerPort="8080"
StoresWebPath="/webapp/wcs/stores/servlet"
WebServerType="HTTP"
display="false">
Then PasswordReset and so on works also.
"Juergen Sautter" <jsau...@gmx.de> wrote in message
news:b7h5ee$3vli$2...@news.boulder.ibm.com...
I think that this TechNote applies to your issue:
http://www.ibm.com/support/docview.wss?rs=182&context=SSEPLE&q=1108038&uid=s
wg21108038&loc=en_US&cs=utf-8&lang=en
Regards,
-----------------------------------------
Warren Rehman
Software Developer, WCS Support
Electronic Commerce Development - IBM Canada Lab
"Juergen Sautter" <jsau...@gmx.de> wrote in message
news:b7jvfd$459o$1...@news.boulder.ibm.com...
I think that this TechNote applies to your issue:
http://www.ibm.com/support/docview.wss?rs=182&context=SSEPLE&q=1108038&uid=s
wg21108038&loc=en_US&cs=utf-8&lang=en
(my last email had a broken URL)