Configure connectors while running tomcat from webapp

2013-01-22 Thread Steffen Heil (Mailinglisten)
Hi Currently I need to find a way to replace the ssl certificate used by a (nio) connector at runtime. It also needs to be done by the (only) webapp. Is there a way to do this? Soon we will need a way to change the ip address a connector is listening on. Both could be solved by removing a

Re: unable to access comm ports on apache tomcat 6.0.18

2013-01-22 Thread pranjal rajput
ramkumar ramkumar at efftronics.com writes: Hi friend, I can communicate with modem from othe java application.The problem is occuring only after deploy in apache tomcat. I am using ECLIPSE IDE. Ecclipse ide can run our web application using apache tomcat for debugging purpose.When i run

Re: unable to access comm ports on apache tomcat 6.0.18

2013-01-22 Thread Howard W. Smith, Jr.
On Tue, Jan 22, 2013 at 7:21 AM, pranjal rajput fighterjockey...@gmail.comwrote: it also works well in the web application IF it is launched using eclipse IDE. All libraries are in place. but when the application is deployed on separate tomcat server, it throws following exception: Error

Re: Fw: Tomcat 5.0.28 jdbc error Name jdbc is not bound in this Context on WindowsXP.

2013-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dude, On 1/21/13 11:32 PM, sry...@jsrsys.com wrote: Why don't you show us what you've got, and we can suggest some improvements? Thank you. This one is in localhost: Context path=/ !-- put this one in localhost add path because of

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/21/13 3:35 PM, Mark Thomas wrote: On 21/01/2013 20:30, Konstantin Kolinko wrote: 2013/1/21 Peter Lavin lav...@cs.tcd.ie: Dear List, My web application needs to deserialize both classes and objects which are sent to it. I'm

Re: Fw: Can not understand how maxThreads of Connectors works

2013-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hermes, On 1/21/13 11:17 AM, Hermes Flying wrote: The web application works.I can not see any issue. What does this mean? My guess is that Tomcat isn't using the configuration file you are modifying. - -chris -BEGIN PGP SIGNATURE-

Re: Tomcat tried to execute wine! I am going crazy?

2013-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Luciano, On 1/21/13 8:08 AM, Luciano Andress Martini wrote: This error is found when i try to open the new version of the system in the web browser in some options. Cannot run program usr/bin/wine I think i am going crazy but i installed

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-22 Thread Mark Thomas
On 22/01/2013 14:49, Christopher Schultz wrote: Mark, On 1/21/13 3:35 PM, Mark Thomas wrote: On 21/01/2013 20:30, Konstantin Kolinko wrote: The same as with any other ClassLoader: use the bytes and call ClassLoader.defineClass(..), then ClassLoader.resolveClass(..). No can do. That

RE: Tomcat doesn't process error messages

2013-01-22 Thread Husarik, Branko
Hello, Sorry for replying so late. There are error data following: Error message: Server returned HTTP response code: 500 for URL: https://hktibt.rdm.cz:39990/WebServices/SA/SA.serviceagent/SaPortTypeEndpoint Error cause: null Error trace:

Comet problem - HTTP method GET is not supported by this URL

2013-01-22 Thread Andrew Winter
I am trying to implement a Comet process. Tomcat 6.0.36 Red Hat Enterprise Linux Server release 6.2 (Santiago) Java 7u11 (32 bit) I have implemented CometProcessor. I am using the NIO connector. When I try the servlet I get: HTTP method GET is not supported by this URL Am I doing something

RE: Tomcat tried to execute wine! I am going crazy?

2013-01-22 Thread Purvis Robert (NHS CONNECTING FOR HEALTH)
It sounds like you are trying to start one of the tomcat .exe files instead of the Linux shell script. Robert Purvis Senior Technical Specialist Systems and Service Delivery NHS Connecting for Health 01392 206691 robert.pur...@nhs.net http://www.connectingforhealth.nhs.uk NHS Connecting for

Re: Tomcat tried to execute wine! I am going crazy?

2013-01-22 Thread Luciano Andress Martini
Now i see the system that the developer published needs to run a windows program and try to execute wine. Problem solved. 2013/1/22, Purvis Robert (NHS CONNECTING FOR HEALTH) robert.pur...@nhs.net: It sounds like you are trying to start one of the tomcat .exe files instead of the Linux shell

Re: Fw: Tomcat 5.0.28 jdbc error Name jdbc is not bound in this Context on WindowsXP.

2013-01-22 Thread sryder
conf is: Program Files/Apache Software Foundation/Tomcat5.0/conf (where server xml resides). When I put context.xml in that directory, it seemed to be ignored. I did some experimenting moving it around and when I put it in: Program Files/Apache Software

Re: Configuring WebappClassloader Delegate=True

2013-01-22 Thread Peter Lavin
Hi Violeta, thanks for your reply. My question is more to do with how I would configure my Tomcat installation to instantiate the WebappClassLoader for each of my services with this variable set to True. When I call ...getClass().getClassLoader() on object instantiated, I get...

