the exception comes from here:

SEVERE: Parse error in application web.xml file at
jndi:/localhost/war/WEB-INF/web.xml
java.lang.IllegalArgumentException: Invalid <url-pattern>
routeplanner/login_service in servlet mapping


so u should edit the web.xml of your webapp , change <url-pattern>
routeplanner/login_service </url-patern> to <url-pattern>
/routeplanner/login_service </url-patern>



On Tue, Apr 12, 2011 at 10:28 AM, John Doran <john.do...@hotmail.com> wrote:

> Sorry but I don't understand what you mean "try /routeplanner/login_service
> instead". Is there any configuration needed between the Apache web.xml file
> in the conf folder and the web.xml which I configure when setting up RPC?
>
> On Tue, Apr 12, 2011 at 8:04 AM, khiem nguyen <khi...@googlemail.com>wrote:
>
>> try /routeplanner/login_service instead
>>
>>
>> On Tue, Apr 12, 2011 at 9:58 AM, John Doran <john.do...@hotmail.com>wrote:
>>
>>> If only life was that simple, I think it's to do with the servlet
>>> mappings(well by the errors on Apache startup thats obvious). What kind
>>> of tweaking is needed here?
>>> SEVERE: Parse error in application web.xml file at
>>> jndi:/localhost/war/WEB-INF/web.xml
>>> java.lang.IllegalArgumentException: Invalid <url-pattern>
>>> routeplanner/login_service in servlet mapping
>>>
>>> On Tue, Apr 12, 2011 at 12:21 AM, Juan Pablo Gardella <
>>> gardellajuanpa...@gmail.com> wrote:
>>>
>>>> You simple paste war file in webapps. Don't create any folder
>>>>
>>>>
>>>>  2011/4/11 John Doran <john.do...@hotmail.com>
>>>>
>>>>> Yes, Tomcat Apache.That is a servlet container as far as I know.
>>>>>
>>>>>
>>>>> On Mon, Apr 11, 2011 at 9:48 PM, Juan Pablo Gardella <
>>>>> gardellajuanpa...@gmail.com> wrote:
>>>>>
>>>>>> Are you mean Tomcat Apache? Because if you use GWT-RPC communication
>>>>>> you need a Servlet Container.
>>>>>>
>>>>>> 2011/4/11 John Doran <john.do...@hotmail.com>
>>>>>>
>>>>>>> Hi all,
>>>>>>> I'm just trying to deploy my application for the first time, I want
>>>>>>> to do it through Apache, there's a lot of stuff online about it, but 
>>>>>>> some
>>>>>>> instructions are a bit confusing, can anyone point me in the right 
>>>>>>> direction
>>>>>>> or give some advice? My application is using RPC and serverside I'm 
>>>>>>> using
>>>>>>> Hibernate which is linked to a mySQL db.
>>>>>>>
>>>>>>> I preformed the GWT compile on my project, the in Apache I created a
>>>>>>> folder called <project-name> in the webapps folder then pasted the war
>>>>>>> output from my GWT compile into it. Then ran the server and did
>>>>>>> localhist:8080/<project-name>/war/entrypoint.html this brought me to my 
>>>>>>> home
>>>>>>> page but the center of layout panel was missing.
>>>>>>>
>>>>>>> Regards,
>>>>>>> John.
>>>>>>>
>>>>>>> --
>>>>>>> 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+unsubscr...@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+unsubscr...@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+unsubscr...@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+unsubscr...@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+unsubscr...@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+unsubscr...@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+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to