other app server.
ed
On Mon, Apr 25, 2011 at 9:02 AM, riyaz ahmed <sunez.riyaz@gmail.com> wrote:
> Hi Ed
> thank you so much it fixed the problem,
> Now i have one more issue, i was using apache http connection to get and
> post methods on the server side
> i get a java.lang.NoClassDefFoundError: javax.net.ssl.HttpsURLConnection is
> a restricted class. Please see the Google App Engine developer's guide for
> more details.
> error
> is there any alternative to it?
> Regards,
> Riyaz
>
> On Mon, Apr 25, 2011 at 6:16 PM, Ed <ej197us@gmail.com> wrote:
>>
>> Depending on your deployment strategy, Try putting the missing jars
>> into your war/web-inf/lib. The jars that you have added to eclipse to
>> make things work in dev mode should be put into your war. I usually
>> point my dev lib jars directly to the war lib that way they are
>> always deployed correctly. There are some cases when the app server
>> is serving up many apps and common libs can be put into you servlet
>> instance.
>>
>> On Mon, Apr 25, 2011 at 7:50 AM, riyaz ahmed <sunez.riyaz@gmail.com>
>> wrote:
>> > so any idea what should be done to have it in the war?
>> >
>> > On Mon, Apr 25, 2011 at 5:00 PM, Ed <ej197us@gmail.com> wrote:
>> >>
>> >> They might need to be in your WAR .
>> >>
>> >> On Mon, Apr 25, 2011 at 5:53 AM, riyaz ahmed <sunez.riyaz@gmail.com>
>> >> wrote:
>> >> > Hi,
>> >> > This looks like a simple exception but i am not able to solve it..
>> >> > I am using eclipse for development, my GWT server side code uses
>> >> > apache'
>> >> > HTTP request, for which jar files i have added to the eclipse class
>> >> > path
>> >> > and
>> >> > also to eclipse Build and export,
>> >> > But when is run the web app and access the server side, i get a class
>> >> > not
>> >> > found exception, is there ny other place where i should add the jar
>> >> > files
>> >> > apart from class path and build and export
>> >> > Please help,
>> >> > I am stuck with this irritating error
>> >> > Thanks in advance
>> >> >
>> >> > --
>> >> > Riyaz
>> >> > 9916220381
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google
>> >> > Groups
>> >> > "Google Web Toolkit" group.
>> >> > To post to this group, send email to
>> >> > google-web-toolkit@googlegroups.com.
>> >> > To unsubscribe from this group, send email to
>> >> > google-web-toolkit+unsubscribe@googlegroups.com.
>> >> > For more options, visit this group at
>> >> > http://groups.google.com/group/google-web-toolkit?hl=en.
>> >> >
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google
>> >> Groups
>> >> "Google Web Toolkit" group.
>> >> To post to this group, send email to
>> >> google-web-toolkit@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> google-web-toolkit+unsubscribe@googlegroups.com.
>> >> For more options, visit this group at
>> >> http://groups.google.com/group/google-web-toolkit?hl=en.
>> >>
>> >
>> >
>> >
>> > --
>> > Riyaz
>> > 9916220381
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Google Web Toolkit" group.
>> > To post to this group, send email to
>> > google-web-toolkit@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > google-web-toolkit+unsubscribe@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/google-web-toolkit?hl=en.
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>
>
> --
> Riyaz
> 9916220381
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment