The jar files on both servers are the same google-provided jar files.

In order for your JSP pages to compile and run, they need access to the
GData libraries.  The location of these libraries and how you set them
depends on what container you are using (tomcat, jboss, weblogic, etc)
as well as what method you're using to deploy your application.

I would check to make sure that the jar files (gdata-calendar*.jar,
gdata-client*.jar, etc) exist only once (typically in the WEB-INF/lib
directory of your application).  Also, verify that they aren't
referenced a second-time in the CLASSPATH when your container starts or
in a container-wide library directory (such as tomcat's server/lib or,
from what i read, resin has a resin/lib dir).

I'm not certain this is the problem, but this is the type of situation
where I and others have seen weird class loading issues.

Cheers,

-Ryan


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Google 
Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to