... please help me on javamail.. i have a program that send e-mail it works when i am running it alone. but when i'm calling it on a JSP.. gets an exception....
thanks. :) ... http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html ... __________________________________ Do you Yahoo!? Yahoo! Small Business...
... My guess is you're not setting the SMTP host properly -- "mail.smtp.host". The stack trace shows the hostname as <myhost> (or did you replace that for the...
hello lindsay, what the stack trace says is that you are trying to connect to "<myhost>" ... my guess is that your intention in your JSP is <%=myhost%>...
... "<myhost>" ... Goes to show it's a bad idea to call Javamail - or do business logic or network operations - on a JSP! Move it to a servlet, or better yet, ...
Hi! any jboss users who can help me? Im trying to migrate a web app that uses EJB 1.1 CMPs and BMPs. works perfectly fine on 3.0.4 but wont work on 3.0.5 to...
Hi Ibo, It has something to do with the deployment descriptors in the application you are deploying in JBoss. You can verify the deployment descriptors by ...
ITSS Resources, Inc. is a duly licensed premier international staffing and recruitment company headquartered in the Philippines. WE NEED A LOT OF SAP...
Anyone here who is near Metro Manila and can teach me how to program in Java MIDP 1.0 for Nokia phones? I just need to know how to setup the development ...
... logic ... yet, ... If I may add--perform any form of notification asynchronously as much as possible; even if you want to ensure that your mail message is...
not really techie, but very interesting (a.k.a. shocking) news .. sun has just agreed to drop all its lawsuits against microsoft (after being arch rivals for...
ok, i've just made some tests and yes yahoogroups is now allowing adding new members without the added members having to confirm. this wasn't the case before....
so which library are you using for doing uploads? if im not mistaken, the usual request.getParameter() wont work for multipart forms (?) i use this one for...
Reminder from the Calendar of pinoyjug http://groups.yahoo.com/group/pinoyjug/cal NO MEETING THIS WED, HOLIDAY Wednesday April 7, 2004 All Day (This event does...
pinoyjug@yahoogroups....
Apr 4, 2004 3:56 pm
8026
If you want a high-level API, try http://jakarta.apache.org/commons/fileupload/ Walts...
I'm creating an ldap connection using jndi. If I'm using servlets and jsps, is there a way to keep the connection open. Do I loose the ldap connection after...
As of jdk 1.4(if im not mistaken), you can set a property such that the connection will be pooled. It's a property you can pass on the initial context, its...
Hi Jojo, Thanks, Ive already tried validating the xml descriptors w/ jboss dtd's. (idea has a built-in xml validator :P). ill try xdoclet. anybody tried ...
Hi piglet_java, I don't think you can get "free" and "ebook" in the same package, at least legally. For free printable stuff, you can have a look at this ...
Thanks to all who gave suggestions, I finally was able to make the parameter passing (and upload) work using the oreilly package at www.servlet.com. More power...
Is there any free ms sql 2000 jdbc driver that supports blob? Or is there any workaround for storing binary files in the db even without blob support?...
... I couldn't have said it any better! I've implemented something similar and I'm curious as to how you implemented your mailer. Did you write your own...