On Fri, 2007-05-04 at 01:59 -0700, Kencana wrote:
> Hi,
> 
> sorry but i dun get what you mean in the last post.
> "So I do you know you can't establish a connection?"

You said there are no errors, right?, However the fact that you can't
establish a connection to the db server is an error, so it should be
logged somewhere (app server/servlet container or your own logs).
> 
> anyway in the previous post you mentioned about class loader error.
> if in that case how do we handle that?

A class loader problem means that a library is not found. You should see
an error like ClassNotFoundException. You sort it out by putting the
required jar files to the path. 
If you use Tomcat it should be $CATALINA_HOME/common/lib and in /lib of
your service (aar) file.

Michele

> maybe i can try it out
> 
> Thanks
> Regards,
> Kencana
> 
> Michele Mazzucco-2 wrote:
> > 
> > So I do you know you can't establish a connection?
> > 
> > Michele
> > 
> > On Fri, 2007-05-04 at 01:40 -0700, Kencana wrote:
> >> Hi,
> >> 
> >> there is no error message at all (either from the log file or from the
> >> browser)
> >> 
> >> Kencana
> >> 
> >> 
> >> Michele Mazzucco-2 wrote:
> >> > 
> >> > What's the error? Could it be a class loader issue?
> >> > 
> >> > Michele
> >> > 
> >> > On Fri, 2007-05-04 at 01:29 -0700, Kencana wrote:
> >> >> Hi Michele,
> >> >> 
> >> >> Thanks for the reply. if it is similar to the normal case, I cant get
> >> >> through the following phase
> >> >> Class.forName(drivername);
> >> >> I don't know why I can't establish the connection
> >> >> 
> >> >> any idea of this?
> >> >> 
> >> >> Thanks
> >> >> 
> >> >> Regards,
> >> >> Kencana
> >> >> 
> >> >> 
> >> >> 
> >> >> Michele Mazzucco-2 wrote:
> >> >> > 
> >> >> > On Fri, 2007-05-04 at 00:07 -0700, Kencana wrote:
> >> >> >> Hi all,
> >> >> >> 
> >> >> >> I am a new bie of axis. What I am trying now is to connect the
> >> service
> >> >> to
> >> >> >> the database.
> >> >> >> can somebody teach or tell me the step of connecting to the JDBC
> >> >> >> database.
> >> >> >> is there any guidelines of doing it?any reference?
> >> >> > 
> >> >> > Is there any difference compared to the 'normal' case?, I guess no.
> >> >> > http://www.google.co.uk/search?source=ig&hl=en&q=java+%26+jdbc
> >> >> > +tutorial&btnG=Google+Search&meta=
> >> >> > 
> >> >> > Michele
> >> >> > 
> >> >> >> 
> >> >> >> Thank you
> >> >> >> 
> >> >> >> Regards,
> >> >> >> Kencana
> >> >> > 
> >> >> > 
> >> >> >
> >> ---------------------------------------------------------------------
> >> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> >> > For additional commands, e-mail: [EMAIL PROTECTED]
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> 
> >> > 
> >> > 
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> > For additional commands, e-mail: [EMAIL PROTECTED]
> >> > 
> >> > 
> >> > 
> >> 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to