Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-14 Thread Anisha Karki
hi, i think you it would be better to follow this tutorial for the start. http://anupniroula.blogspot.com/ On Sat, Nov 12, 2011 at 7:08 AM, Cifer wrote: > this is the first time i post a question on mail list > i have googled for my question so much but still get no result > lastly , i find h

how to connect Oracle OHS with tomcat

2011-11-14 Thread Azeez Rahman
Hello, We are trying to connect our external facing Oracle Https Server (OHS) with Tomcat, running in another internal server. We are having problems to connect OHS and tomcat. We have tried to connect Tomcat using mod_proxy, mod_proxy_html & mod_jk. Also we don’t have the right module (mod_jk

Hosts Created in Tomcat 7 Host-Manager Don't Process JSP

2011-11-14 Thread Jordan Michaels
Running some tests with the Tomcat 7 Host-Manager and it appears as though hosts created via the Host Manager don't process JSP. In my tests, I created a "fred.com" test site with a root directory of "/www/fred.com/", and put a simple "hello world" index.jsp file in it. I then created the "fre

Re: tomcat manager/status question

2011-11-14 Thread Daniel Mikusa
Justin, Your "conf/tomcat-users.xml" looks fine to me. I copied and pasted it into a stock Tocmat 6.0.33 server on my machine and it worked fine. At this point, you might want to also post your "conf/server.xml" file. Dan On Mon, 2011-11-14 at 13:00 -0800, Justin Larose wrote: > Yes I have r

RE: Grabbing the user's info

2011-11-14 Thread Villalobos, Ricardo
> -Original Message- > From: Ilya Kazakevich [mailto:ilya.kazakev...@jetbrains.com] > Sent: Monday, November 14, 2011 1:27 PM > To: 'Tomcat Users List' > Subject: RE: Grabbing the user's info > > Hello, > > What do you call "network authentication" ? > > If you speak about windows domain

Re: tomcat manager/status question

2011-11-14 Thread Justin Larose
Yes I have restarted tomcat after editing this file: Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-3443 justin.lar...@nexweb.org From: Daniel Mikusa To: Tomcat Users List Date: 11/14/2011 02:32 PM Subject:Re: tomcat manage

RE: Cannot create JDBC driver tomcat-6.0.26

2011-11-14 Thread Propes, Barry L
And maybe use a different driver? Or ensure you have the correct one? Okay, I'm going to ignore your first report, then, since this one seems more plausible. > Caused by: java.lang.NullPointerException at > sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507) > at sun.jdbc.odbc.Jd

Re: tomcat manager/status question

2011-11-14 Thread Daniel Mikusa
Justin, What exactly do you have in your "conf/tomcat-users.xml" file? If you could include the contents of the file inline here, that would be helpful. Don't forget to redact passwords and other sensitive info. Dan On Mon, 2011-11-14 at 11:18 -0800, Justin Larose wrote: > Question: I upgr

Re: tomcat manager/status question

2011-11-14 Thread Thad Humphries
Did you restart Tomcat after changing/adding the tomcat-users.xml file? On Mon, Nov 14, 2011 at 2:18 PM, Justin Larose wrote: > Question: I upgraded my Tomcat version to 6.0 using the > apache-tomcat-6.0.33.exe file and I am trying to access the manager and the > status pages here: localhost:po

tomcat manager/status question

2011-11-14 Thread Justin Larose
Question: I upgraded my Tomcat version to 6.0 using the apache-tomcat-6.0.33.exe file and I am trying to access the manager and the status pages here: localhost:port\index.jsp I get to the default Tomcat page and select "status" and I get a login prompt. After entering the username and passwor

RE: Grabbing the user's info

2011-11-14 Thread Ilya Kazakevich
Hello, What do you call "network authentication" ? If you speak about windows domain (active directory) authentication you can use JNDIRealm (http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JNDIRealm) because AD has LDAP interface. Here are some examples: http://www.jspwiki.org/wiki/Act

Grabbing the user's info

2011-11-14 Thread Josh Gooding
Hey guys, Question. I'm developing an application that resides on a network. I wondered if (and how) there was a way to use the users network authentication as a valid authentication into this application? - Josh

Re: Session time out never takes place with ajax

2011-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sharon, On 11/10/11 3:11 AM, Sharon Prober (sprober) wrote: > I understand it is invoked before the filters, but after > completion it would arrive to the filter/servlet container anyway. > So what your saying is that if I build a valve and read infor

Re: Cannot create JDBC driver tomcat-6.0.26

2011-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micheal, On 11/14/11 9:17 AM, Michael Strupp wrote: > I'm using Tomcat 6.0.26 on Windows 7 and want to establish > database access with jdbc to a mysql-DB. There is another servlet > project running in the same tomcat using the same DB Connection and

Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/13/11 1:13 AM, Caldarale, Charles R wrote: >> From: Cifer [mailto:mantia...@gmail.com] Subject: Re: >> build.xml:2313: Compile failed; see the compiler error output for >> details > >> why must i use java6 to compile tomcat7 > > Because

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-14 Thread Tim Watts
On Mon, 2011-11-14 at 09:56 +0400, bas...@obninsk.com wrote: > > -Исходное сообщение- > From: Tim Watts > Sent: Monday, November 14, 2011 9:09 AM > To: Tomcat Users List > Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 > > On Mon, 2011-11-14 at 08:17 +0400, bas...

RE: mod_jk Avoid loadbalancing

2011-11-14 Thread Jeffrey Janner
Alexander - Can you give us a better idea of how you are deploying everthing? Perhaps a simple ASCII map showing how the systems are related? Jeff From: Alexander Diedler [mailto:adied...@tecracer.de] Sent: Monday, November 14, 2011 4:42 AM To: users@tomcat.apache.org Subject: mod_jk Avoid loadbal

Cannot create JDBC driver tomcat-6.0.26

2011-11-14 Thread Michael Strupp
Hello I'm using Tomcat 6.0.26 on Windows 7 and want to establish database access with jdbc to a mysql-DB. There is another servlet project running in the same tomcat using the same DB Connection and the access for this project runs fine. So I thought that it's good to access the db like in the

Tomcat 7, JAX-WS 2.2.5

2011-11-14 Thread Ivan
Dear All, We are running JAX-WS web-services using JAX-WS RI under tomcat. First we upgraded from Tomcat 5.5 to Tomcat 7 and everything was fine. Eventually, we decided to upgrade to the latest JAX-WS RI and went for 2.2.5 version. We faced a problem. Upon requests we started seeing exceptions f

mod_jk Avoid loadbalancing

2011-11-14 Thread Alexander Diedler
Hello It is possible in a three node TC 6.0 / TC7.0 Cluster to avoid the loadbalancing between these three nodes? We only need the session replication. The Loadbalancing with failover will be done by a Big-IP F5, so we don´t need a “double” balanced request, first time by the HW-balancer and se

Re: Adding SSL information into access log

2011-11-14 Thread Tapio Niemi
Hi! I already tried: pattern="%{SSL_CLIENT_M_SERIAL}r %h %l %u %t "%r" %s %b" on access log valce configuration, which caused server not to start That shouldn't have happened: Tomcat should start with the above log pattern. And it does; was some kind of temporary glitch which you get when you do

Problem in Load Balancing (AJP)

2011-11-14 Thread ali jan
Dear all we have deployed our university application in a cluster(did load balancing using AJP) using tomcat application servers and apache access sever. *Following is our apache httpd.conf configuration* ProxyPass / balancer://myCluster/ stickysession=JSESSIONID|jsessionid nofailover=On timeou