RE: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-02 Thread Mitev, Mitko
Hi, I have already found a root cause for this problem. There is a change in catalina.bat file on lines 196 and 201 Tomcat 8.0.12 :noJuliConfig set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG% Tomcat 8.0.14 :noJuliConfig set JAVA_OPTS=”%JAVA_OPTS% %LOGGING_CONFIG%” Removing quotation marks solves th

Re: Struts 2 /Glassfish to Tomcat migration

2014-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 10/2/14 9:59 PM, Kiran Badi wrote: > I am migration my glassfish struts 2 based application to Tomcat > 7.055. > > I am coming across 2 issues, first one is below exception while > starting Tomcat > > java.lang.UnsatisfiedLinkError: C:\A

Struts 2 /Glassfish to Tomcat migration

2014-10-02 Thread Kiran Badi
I am migration my glassfish struts 2 based application to Tomcat 7.055. I am coming across 2 issues, first one is below exception while starting Tomcat java.lang.UnsatisfiedLinkError: C:\Apache Software Foundation\apache-tomcat-7.0.55\bin\tcnative-1.dll: Can't load IA 64-bit .dll on a AMD 64-bit

Re: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2014-10-02 Thread Gibran Castillo
Ok, thanks On Thu, Oct 2, 2014 at 5:14 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Gibran, > > On 10/2/14 5:04 PM, Gibran Castillo wrote: > > To fix the problem I put the .jar files in tomcat's lib directory > > and it wor

Re: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2014-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gibran, On 10/2/14 5:04 PM, Gibran Castillo wrote: > To fix the problem I put the .jar files in tomcat's lib directory > and it works best way to do this is like you said to put the > *.jar files in the WEB-INF/lib directory, build the project a

Re: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2014-10-02 Thread Gibran Castillo
To fix the problem I put the .jar files in tomcat's lib directory and it works best way to do this is like you said to put the *.jar files in the WEB-INF/lib directory, build the project as WAR and deploy the war file in Tomcat Where do I place the .war file in Tomcat? in the 'webapps'

Re: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2014-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gibran, On 10/2/14 3:59 PM, Gibran Castillo wrote: > I deployed donow62 Spring MVC app into Tomcat by placing > donow62.xml file in $CATALINA_HOME/conf/Catalina/localhost > > The contents of donow62.xml are as follow: docBase="/Users/gibranecastil

Re: [OT] Forward TLS connection information from AWS ELB -> httpd -> Tomcat

2014-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 10/1/14 10:26 AM, Christopher Schultz wrote: > I'm interested in using AWS ELB for SSL termination but allowing > the client's TLS connection information to be forwarded all the > way through the chain to Tomcat. > > The setup looks like th

Re: Open quote is expected for attribute "{1}" associated with an element type "username"

2014-10-02 Thread Gibran Castillo
Thank you for clarifying, the XML was not well formed On Thu, Oct 2, 2014 at 3:50 PM, André Warnier wrote: > Gibran Castillo wrote: > >> Tomcat did not like the double quotes use by TextEdit.app so I use the >> ones >> that were in the commented out section of tomcat-users.xml I was able to >>

The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2014-10-02 Thread Gibran Castillo
I deployed donow62 Spring MVC app into Tomcat by placing donow62.xml file in $CATALINA_HOME/conf/Catalina/localhost The contents of donow62.xml are as follow: They basically point to the website directory in the spring mvc project in my eclipse workspace. I looked at the Tomcat logs and it says

Re: Open quote is expected for attribute "{1}" associated with an element type "username"

2014-10-02 Thread André Warnier
Gibran Castillo wrote: Tomcat did not like the double quotes use by TextEdit.app so I use the ones that were in the commented out section of tomcat-users.xml I was able to authenticate Oh my.. It is not Tomcat which does not like your quotes, it is XML. These quotes are not valid characters to

Re: Open quote is expected for attribute "{1}" associated with an element type "username"

2014-10-02 Thread Gibran Castillo
This solved it, thank you guys On Thu, Oct 2, 2014 at 2:33 PM, André Warnier wrote: > Konstantin Kolinko wrote: > >> 2014-10-02 22:16 GMT+04:00 Gibran Castillo : >> >>> I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 >>> here /Library/Tomcat/Home. Home is a symbolic link that will always >

Re: tomcat 8 depends on URL.setURLStreamHandlerFactory method

