[RESOLVED] Re: Rebuilding tomcat servlet container only

2014-09-01 Thread Aaron Lewis
Thanks Mark, just solved the problem. I mis-read the documentation.. On Tue, Sep 2, 2014 at 11:34 AM, Mark Eggers wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 9/1/2014 7:50 PM, Aaron Lewis wrote: >> Hi, >> >> I'm following the BUILDING.txt in tomcat sources, >> >> (5) Building

Re: Rebuilding tomcat servlet container only

2014-09-01 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/1/2014 7:50 PM, Aaron Lewis wrote: > Hi, > > I'm following the BUILDING.txt in tomcat sources, > > (5) Building the servlet and jsp API documentation > > cd ${tomcat.source} ant -f dist.xml dist-javadoc > > But after that I didn't find any jar

Rebuilding tomcat servlet container only

2014-09-01 Thread Aaron Lewis
Hi, I'm following the BUILDING.txt in tomcat sources, (5) Building the servlet and jsp API documentation cd ${tomcat.source} ant -f dist.xml dist-javadoc But after that I didn't find any jar files in the 'output' folder Am I missing something? I only wanted "lib/servlet-api.jar", I don

Re: How do I call JspC manually?

2014-09-01 Thread Aaron Lewis
BTW the ant way works fine. I'm just trying to understand how the JspC class works On Tue, Sep 2, 2014 at 10:24 AM, Aaron Lewis wrote: > Thanks K, > > Maybe I did something incorrectly? > > %> ./bin/tool-wrapper.sh org.apache.jasper.JspC -uriroot 123 -l -s -v > -d temp -compile -webapp 123 > Sep

Re: How do I call JspC manually?

2014-09-01 Thread Aaron Lewis
Thanks K, Maybe I did something incorrectly? %> ./bin/tool-wrapper.sh org.apache.jasper.JspC -uriroot 123 -l -s -v -d temp -compile -webapp 123 Sep 02, 2014 10:19:37 AM org.apache.jasper.JspC processFile INFO: Built File: /cmd.jsp [PWD: /run/shm/tomcat6] %> ls -R 123 123: ./ ../ cmd.jsp temp/

UnsatisfiedLinkError while running tomcat 8

2014-09-01 Thread Bogdan Vatulya
Good day. I have some troubles configuring spdy on tomcat 8. My setup is: X64 JDK 1.7.0_07 X64 tomcat 8.0.11 X64 native client (openssl v 1.0.1h, tcnative-1 v. 1.1.31.0) I've put openssl and tcnative into tomcat bin folder. My connector looks like this: And when I run my app with tomcat 8 I

UnsatisfiedLinkError while running tomcat 8

2014-09-01 Thread Bogdan Vatulya
My setup is: X64 JDK 1.7.0_07 X64 tomcat 8.0.11 X64 native client (openssl v 1.0.1h, tcnative-1 v. 1.1.31.0) I've put openssl and tcnative into tomcat lib folder. My connector looks like this: And when I run my app with tomcat 8 I have this exception: org.apache.catalina.core.AprLifecycleList

Re: Manager app + RemoteAddrValve + 403 Access Denied

2014-09-01 Thread Shanti Suresh
Hi Dan, On Fri, Aug 29, 2014 at 12:34 PM, Daniel Mikusa wrote: > > Can you access the JMXProxy servlet directly? > > > > http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Using_the_JMX_Proxy_Servlet > > Thanks for the note and the references. On accessing the JMXProxy servlet directl

Re: How to create an Oracle XA Datasource within Tomcat 7

2014-09-01 Thread Sylvain Goulmy
Hi Stefan, I think that the url parameter is invalid, but the driverType parameter was definitly helpful. I can start my application without any errors with the following configuration : factory="org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory" > name="jdbc/mydatasource-xa" > type

Re: Tomcat Pool and XA datasource

2014-09-01 Thread Sylvain Goulmy
Hi Chris, It seems that you finally arrived to set up a configuration based on the information provided by the blog entry. I could not on my side despite many trials. Could you provide an exemple of configuration ? Thanks in advance. Cheers. Sylvain. On Thu, Jul 14, 2011 at 1:52 PM, Siemback,

Re: How do I call JspC manually?

2014-09-01 Thread Konstantin Kolinko
2014-09-01 10:48 GMT+04:00 Aaron Lewis : > Hi, > > It looks like org.apache.jasper.JspC has a main() method defined, > So how should I call it to generate the desired .class file? 1) http://tomcat.apache.org/tomcat-8.0-doc/jasper-howto.html#Web_Application_Compilation 2) Generally, bin/tool-wrap