Re: Fw: Tomcat 5.0.28 jdbc error Name jdbc is not bound in this Context on WindowsXP.

2013-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 1/22/13 1:50 PM, sry...@jsrsys.com wrote: conf is: Program Files/Apache Software Foundation/Tomcat5.0/conf (where server xml resides). When I put context.xml in that directory, it seemed to be ignored. If the file is in fact named

Re: Configuring WebappClassloader Delegate=True

2013-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 1/22/13 2:00 PM, Peter Lavin wrote: Hi Violeta, thanks for your reply. My question is more to do with how I would configure my Tomcat installation to instantiate the WebappClassLoader for each of my services with this variable set to

AW: Tomcat 7: ClassNotFoundEception for security provider during startup

2013-01-22 Thread Hanno Scharwächter
Hanno, On 1/21/13 12:49 PM, Hanno Scharwächter wrote: the Bootstrap-ClassLoader. I checked the server-conf by starting both Tomcat versions with exactly the same server configuration (server.xml). While Tomcat 6 runs, Tomcat 7 refuses to start. You cannot expect to launch Tomcat 7 using a

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-22 Thread Peter Lavin
Hi again, I've spent some time on this today and have found (at least I think so) that my problem in deserializing an instance of an object is related to the ClassLoader that the class ObjectInputStream uses. It appears that it does not use the WebappClassLoader of the service in question,

Re: AW: Tomcat 7: ClassNotFoundEception for security provider during startup

2013-01-22 Thread David kerber
On 1/22/2013 2:12 PM, Hanno Scharwächter wrote: Hanno, On 1/21/13 12:49 PM, Hanno Scharwächter wrote: the Bootstrap-ClassLoader. I checked the server-conf by starting both Tomcat versions with exactly the same server configuration (server.xml). While Tomcat 6 runs, Tomcat 7 refuses to start.

Trying to install tomcat 7.0.35 but after installation it shows me as Apache Tomcat 7.0.2

2013-01-22 Thread Kiran Badi
Hi All, From this link, http://tomcat.apache.org/download-70.cgi I downloaded the Tomcat 7.0.35 from core binary distribution.32-bit Windows ziphttp://www.motorlogy.com/apache/tomcat/tomcat-7/v7.0.35/bin/apache-tomcat-7.0.35-windows-x86.zip

RE: Trying to install tomcat 7.0.35 but after installation it shows me as Apache Tomcat 7.0.2

2013-01-22 Thread Caldarale, Charles R
From: Kiran Badi [mailto:ki...@poonam.org] Subject: Trying to install tomcat 7.0.35 but after installation it shows me as Apache Tomcat 7.0.2 I downloaded the Tomcat 7.0.35 from core binary distribution.32-bit Windows ziphttp://www.motorlogy.com/apache/tomcat/tomcat-7/v7.0.35/

RE: Different webapp paths on different hosts

2013-01-22 Thread Caldarale, Charles R
From: bxqdev [mailto:bxq...@themailbay.com] Subject: Different webapp paths on different hosts Is it possible with tomcat to have one web app, with 2 different paths on different hosts?? I mean something like this: ${samewebapp}/path1 is mapped to http://path1.com/ and

Re: Fw: Tomcat 5.0.28 jdbc error Name jdbc is not bound in this Context on WindowsXP.

2013-01-22 Thread sryder
I thought you had hit the nail on the head of 5.0 vs. 5.5, but when I recoded the short form into the long form I still get the same error. I am ready to install a new Tomcat. Is there any reason to NOT go to most recent 7.x release? I realize that as long as I stay at Java 5 and MySQL 5

Re: Different webapp paths on different hosts

2013-01-22 Thread bxqdev
i need to map a custom paths, like /path1 and /path2, (not root / path), of the same webapp to a custom domains. as i said i need this mapping: ${samewebapp}/path1 is mapped to http://path1.com/ ${samewebapp}/path2 is mapped to http://path2.com/ NOT this: ${samewebapp}/path1 is mapped to

RE: Trying to install tomcat 7.0.35 but after installation it shows me as Apache Tomcat 7.0.2

2013-01-22 Thread Kiran Badi
I want to run it as service.I installed this by running service bat file from cmd prompt.once installation was success full.I checked local host:8080.over there I see version 7.0.2 .I cannot remove all tomcats since it will large effort for me.but I know there nothing wrong with those.they sit in

RE: Trying to install tomcat 7.0.35 but after installation it shows me as Apache Tomcat 7.0.2

2013-01-22 Thread Kiran Badi
Also I see version number 7.0.2 in welcome page. On Jan 22, 2013 11:52 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Kiran Badi [mailto:ki...@poonam.org] Subject: Trying to install tomcat 7.0.35 but after installation it shows me as Apache Tomcat 7.0.2 I downloaded the