Re: webservice deployment on tomcat 1.7 with JAVA 1.8 is giving deployment errors

2016-05-11 Thread Vikas Sharma
You are absolutely correct. I used java 1.8 compatible class from apache xcerses.jar. Now it deploys fine. Thanks and regards, Vikas On 10-May-2016, at 10:08 PM, Konstantin Kolinko wrote: 2016-05-10 17:34 GMT+03:00 Christopher Schultz : >

Re: Fwd: webservice deployment on tomcat 1.7 with JAVA 1.8 is giving deployment errors

2016-05-10 Thread Konstantin Kolinko
2016-05-10 17:34 GMT+03:00 Christopher Schultz : > > Looks like the real error is: > >> Caused by: java.util.ServiceConfigurationError: >> javax.xml.validation.SchemaFactory: >> > jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomc >

Re: Fwd: webservice deployment on tomcat 1.7 with JAVA 1.8 is giving deployment errors

2016-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vikas, On 5/10/16 5:13 AM, Vikas Sharma wrote: > -- Forwarded message -- From: Vikas Sharma > <vikas@gmail.com> Date: Tue, May 10, 2016 at 2:39 PM Subject: > webservice deployment on tomcat 1.7 with JAV

Fwd: webservice deployment on tomcat 1.7 with JAVA 1.8 is giving deployment errors

2016-05-10 Thread Vikas Sharma
-- Forwarded message -- From: Vikas Sharma <vikas@gmail.com> Date: Tue, May 10, 2016 at 2:39 PM Subject: webservice deployment on tomcat 1.7 with JAVA 1.8 is giving deployment errors To: users@tomcat.apache.org 10-May-2016 14:28:16.717 SEVERE [localhost-start

Re: SSL client cert selection dialog not showing up on cloned deployment of tomcat 7 for windows x64

2016-01-20 Thread Gael Abadin
None of us had. Now both of us have, and still the same result ¯\_(ツ)_/¯ The DNS response is all the same, because for development we are using internal lan ip access (or localhost), not domain-based. And self-signed certificates. I thought maybe it was some Java security configuration, but

Re: SSL client cert selection dialog not showing up on cloned deployment of tomcat 7 for windows x64

2016-01-19 Thread Gael Abadin
Thanks for the reply :-) I've checked for all that! I even ended up copying my tomcat folder and my eclipse tomcat configuration folder from my computer to his, So they are literally the same configuration. I know the connector configuration is being read because if, for example, I remove the

Re: SSL client cert selection dialog not showing up on cloned deployment of tomcat 7 for windows x64

2016-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gael, On 1/19/16 6:37 AM, Gael Abadin wrote: > Thanks for the reply :-) > > I've checked for all that! > > I even ended up copying my tomcat folder and my eclipse tomcat > configuration folder from my computer to his, > > So they are literally

Re: SSL client cert selection dialog not showing up on cloned deployment of tomcat 7 for windows x64

2016-01-18 Thread Christopher Schultz
Gael, On 1/11/16 11:46 AM, Gael Abadin wrote: > The server certificate is self signed. Appart from the typical warning we > see no errors when we check it. > > His system (windows) clock is synchronized using microsoft's NTP server, > same as mine. > > This is really weird because I have

SSL client cert selection dialog not showing up on cloned deployment of tomcat 7 for windows x64

2016-01-11 Thread Gael Abadin
own tomcat and eclipse tomcat x64 deployment config and we switched his runtime to the same as mine (latest Java 8 x64). Same problem. At this point I don't know what else to try. His setup is exactly the same as mine, but I can't get the client auth to work on his. Any ideas? -- . Alberto G

Re: SSL client cert selection dialog not showing up on cloned deployment of tomcat 7 for windows x64

2016-01-11 Thread Gael Abadin
t; David Balažic > Software Engineer > www.comtrade.com > > > -Original Message- > > From: Gael Abadin [mailto:gael.aba...@imatia.com] > > Sent: 11. January 2016 10:16 > > To: Tomcat Users List > > Subject: SSL client cert selection dialog n

RE: SSL client cert selection dialog not showing up on cloned deployment of tomcat 7 for windows x64

2016-01-11 Thread David Balažic
t Users List > Subject: SSL client cert selection dialog not showing up on cloned > deployment of tomcat 7 for windows x64 > Importance: Low > > A colleague was having trouble setting up client cert auth on this web app > we are developing. He tried the latest tomcat 6 and 7 win32

