users@glassfish.java.net
Re: What URL does Glassfish deploy web service endpoints and ...
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
forums_at_java.net
>
Date
: Mon, 26 Dec 2011 09:41:06 -0600 (CST)
The problem turned out to be the web.xml file that Maven generated for me.
Maven gave me an old web.xml file with a DTD and a simple <web-app> tag.
What I needed to have is this:
<web-app
xmlns="
http://java.sun.com/xml/ns/javaee
"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance
"
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd
"
version="3.0">
-- [Message sent by forum member 'dwschulze'] View Post:
http://forums.java.net/node/877369
This message
: [
Message body
]
Next message
:
forums_at_java.net: "Re: Glassfish 3.1.2 Promoted Build can't access administrator sc"
Previous message
:
forums_at_java.net: "Re: Injecting using osgi-cdi @OSGiService doesn't work with nest"
In reply to
:
forums_at_java.net: "What URL does Glassfish deploy web service endpoints and wsdl to?"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]