Re: Error 404 - The requested resource is not available

2017-01-13 Thread Christoph Nenning
> From: Torsten Krah > To: users@tomcat.apache.org, > Date: 13.01.2017 08:56 > Subject: Re: Error 404 - The requested resource is not available > > Am Donnerstag, den 12.01.2017, 13:38 -0600 schrieb fonsin2008 .: > > Here are the log files. > > What about fixing those NPE and enable debug/trac

Re: Error 404 - The requested resource is not available

2017-01-11 Thread Christoph Nenning
> From: "fonsin2008 ." > To: Tomcat Users List , > Date: 12.01.2017 07:19 > Subject: Re: Error 404 - The requested resource is not available > > Hi! > > The url is: http://somehost/evaluacion/login_formaLogin.action > > The problem is that it used to run without problems. > > 2017-01-11 19:50

Re: Error 500, restoring backup, GeoNode 2.4 to Geonode 2.4.1

2016-10-19 Thread Christoph Nenning
> From: "LEOPOLDO JAVIER NUNEZ DE SANTIAGO ." > To: users@tomcat.apache.org, > Date: 19.10.2016 18:35 > Subject: Error 500, restoring backup, GeoNode 2.4 to Geonode 2.4.1 > > Users Hello, my problem is related to an error in Tomcat 7 to update a > GeoNode gis system. > > Thanks for your support

RE: Getting a blank page in Tomcat 6.3

2016-10-07 Thread Christoph Nenning
> From: "Nagappan , Ganesh - IT- PLM - Bhuj" > To: Tomcat Users List , > Date: 06.10.2016 13:54 > Subject: RE: Getting a blank page in Tomcat 6.3 > > > > "-Original Message- > From: André Warnier (tomcat) [mailto:a...@ice-sa.com] > Sent: Thursday, October 06, 2016 4:28 PM > To: user

Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-06 Thread Christoph Nenning
> > Hi All, > > I wanted to check if their is a way to do CDI with Tomcat for 7x and 8x > version as per JEE spec ? > > I have a project for which I wanted to use CDI the way spring does it. > > Appreciate if someone can suggest something. > > > - Kiran Open Web Beans: http://openwebbeans.

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Christoph Nenning
> Hello everyone, > > I have a file xyz.txt that is specific to my web application which needs to > be located by my web application, and I wish to find that resource via > getClass().ClassLoader().getResource("xyz.txt") at runtime. The xyz.txt > file has no relation to any particular Java class

Re: jdbc check available database

2016-08-02 Thread Christoph Nenning
> Hello guys, > > I’ve SQL Server database with Tomcat 7 and, when I restart only database, > webapps on Tomcat didn’t works , it show me error to connect to database .. > > In webapp context I use jdbc driver for connect, so there is a kind of > method for retry to connect to database when it

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread Christoph Nenning
> > Probably the quickest : download these files, install them on your > server, and change the above links. > Like : create a sub-directory "/js" of your webapp, and install them there. > Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" > > Yes. It works. Thanks. > > It is

Re: Suggestions for deploying context.xml for different environments?

2016-07-07 Thread Christoph Nenning
> >> Hello. I am seeking some advice for the best ways to deploy Java web > >> applications to different Tomcat environments. > >> > >> In particular, my application requires that a JNDI resource be defined > >> for a database, where the database server address and credentials will > >> vary dep

Re: Suggestions for deploying context.xml for different environments?

2016-07-05 Thread Christoph Nenning
> Hello. I am seeking some advice for the best ways to deploy Java web > applications to different Tomcat environments. > > In particular, my application requires that a JNDI resource be defined > for a database, where the database server address and credentials will > vary depending on the en

Re: Remove Port from Https URL || SSL Port Issue || Important

2016-06-10 Thread Christoph Nenning
> > Hello Gurus, > > > > We are using Tomcat to serve our User Base (we are not using > Apache http Server but only Tomcat). We have recently enabled SSL in > our Project and everything runs just fine. We raised the CSR using > keytool, got the Certificates, So both of my below URLs work perfectl

Re: Adding Tomcat instances dynamically to Apache Load Balancer without restart

2016-04-07 Thread Christoph Nenning
> Hi All, > > Good Morning. > > I am working in a Cloud based project where I encounter Scale-in/ Scale out > of Tomcat instances. > We have Apache load balancer as well. The requirement is to dynamically add > any new Tomcat instances during scale out to Load balancer and remove > tomcat insta

Re: Symlinks to index JSP files.

2016-02-26 Thread Christoph Nenning
> > > Hi all, > > > I'm having some trouble with tomcat and symbolic links. I am working > > with > > > OSX and I use a local instance of Tomcat to do some testing before > > > deploying my site elsewhere. > > > > > > What I want to do: I'd like to create a small script which will stop > > > tomcat

Re: Symlinks to index JSP files.

2016-02-26 Thread Christoph Nenning
> Hi all, > I'm having some trouble with tomcat and symbolic links. I am working with > OSX and I use a local instance of Tomcat to do some testing before > deploying my site elsewhere. > > What I want to do: I'd like to create a small script which will stop > tomcat, clear out old deployment fol

Re: Is there a way for code running on Tomcat 7+ to determine the URL of the Web App it's running under?

2016-02-15 Thread Christoph Nenning
> > Perhaps I¹m naïve, but I was looking for a Tomcat provided > ³getCurrentURL > > ()² call, and assumed that nothing else could have that. :-) > > > > Thank you for the SecurityManager suggestion, I hadn¹t thought about > that. > > I¹ll look in to how much of a pain that is. > > > You can r

Re: Is there a way for code running on Tomcat 7+ to determine the URL of the Web App it's running under?

2016-02-15 Thread Christoph Nenning
> Perhaps I¹m naïve, but I was looking for a Tomcat provided ³getCurrentURL > ()² call, and assumed that nothing else could have that. :-) > > Thank you for the SecurityManager suggestion, I hadn¹t thought about that. > I¹ll look in to how much of a pain that is. You can rebuild the url with

Re: HTTP communication

2016-01-29 Thread Christoph Nenning
> I have a problem with my java application related to HTTP communication. > > Application description: > > 1. Client – server. Server is running in servlet container. We > use Tomcat. > > Client use java HTTP library to communicate with the server. > > 2. When client establish conne

Re: Installing APR based Apache Tomcat Native Library

2016-01-28 Thread Christoph Nenning
> Hello, > > tomcat version: 8.0.22 > java: jdk1.8.0_05 > server: Amazon Linux AMI > > When deploying my web application to my production environment (detailed > above), I get a message: > > > > *The APR based Apache Tomcat Native library which allows optimal > performance in production enviro

Re: Today's Tomcat 9 HTTP/2 webinar is now available on YouTube

2015-11-26 Thread Christoph Nenning
> All, > > As promised, today's webinar "Apache Tomcat 9: HTTP/2 Quick Start" is > now available on the Apache Tomcat YouTube channel: > > https://www.youtube.com/channel/UCpqpJ0-G1lYfUBQ6_36Au_g > > Mark > > >>> > >>> > >>> We run all our tomcats behin

Re: Today's Tomcat 9 HTTP/2 webinar is now available on YouTube

2015-11-26 Thread Christoph Nenning
> >> All, > >> > >> As promised, today's webinar "Apache Tomcat 9: HTTP/2 Quick Start" is > >> now available on the Apache Tomcat YouTube channel: > >> > >> https://www.youtube.com/channel/UCpqpJ0-G1lYfUBQ6_36Au_g > >> > >> Mark > >> > > > > > > We run all our tomcats behind reverse proxies. Woul

Re: Today's Tomcat 9 HTTP/2 webinar is now available on YouTube

2015-11-26 Thread Christoph Nenning
> All, > > As promised, today's webinar "Apache Tomcat 9: HTTP/2 Quick Start" is > now available on the Apache Tomcat YouTube channel: > > https://www.youtube.com/channel/UCpqpJ0-G1lYfUBQ6_36Au_g > > Mark > We run all our tomcats behind reverse proxies. Would be interesting how server push c

Re: Tomcat clustering for simplified config

2015-10-12 Thread Christoph Nenning
> I don't have a solution or advice to contribute, but I hope I can > spur along some more discussion on the issue. > > We struggle with the problem of pets versus cattle also. > > We have a farm of pets right now. > > Our team is still evaluating at what level in our infrastructure our > tom

Re: Tomcat clustering for simplified config

2015-10-12 Thread Christoph Nenning
Christopher, > >> Hi list, > >> > >> I just signed up to the list - please forgive any newb mistakes > >> but hopefully I'm following the right format, style and content. > >> > >> I currently work in a production environment with eight app > >> servers, all running the same version of Tomcat (c

Re: Tomcat clustering for simplified config

2015-10-07 Thread Christoph Nenning
> Hi list, > > I just signed up to the list - please forgive any newb mistakes but > hopefully I'm following the right format, style and content. > > I currently work in a production environment with eight app servers, > all running the same version of Tomcat (currently 7.0.62). Four > servers

Re: what's the Bootstrap? why when I stop it, and tomcat stop running too?

2015-09-24 Thread Christoph Nenning
> > I tried to generate dynamic check code by struts2. so, I used > > buffered image class and javax.imageio for a ByteInputstream in > > my Action. > > > > look like the function work fine. but strange thing is: every time > > when I access that dynamic check code action. system will be start

Re: CsrfPreventionFilter for REST

2015-09-17 Thread Christoph Nenning
Violeta, > > > Hello, > > > > > > ** ** > > > > > > *Background information:* > > > > > > We are trying to protect our RESTful > > > APIs > > > from > > > CSRF attack. > > > > > > The current Tomcat’s CSRF protection filter pr