Re: Application Deployment in Tomcat 7.X

2014-04-29 Thread Nitin Kumar
use Application1 is deployment in tomcat and up and running. We want to install application2. Following are the steps: Stop Tomcat Install application2 vial RPM install to tomcat Webapps directory Start Tomcat We have some issue in bean initialization through Spring

Re: Application Deployment in Tomcat 7.X

2014-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nitin, On 4/23/14, 7:42 AM, Nitin Kumar wrote: Hi Mark, Thanks for the quick reply. I will give you the example which we use Application1 is deployment in tomcat and up and running. We want to install application2. Following are the steps

Re: Application Deployment in Tomcat 7.X

2014-04-24 Thread Konstantin Kolinko
2014-04-23 15:42 GMT+04:00 Nitin Kumar nitin.raja...@gmail.com: Hi Mark, Thanks for the quick reply. I will give you the example which we use Application1 is deployment in tomcat and up and running. We want to install application2. Following are the steps: Stop Tomcat Install application2

Re: Application Deployment in Tomcat 7.X

2014-04-23 Thread Mark Thomas
not affect existing application deployment and tomcat startup. As per my understanding, If any application deployment fails, Tomcat startup will fail. You understanding is not correct. Please let us know if there is any way to start the tomcat in case of failure of one application deployment also

Re: Application Deployment in Tomcat 7.X

2014-04-23 Thread Nitin Kumar
Hi Mark, Thanks for the quick reply. I will give you the example which we use Application1 is deployment in tomcat and up and running. We want to install application2. Following are the steps: Stop Tomcat Install application2 vial RPM install to tomcat Webapps directory Start Tomcat We have

Re: Application Deployment in Tomcat 7.X

2014-04-23 Thread Daniel Mikusa
On Apr 23, 2014, at 4:42 AM, Nitin Kumar nitin.raja...@gmail.com wrote: Hi Mark, Thanks for the quick reply. I will give you the example which we use Application1 is deployment in tomcat and up and running. We want to install application2. Following are the steps: Stop Tomcat Install

Application Deployment in Tomcat 7.X

2014-04-22 Thread Nitin Kumar
Hi, We are using tomcat 7.X for our project. So far we deploy only one application in tomcat. Now we are planning to deploy one more application with existing one. There is requirement that failure of deployment of new application should not affect existing application deployment and tomcat

Re: Parallel deployment in tomcat 7 using manager-script

2012-09-08 Thread Mark Thomas
On 07/09/2012 12:19, Tanel Käär wrote: This reveals an undocumented attribute version, which instead of tag is used to get context version. I suggest someone fixes current manager-howto documentation, hopefully it saves some time :) Done. Mark

Parallel deployment in tomcat 7 using manager-script

2012-09-07 Thread Tanel Käär
Hi! I ran into a problem trying to set application context version http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Parallel_deployment using manager-script http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Configuring_Manager_Application_Access tools-friendly plain text

Re: parallel deployment of tomcat 7

2011-08-29 Thread Konstantin Kolinko
2011/8/29 Sammy MT Lau sammy...@hk1.ibm.com: I've read some articles regarding to the parallel deployment of tomcat 7. From what I've read, enabling parallel deployment requires the enablement of tomcat session as well. However, the API server and client I'm working with don't do any session

Re: parallel deployment of tomcat 7

2011-08-29 Thread Mark Thomas
On 29/08/2011 04:15, Sammy MT Lau wrote: Hello all, I've read some articles regarding to the parallel deployment of tomcat 7. From what I've read, enabling parallel deployment requires the enablement of tomcat session as well. However, the API server and client I'm working with don't do

Re: parallel deployment of tomcat 7

2011-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 8/29/2011 9:37 AM, Mark Thomas wrote: On 29/08/2011 04:15, Sammy MT Lau wrote: Hello all, I've read some articles regarding to the parallel deployment of tomcat 7. From what I've read, enabling parallel deployment requires

parallel deployment of tomcat 7

2011-08-28 Thread Sammy MT Lau
Hello all, I've read some articles regarding to the parallel deployment of tomcat 7. From what I've read, enabling parallel deployment requires the enablement of tomcat session as well. However, the API server and client I'm working with don't do any session management using the tomcat session

Can anyone do a simple war deployment in Tomcat 6?

2010-01-21 Thread Clay McCoy
I want to deploy a war file in an embedded Tomcat. There a few outdated examples, and many posts where this gets asked and never answered. http://www.mail-archive.com/users@tomcat.apache.org/msg19481.html The methods once used to do this are gone, and I can't find any examples of how to do

