Hey Rudolf, well, I don't think so! As long as he isn't redirecting from http://mydomain to http://mydomain:8080 (and according to his description, he doesn't), everything is fine. He's using jk to mount the tomcat dir internally, but that's ok.
Chris On Mar 10, 4:30 pm, rudolf michael <[email protected]> wrote: > hey Chris, > You missed out the port 8080. > apparently he is using apache on port 80 and tomcat on port > 8080.http://mydomain:8080is not the same ashttp://mydomain. those are 2 > different domains. > > On Wed, Mar 10, 2010 at 5:25 PM, Chris Lercher <[email protected]>wrote: > > > > > I think he isn't doing cross domain calls (the redirect is just from > >http://mydomain/tohttp://mydomain/MyApp/) > > > There was someone with a very similar question on this forum just a > > few days ago (I can't find the post anymore, maybe you'll find it). I > > think the solution may have had something to do with the context root > > of the application (?!) > > > What I would do is try to access the servlet directly from the browser > > (yes, it will tell you, that the GET method isn't supported, but > > you'll see, if the URL is correct) > > > hth > > Chris > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > 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 [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-web-toolkit?hl=en.
