The simplest thing to do would be to put your module files in your  
war, that way the module and your service implementation are in the  
same context, and you can do

   GWT.getModuleBaseURL()+"Ctrl";

to build your url.

by placing your gwt files in IIS (using the paths you supplied) you'd  
have to do

    GWT.getModuleBaseURL()+"Apl/Ctrl";

-jason

On Dec 1, 2008, at 11:43 AM, thitoh wrote:

>
> But gregor.. The problem is with my GWT configuration...
> Look...
> I've already configurated IIS and JBoss. They are working together.
> So.. I've splited the Applicatoin in static and dinamic.
> The static is on IIS (www folder), and can be acessed on http://apl/
> The dinamic is a war file on JBoss and can be acessed on http://apl/ 
> Apl
> So... I acess http://apl/index.html that has an GWT interface, and use
> a RPC (the remote service module is called "Ctrl")
> So... Ctrl is provided by JBoss, on http://apl/Apl/Ctrl
> But, when I try to execute RPC, It returns an 404 error, on exception
> com.google.gwt.user.client.rpc.StatusCodeException.
> I belive I need to do something to say that the url isn't http://apl/Ctrl 
> .
> The right is http://apl/Apl/Ctrl.
> I think this config is on GWT application. But I don't know what I
> have to do.
>
>
>
> On 27 nov, 19:34, gregor <[EMAIL PROTECTED]> wrote:
>> Hi thitoh,
>>
>> this is off topic for this group, but it possible to do. Google
>> "deploy JBoss IIS" for information, e.g.
>>
>> http://www.itshastra.com/know_bank/IIS_Jboss.pdf
>>
>> Also check the JBoss forums. This link might be useful:
>>
>> http://www.jboss.org/community/docs/DOC-12526
>>
>> regards
>> gregor
>>
>> On Nov 27, 6:01 pm, thitoh <[EMAIL PROTECTED]> wrote:
>>
>>> Hi... I have a Dinamic Web Project using GWT with Cypal Studio.
>>> I generate a .war file and deploy on JBoss.
>>> But now I configured my machine with 2 servers: IIS and JBoss.
>>> I want to put static files on IIS and the others in JBoss.
>>> How do I do it?
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to