Re: Can anyone do a simple war deployment in Tomcat 6?

2010-01-21 Thread Filip Hanik - Dev Lists
simplest http://tomcat.apache.org/tomcat-6.0-doc/appdev/sample/ http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html On 01/21/2010 01:41 PM, Clay McCoy wrote: I want to deploy a war file in an embedded Tomcat. There a few outdated examples, and many posts where this gets asked and

Re: Can anyone do a simple war deployment in Tomcat 6?

2010-01-21 Thread Clay McCoy
Thank you for the reply, but I'm talking about embedded Tomcat. The war is deployed programmatically, and the API has changed drastically since the dated examples I can find. It would be great if the embedded use of Tomcat had the same level of documentation. On 1/21/10 3:23 PM, Filip Hanik -

Re: Can anyone do a simple war deployment in Tomcat 6?

2010-01-21 Thread Filip Hanik - Dev Lists
an embedded Tomcat is the same as a regular Tomcat if you configure it that way. The easiest way I can think of is to take a look at the class we use to launch a simple tomcat in trunk http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java?view=annotate there

After deployment to tomcat: entity class not found

2009-05-07 Thread itay sahar
Hello, I've successfully created all hbm,POJO and DAO files using Hibernate tool which is great!!! Once deploy to Tomcat I got the exception: nested exception is org.hibernate.MappingException: entity class not found: MyClass the full stack is:

Re: After deployment to tomcat: entity class not found

2009-05-07 Thread Xie Xiaodong
Hello, This class MyClass, could not be found. Maybe you should include the package name in your configuration files. 2009/5/7 itay sahar itay.sa...@gmail.com Hello, I've successfully created all hbm,POJO and DAO files using Hibernate tool which is great!!! Once deploy to Tomcat I

Re: application deployment issue, Tomcat 5.5

2008-10-02 Thread albrecht andrzejewski
Considering my own occasional sniping at Chuck here, it kills me to have to say this, but I don't want anyone to look falsely in the wrong direction maybe. One particularity of this Tomcat 5.5 on platform B, compared to the others, is that it was set up via the standard Linux Debian package

Re: application deployment issue, Tomcat 5.5

