Mark
I tried 7.0.70 and 8.0.36.
(from source code from svn repository)
I confirmed that it no longer failed.
Thank you very much.
> -Original Message-
> From: Ooura, Nobuhito/大浦 順史
> Sent: Monday, May 16, 2016 1:22 PM
> To: Tomcat Users List
> Subject: RE: MIMEParsingExce
2016 11:37 PM
> To: Tomcat Users List
> Subject: Re: MIMEParsingException on JAX-WS with AJP
>
> On 11/05/2016 02:43, Ooura, Nobuhito wrote:
> > Mark and Christopher
> >
> > Thank you for your reply.
> >
> >> Are you using mod_jk or mod
On 11/05/2016 02:43, Ooura, Nobuhito wrote:
> Mark and Christopher
>
> Thank you for your reply.
>
>> Are you using mod_jk or mod_proxy_ajp? What versions of everything on the
>> httpd side?
>> Specifically, httpd itself as well as mod_jk (if you are using mod_jk, of
>> course).
>
> I'm using
---
Nobuhito
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Tuesday, May 10, 2016 2:35 AM
> To: Tomcat Users List
> Subject: Re: MIMEParsingException on JAX-WS with AJP
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 5/9/16 4:50 AM, Mark Thomas wrote:
> On 09/05/2016 06:39, Ooura, Nobuhito wrote:
>> Hi, All.
>>
>> I am using Tomcat8.0.33 and JAX-WS RI 2.2.10. I am trying to File
>> transfer using JAX-WS with MTOM. Client co
On 09/05/2016 06:39, Ooura, Nobuhito wrote:
> Hi, All.
>
> I am using Tomcat8.0.33 and JAX-WS RI 2.2.10.
> I am trying to File transfer using JAX-WS with MTOM.
> Client connects via reverse proxy made by httpd.
> The httpd connects to tomcat by AJP.
>
> When I upl
Hi, All.
I am using Tomcat8.0.33 and JAX-WS RI 2.2.10.
I am trying to File transfer using JAX-WS with MTOM.
Client connects via reverse proxy made by httpd.
The httpd connects to tomcat by AJP.
When I upload a file several times consecutively, some are completed successful.
But, some will fail
Subject: Re: Tomcat 8 JAX-WS javax.xml.ws.WebServiceException:
java.io.IOException: Error writing to server
On 03/12/2015 15:27, Bill Wolosek wrote:
> We have also tried different combinations of Java and Tomcat: *
> Tomcat 7/Java 7 = Works * Tomcat 7/Java 8 = Works *
> Tomcat 8/Java 7
, 2015 9:49 AM
To: Tomcat Users List
Subject: Re: Tomcat 8 JAX-WS javax.xml.ws.WebServiceException:
java.io.IOException: Error writing to server
Bill,
On 12/3/15 10:27 AM, Bill Wolosek wrote:
> We have recently updated the tech stack of a JAX-WS webservice running
> on JRE 1.7.0_17/Tomcat7.0
On 03/12/2015 15:27, Bill Wolosek wrote:
> We have also tried different combinations of Java and Tomcat: *
> Tomcat 7/Java 7 = Works * Tomcat 7/Java 8 = Works *
> Tomcat 8/Java 7 = Doesn't Work * Tomcat 8/Java 8 = Doesn't
> Work
Assuming Tomcat 7 == 7.0.39 and Tomcat 8 == 8.0.28 th
On 12/3/2015 10:48 AM, Christopher Schultz wrote:
...
We have also tried different combinations of Java and Tomcat:
* Tomcat 7/Java 7 = Works
* Tomcat 7/Java 8 = Works
* Tomcat 8/Java 7 = Doesn't Work
* Tomcat 8/Java 8 = Doesn't Work
This leads us to think that t
Bill,
On 12/3/15 10:27 AM, Bill Wolosek wrote:
> We have recently updated the tech stack of a JAX-WS webservice
> running on JRE 1.7.0_17/Tomcat7.0.39 to JRE 1.8.0_66/Tomcat 8.0.28.
> The web app runs on Windows Server 2012. The web service uses a Metro
> implementation for JAX-WS.
We have recently updated the tech stack of a JAX-WS webservice running on JRE
1.7.0_17/Tomcat7.0.39 to JRE 1.8.0_66/Tomcat 8.0.28. The web app runs on
Windows Server 2012. The web service uses a Metro implementation for JAX-WS.
The clients run on various windows versions using JRE 7 and the JAX
;for some restricted reason ]
>
>
>Which one is the best to make use of ??
>
>
>*Jax-Ws/Rs OR Axis2 OR Cxf or *
>
>
>
>with regards
>karthik
>
>
>
>--
>View this message in context:
>http://tomcat.10.x6.nabble.com/Tomc
Hi
I am already using "Container Tomcat 7.x" for some other UI Dev activities
& continue to use the same
So Usage of TOMEE+ is ruled out.
I am in need of a Single 'SOAP & Rest Frameworks'. [ Cannot use multiple
for some restricted reason ]
Which one is the best
On Sun, Nov 1, 2015 at 2:31 AM, N.s.Karthik wrote:
> Hi
> spec : jdk 1.7
> Container Tomcat 7.x
> O/s : Oracle Linux
>
> Question : Need a *Simple & Single Framework to support both "SOAP & Rest"*
> based services.
>
> Which one is the best to make u
Hi
spec : jdk 1.7
Container Tomcat 7.x
O/s : Oracle Linux
Question : Need a *Simple & Single Framework to support both "SOAP & Rest"*
based services.
Which one is the best to make use of ??
Jax-ws OR Axis2 OR Cxf or
with regards
Karthik
--
View this message
On Sun, Oct 12, 2014 at 9:16 AM, Meeraj Kunnumpurath <
mee...@servicesymphony.com> wrote:
> Hi,
>
> I am porting an application from Weblogic 12 to Tomcat 8. The application
> has a set of web services that implement javax.xml.ws.Provider
> exposed by declaring them as servlets in web.xml. However
Thank you. I found the catalina-ws add on, trying out that now. For some
reason, I assumed JSR 109 was required for a servlet container.
Regards
Meeraj
On Sun, Oct 12, 2014 at 3:22 PM, John D. Ament
wrote:
> Tomcat's a servlet container, not an app server. If you want SOAP APIs,
> you need to
Tomcat's a servlet container, not an app server. If you want SOAP APIs,
you need to use a SOAP runtime like CXF in your app.
On Sun, Oct 12, 2014 at 10:16 AM, Meeraj Kunnumpurath <
mee...@servicesymphony.com> wrote:
> Hi,
>
> I am porting an application from Weblogic 12 to Tomcat 8. The applicat
Hi,
I am porting an application from Weblogic 12 to Tomcat 8. The application
has a set of web services that implement javax.xml.ws.Provider
exposed by declaring them as servlets in web.xml. However, it doesn't seem
to be working in Tomcat, when access the WSDL URL, I get a 404.
Regards
--
*Mee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
David,
On 7/18/14, 4:07 PM, David kerber wrote:
> On 7/18/2014 3:56 PM, Leo Donahue wrote:
>> On Sun, Jul 13, 2014 at 10:23 PM, Leo Donahue
>> wrote:
>>
>>>
>>> I found a link on the web that mentioned something about
>>> picking and choosing a
On 7/18/2014 3:56 PM, Leo Donahue wrote:
On Sun, Jul 13, 2014 at 10:23 PM, Leo Donahue wrote:
I found a link on the web that mentioned something about picking and
choosing about 7 different jar files
Essentially that information is wrong.
Reading the manual here:
https://jax-ws.java.net/2
This is just my personal opinion but generally developeRs are not writers
Sent from my Galaxy S®III
Original message From: Leo Donahue
Date:07/18/2014 3:56 PM (GMT-05:00)
To: users@tomcat.apache.org Subject: Re: jax-ws
On Sun, Jul 13, 2014 at 10:23 PM, Leo Donahue wrote
On Sun, Jul 13, 2014 at 10:23 PM, Leo Donahue wrote:
>
> I found a link on the web that mentioned something about picking and
> choosing about 7 different jar files
>
>
Essentially that information is wrong.
Reading the manual here:
https://jax-ws.java.net/2.2.8/docs/ch02.html#installation-instr
On Mon, Jul 14, 2014 at 8:04 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Leo,
>
> On 7/13/14, 11:23 PM, Leo Donahue wrote:
> > I'm here:
> >
> http://tomcat.apache.org/tomcat-7.0-doc/extras.html#Web_Services_support_%28JSR_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jeo,
On 7/13/14, 11:23 PM, Leo Donahue wrote:
> I'm here:
> http://tomcat.apache.org/tomcat-7.0-doc/extras.html#Web_Services_support_%28JSR_109%29
>
> And I'm looking for the other two jar files mentioned in the help.
> Going back to the main down
about 7 different jar files from the metro download here:
> https://jax-ws.java.net/
>
> What do I need to create a simple jax-ws sample and deploy in Tomcat 7.0.54?
>
> leo
>
-
To unsubscribe,
m the metro download here:
https://jax-ws.java.net/
What do I need to create a simple jax-ws sample and deploy in Tomcat 7.0.54?
leo
On Tue, Mar 18, 2014 at 2:58 PM, Maria Cristina Siena <
mariacristinasi...@sourcecable.net> wrote:
> Hi,
>
> I developed a web service using jax-ws and configured Tomcat to support
> SSL connection. Here are my steps:
>
> ** Step 1 - Generate a self-signed server cer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Maria,
On 3/18/14, 5:58 PM, Maria Cristina Siena wrote:
> Hi,
>
> I developed a web service using jax-ws and configured Tomcat to
> support SSL connection. Here are my steps:
>
> ** Step 1 - Generate a self-signed server ce
from verisign / thawte / DigiCert
Fixing PKIX Errors:
http://www.mkyong.com/webservices/jax-ws/suncertpathbuilderexception-unable-to-find-valid-certification-path-to-requested-target/
Making Self-Signed Certs
http://torlanglo.wordpress.com/2008/05/03/how-to-create-a-ssl-certificate-with-custom
2014-03-18 22:58 GMT+01:00 Maria Cristina Siena
:
> Hi,
>
> I developed a web service using jax-ws and configured Tomcat to support SSL
> connection. Here are my steps:
>
> ** Step 1 - Generate a self-signed server certificate
>
> Use JDK 1.7 keytool:
>
> key
Hi,
I developed a web service using jax-ws and configured Tomcat to support
SSL connection. Here are my steps:
** Step 1 - Generate a self-signed server certificate
Use JDK 1.7 keytool:
keytool -genkey -alias trackerdev -keypass changeit -storepass changeit
-keystore D:\Tomcat7
> Internal / external, it's just a matter of preference and what works for your
> app. The internal (i.e. bundled with the JVM) classes are more convenient to
> use, but you have no choice
> as to the version you get. With external JARs you can use a specific
> version, often more recent than
On Aug 21, 2013, at 6:18 AM, Michael Südkamp
wrote:
> Hello,
>
> My problem is not directly related to Tomcat but to any web container...
>
> A while ago we developed a webservice interface to our Java web-app. At that
> time we needed Java 5 compatibility, that's wh
Hello,
My problem is not directly related to Tomcat but to any web container...
A while ago we developed a webservice interface to our Java web-app. At that
time we needed Java 5 compatibility, that's why we used the JAX-WS RI 2.2.5
package.
Now we increased the system requirement for ou
On 07/02/2013 19:49, J- MAN wrote:
>
>> .. You suspect that your listeners are called in wrong order?
>> In what order do you expect them to be called?
>>
>> .. Try "logEffectiveWebXml" option on Context
>>
>> .. What are your evidences?
>>
>> .. If you cannot get much from logging, maybe debuggin
>.. You suspect that your listeners are called in wrong order?
>In what order do you expect them to be called?
>
>.. Try "logEffectiveWebXml" option on Context
>
>.. What are your evidences?
>
>.. If you cannot get much from logging, maybe debugging would help
>http://wiki.apache.org/tomcat/FAQ/De
in the correct order.
3. Here is a link to a example that works fine in tomcat 6 but does not work in
tomcat 7 because the spring contextlistener gets initialized after the jax-ws
listener. You will need your tomcat configured with metro.
http://www.mediafire.com/?kmwahvl1d2dh3r2 (15MB because o
2013/2/7 J- MAN :
>
> Hi,
> On tomcat 7.0.35 when i have 2 listeners (jax-ws and spring) in my web.xml my
> spring beans do not get initialized. It seems as though it initializes my
> the jax-ws webservice class via sun-jaxws.xml before initializing my beans.
> It works fin
Hi,
On tomcat 7.0.35 when i have 2 listeners (jax-ws and spring) in my web.xml my
spring beans do not get initialized. It seems as though it initializes my the
jax-ws webservice class via sun-jaxws.xml before initializing my beans. It
works fine in Tomcat 6, any way to get this to work in
Hi Konstantin,
Thank you for your reply.
Please see inline below.
On 17.11.2011 11:57, Konstantin Kolinko wrote:
2011/11/14 Ivan:
Dear All,
We are running JAX-WS web-services using JAX-WS RI under tomcat. First we
upgraded from Tomcat 5.5 to Tomcat 7 and everything was fine. Eventually, we
2011/11/14 Ivan :
> Dear All,
>
> We are running JAX-WS web-services using JAX-WS RI under tomcat. First we
> upgraded from Tomcat 5.5 to Tomcat 7 and everything was fine. Eventually, we
> decided to upgrade to the latest JAX-WS RI and went for 2.2.5 version.
>
> We faced a p
Dear All,
We are running JAX-WS web-services using JAX-WS RI under tomcat. First we
upgraded from Tomcat 5.5 to Tomcat 7 and everything was fine. Eventually, we
decided to upgrade to the latest JAX-WS RI and went for 2.2.5 version.
We faced a problem. Upon requests we started seeing exceptions
2010/11/20 Michael Ludwig :
>
> I don't know if these com.sun.xml.internal.ws.* things are part of the
> JRE or not, but they do seem to get loaded by "jre6\bin\java.exe", and
> they are in rt.jar (runtime). So they are obviously part of the JRE?
>
They are part of implementation in specific versi
Konstantin Kolinko schrieb am 20.11.2010 um 17:51 (+0300):
> 2010/11/20 Michael Ludwig :
> > JAX-WS ships with Sun JDK 1.6 and seems the easiest way to code web
> > services on this platform. It is really easy to get started:
> >
> > http://java.dzone.com/articles/
2010/11/20 Michael Ludwig :
> JAX-WS ships with Sun JDK 1.6 and seems the easiest way to code web
> services on this platform. It is really easy to get started:
>
> http://java.dzone.com/articles/jax-ws-hello-world
> http://java.dzone.com/articles/jax-ws-deployment-five-minute
JAX-WS ships with Sun JDK 1.6 and seems the easiest way to code web
services on this platform. It is really easy to get started:
http://java.dzone.com/articles/jax-ws-hello-world
http://java.dzone.com/articles/jax-ws-deployment-five-minute
I have one question, though. JAX-WS is provided by JDK
h...@all
I'd like to know if it possible to run JAX-WS webservice clients on
Tomcat 6 using the catalina-ws extensions.
I took a look at the sources of catalina-ws, basically the
ServiceRefFactory.java, and I saw that is using the
javax.xml.rpc.ServiceFactory, so using JAX-RPC. I wa
Okay, I figured what was stopping me what I did not create a listener and I
did not create the sun-jaxws.xml file. Once I did this, I started seeing
errors.
Russ
padawan wrote:
>
> I hoping other can explain this to me. I've created a Web Service using
> JAX-WS. I have the se
I hoping other can explain this to me. I've created a Web Service using
JAX-WS. I have the service building and deploying to Tomcat 6.0.16. I have
attempted testing the URL for the WSDL in hopes of verifying the WSDL. The
expected outcome is for the WSDL to display in the browser. Usin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ben,
Ben Stover wrote:
| Which type of WebService stacks does TomCat support-out-of-the-box
| (=without installing additional components):
|
| JAX-WS
|
| and/or
|
| Axis
Neither. You will have to install either a JAX-WS or an Axis library in
order
Which type of WebService stacks does TomCat support-out-of-the-box (=without
installing additional components):
JAX-WS
and/or
Axis
Assume I get to a remote server where TomCat is running. How can I check what
types of WebServices (and which spec version)
are currently supported by this
Hi nb users, tomcat users, jax-ws users, Bobby, and Milan,
Not a question, really some comments.
- I have been trying to create and deploy webservices on a stand alone
Tomcat 5.5.x server for some time now with NO success till now
- Recently I have completed the tutorial Building JAX-WS 2.0
55 matches
Mail list logo