vishnulike@gmail.com
1 Feb 2010, 1:53 AM
Hi all,
I have a package
com.test.client.widget
MainClass--> added code like
endPoint.setServerEntryPoint(GWT.getModuleBaseURL()+"/login")
com.test.client.lms.services
Service
ServiceAsyn
com.test.server.lms
ServiceImpl
Application.gwt.xml
inside
<servlet path="/login" class="com.test.services.ServiceImpl"/>
wen i try to do the action on the click , it showing error 404. Url not found ?
is there is any mistake in the above settings ?
I have a package
com.test.client.widget
MainClass--> added code like
endPoint.setServerEntryPoint(GWT.getModuleBaseURL()+"/login")
com.test.client.lms.services
Service
ServiceAsyn
com.test.server.lms
ServiceImpl
Application.gwt.xml
inside
<servlet path="/login" class="com.test.services.ServiceImpl"/>
wen i try to do the action on the click , it showing error 404. Url not found ?
is there is any mistake in the above settings ?