2008-10-02 Thread André Warnier
albrecht andrzejewski wrote: [...] Thanks for the various answers. But apparently the problem was that this was missing : grant codeBase file:${catalina.home}/bin/tomcat-juli.jar { [ .. parts omitted ..] permission java.io.FilePermission

RE: application deployment issue, Tomcat 5.5

2008-10-02 Thread Caldarale, Charles R
From: albrecht andrzejewski [mailto:[EMAIL PROTECTED] Subject: Re: application deployment issue, Tomcat 5.5 java is looking to some native code to unzip the WAR file, which is huffman's compressed (yes, war files can be unzipped). The native code being used to do the unzipping is packaged

RE: application deployment issue, Tomcat 5.5

2008-10-02 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: application deployment issue, Tomcat 5.5 I am still a bit puzzled by the sequence of events below though. First it writes that the WAR file is invalid or unreadable, then 10 seconds later it mentions a logging properties permission

Re: application deployment issue, Tomcat 5.5

2008-10-02 Thread André Warnier
Caldarale, Charles R wrote: [...] Obviously, Tomcat is running at faster-than-light speed, so cause and effect are no longer ordered... You should take a patent on that one. So, if regarding Tomcat there is no direct causality anymore, does it mean also that we can all just sit here and

application deployment issue, Tomcat 5.5

2008-10-01 Thread André Warnier
Hi. We have created a webapp, and a corresponding war file. This war file deploys succesfully on platform A (Windows) which runs Tomcat 5.5. It also deploys succesfully on platform B (Linux Debian) in a Tomcat 6.0 instance. But on the same platform B, under a Tomcat 5.5 instance, it triggers

RE: application deployment issue, Tomcat 5.5

2008-10-01 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: application deployment issue, Tomcat 5.5 By the way, which is the easiest way to see the full version of Tomcat? There's a version.sh script in the Tomcat bin directory that will display the actual Tomcat level. One particularity

Re: Hot deployment Using Tomcat

2008-08-01 Thread Alessandro Ferrucci
Yes, the issue is that windows is extremely picky about locked files and deleting those files, check the antiJARLocking and antiResourceLocking attributes. -- Signed, Alessandro Ferrucci On Thu, Jul 31, 2008 at 7:43 PM, Hassan Schroeder [EMAIL PROTECTED] wrote: On Thu, Jul 31, 2008 at 4:17

Re: Hot deployment Using Tomcat

2008-07-31 Thread hisameer
please do let me know related to build. Thanks for YOUR help in advance . Please help me! -- View this message in context: http://www.nabble.com/Hot-deployment-Using-Tomcat-tp18743255p18743255.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Hot deployment Using Tomcat

2008-07-31 Thread Johnny Kewl
- Original Message - From: hisameer [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, July 31, 2008 4:29 PM Subject: Re: Hot deployment Using Tomcat Thanks for your reply Alessandro The autodeploy is set to true but but whenever my build process tries to delete

Re: Hot deployment Using Tomcat

2008-07-31 Thread Alessandro Ferrucci
, 2008 at 1:44 PM, Johnny Kewl [EMAIL PROTECTED] wrote: - Original Message - From: hisameer [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, July 31, 2008 4:29 PM Subject: Re: Hot deployment Using Tomcat Thanks for your reply Alessandro The autodeploy is set to true

Re: Hot deployment Using Tomcat

2008-07-31 Thread hisameer
PROTECTED] wrote: - Original Message - From: hisameer [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, July 31, 2008 4:29 PM Subject: Re: Hot deployment Using Tomcat Thanks for your reply Alessandro The autodeploy is set to true but but whenever my build process

Re: Hot deployment Using Tomcat

2008-07-31 Thread Hassan Schroeder
On Thu, Jul 31, 2008 at 4:17 PM, hisameer [EMAIL PROTECTED] wrote: C:\workspace\tomcat\build.xml:23: Unable to delete file Ah, Windoze --- see the Context attributes antiJARLocking and antiResourceLocking. HTH, -- Hassan Schroeder [EMAIL PROTECTED]

Hot deployment Using Tomcat

2008-07-30 Thread hisameer
-deployment-Using-Tomcat-tp18743255p18743255.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Hot deployment Using Tomcat

2008-07-30 Thread Alessandro Ferrucci
. Please help me! -- View this message in context: http://www.nabble.com/Hot-deployment-Using-Tomcat-tp18743255p18743255.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users

Re: Remote deployment in tomcat

2008-01-01 Thread Jacob Rhoden
How could Cruise Contol possibly allow you to tell tomcat to (remotely) clean its work directory from an ant build script? I use hudson for continuous integration so maybe I am missing something. Marcio Camurati wrote: Maybe CruiseControl can help you to make it, it's a project that for

Re: Remote deployment in tomcat

2007-12-27 Thread Marcio Camurati
Hi, Maybe CruiseControl can help you to make it, it's a project that for create continuous build process scheduled: http://cruisecontrol.sourceforge.net/ See ya. Marcio Camurati Thu, 27 Dec 2007 00:57:42 -0500, Louis [EMAIL PROTECTED] escreveu: Shreekanta Prasad wrote: Hi All,

Remote deployment in tomcat

2007-12-26 Thread Shreekanta Prasad
Hi All, I want to deploy my web application(in the form of a war file) remotely through ant script. I have written ant script for that and it is doing deployment properly to the remote host. But still I am getting old application itself new changes are not getting updated. Once

Re: Remote deployment in tomcat

2007-12-26 Thread Louis
Shreekanta Prasad wrote: Hi All, I want to deploy my web application(in the form of a war file) remotely through ant script. I have written ant script for that and it is doing deployment properly to the remote host. But still I am getting old application itself new changes are not

Deployment in tomcat

2007-11-21 Thread Shreekanta Prasad
Hi All, We are using ant scripts for building and deploying the war file to the Apache Tomcat 5.5. After deploying the war file we need to restart the tomcat server without that it won't work. Under work directory catalina/localhost our application basedirectory is there, we need to delete

FW: Deployment in tomcat

2007-11-21 Thread Shreekanta Prasad
: Deployment in tomcat Hi All, We are using ant scripts for building and deploying the war file to the Apache Tomcat 5.5. After deploying the war file we need to restart the tomcat server without that it won't work. Under work directory catalina/localhost our application basedirectory

Question about hot deployment on Tomcat

2006-10-12 Thread ying lcs
I am reading the hot deployment on Tomcat here, http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html#Deploying%20on%20a%20running%20Tomcat%20server And I have a few questions about the update case: 1. It said 'the Host will attempt to deploy and update web applications dynamically