2014-10-02 Thread Mark Thomas
On 02/10/2014 15:24, Johan Compagner wrote: > thx mark, > > that seems to work, at least i do get further but i bomb into the next issue > that is in this code of StandardRoot > > protected void startInternal() throws LifecycleException { > String docBase = context.getDocBase(); > >

Re: Open quote is expected for attribute "{1}" associated with an element type "username"

2014-10-02 Thread André Warnier
Konstantin Kolinko wrote: 2014-10-02 22:16 GMT+04:00 Gibran Castillo : I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 here /Library/Tomcat/Home. Home is a symbolic link that will always point to the current version Tomcat directory, in this case /Library/Tomcat/apache-tomcat-8.0.12 In th

Re: Open quote is expected for attribute "{1}" associated with an element type "username"

2014-10-02 Thread Gibran Castillo
Tomcat did not like the double quotes use by TextEdit.app so I use the ones that were in the commented out section of tomcat-users.xml I was able to authenticate On Thu, Oct 2, 2014 at 2:24 PM, Konstantin Kolinko wrote: > 2014-10-02 22:16 GMT+04:00 Gibran Castillo : > > I installed Tomcat 8.0.1

Re: Open quote is expected for attribute "{1}" associated with an element type "username"

2014-10-02 Thread Konstantin Kolinko
2014-10-02 22:16 GMT+04:00 Gibran Castillo : > I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 > here /Library/Tomcat/Home. Home is a symbolic link that will always point > to the current version Tomcat directory, in this case > /Library/Tomcat/apache-tomcat-8.0.12 > > In the /Library/Tomcat/

Re: Open quote is expected for attribute "{1}" associated with an element type "username"

2014-10-02 Thread Daniel Mikusa
On Thu, Oct 2, 2014 at 2:16 PM, Gibran Castillo wrote: > I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 > here /Library/Tomcat/Home. Home is a symbolic link that will always point > to the current version Tomcat directory, in this case > /Library/Tomcat/apache-tomcat-8.0.12 > > In the /Lib

Open quote is expected for attribute "{1}" associated with an element type "username"

2014-10-02 Thread Gibran Castillo
I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 here /Library/Tomcat/Home. Home is a symbolic link that will always point to the current version Tomcat directory, in this case /Library/Tomcat/apache-tomcat-8.0.12 In the /Library/Tomcat/Home/conf/tomcat-users.xml file I added the following:

Re: Client authentication for specific path

2014-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nathan, On 10/1/14 12:16 PM, Nathan Quirynen wrote: > On 01/10/14 18:08, Christopher Schultz wrote: Nathan, > > On 10/1/14 10:02 AM, Nathan Quirynen wrote: Hi Tomcat users, A current application has client authentication configured

Re: Client authentication for specific path

2014-10-02 Thread Nathan Quirynen
On 01/10/14 18:50, Cédric Couralet wrote: > 2014-10-01 18:16 GMT+02:00 Nathan Quirynen : >> On 01/10/14 18:08, Christopher Schultz wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA256 >>> >>> Nathan, >>> >>> On 10/1/14 10:02 AM, Nathan Quirynen wrote: Hi Tomcat users, A cur

Re: tomcat 8 depends on URL.setURLStreamHandlerFactory method

2014-10-02 Thread Johan Compagner
thx mark, that seems to work, at least i do get further but i bomb into the next issue that is in this code of StandardRoot protected void startInternal() throws LifecycleException { String docBase = context.getDocBase(); File f = new File(docBase); if (!f.isAbsolute(

Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-02 Thread Mitev, Mitko
Hi, I have just encountered the following issue: I installed Tomcat 8.0.14 on my PC ( Win 7) and integrated it to Netbeans 8.0.1 I tried to start Tomcat from Netbeans IDE and I’ve got the following error: '127.0.0.1' is not recognized as an internal or external command, operable program or batch f

Re: question on certificate use - resending with attachment descriptions in case they get stripped out again. If this doesnt work I will resend the email when I get home

2014-10-02 Thread Ognjen Blagojevic
Ray, On 1.10.2014 21:05, ray.d...@usbank.com wrote: Loaded the website and let the error popup happen once, then I install the certificate it prompts about (to my truststore). If you mean that you imported CA-signed certificate to your Java keystore where your private key is already stored, u