Apache+Tomcat+AJP: failover error, expected?

2006-01-09 Thread Paul Smith
context: Apache 2.0.54, Tomcat 5.5.12, jk 1.2.15, ajp 1.3 I am observing something which I think I understand, but I want to make sure it is expected behaviour and not something I should attempt to try and fix. See config at the end of this email for more information. We have configured

Form based login with UTF8 and Tomcat

2006-01-09 Thread Joacim Turesson
Hi! First of all, I’m sorry for my empty mail. Now to my question. I have trouble with UTF-8 and form based login with Tomcat 5.5.12 together with Apache 2.0.55 using mod_jk 1.2.15. I have a struts based application that works fine with UTF-8, but the form based login using jdbc realm

RE: Tomcat IIS-redirector help

2006-01-09 Thread Fredrik Rubensson
> Curious though, I think you mentioned that you added the isapi filter to the web > sites container, on not the web site itself, is this correct? Yepp - I think you should be able to do it either way. If you want the filter to be active for all your web sites you can add it at the top level. T

Re: Concept for modeling hierarchical data

2006-01-09 Thread Nikola Milutinovic
Florian Lindner wrote: Hello, I'm searching for the best concept of how to use and save hierarchical data. I have a structure like PC file system with meta data. There a folder objects and files objects of different types. Every object have data like permissions, date and author. And they have

Error loop for R - Tomcat 3.3.1a

2006-01-09 Thread Siddhartha Mehta
I am currently working on a web application that uses Tomcat 4.1.27 and JDK 1.4.2_03. The same piece of code now needs to be supported on Tomcat 3.3.1 and JDK 1.4.2_08. I managed to get the classes, jsps coompile and built by modifying the ant script. In fact even the application runs perfect

JDBC Session Persistence in a cluster problem/question

2006-01-09 Thread Paul Smith
From: [EMAIL PROTECTED] Subject:JDBC Session persistence in a cluster problem/question Date: 10 January 2006 5:42:51 PM To: [EMAIL PROTECTED] [For context, Tomcat 5.5.12] Hello all, I'm having a bit of trouble understanding exactly what the

Re: How do I log to file jasper compile error messages?

2006-01-09 Thread Bill Barker
"Steven Peterson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am migrating from version 4.1 to 5.5 and am wrestling with the logging. >How do I get compile errors from jasper to go to a log file instead of the >console? I have set swallowOutput to true in the context config,

Re: AW: JSessionID

2006-01-09 Thread Bill Barker
"Jess Holle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Conveying servlet sessions by SSL session is clearly not required by the > spec, though... > > I'm not sure whether Tomcat supports this... > It doesn't (mostly because nobody has been interested enough to write the cod

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
> From: Thom Hehl [mailto:[EMAIL PROTECTED] > Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost > > Is there any documentation on configuring tomcat for optimum > performance? Probably not all in one place. For starters, Peter Lin has a pretty decent summary at: http://tomcat.

Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Thom Hehl
>>Properly configuring both Tomcat and the JVM is, of >>course, critical in obtaining optimum performance. Is there any documentation on configuring tomcat for optimum performance? Thanks. Caldarale, Charles R wrote: From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] Subject: RE: Apache + Tomc

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
> From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] > Subject: RE: Apache + Tomcat, Tomcat only handles JSP in localhost > > The reason I'm currently using Apache+Tomcat is that I had > heard that Tomcat was significantly slower at serving static > files (.css, .gif, .js, etc.). Is this no long

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Daniel Blumenthal
Chuck, > So, I repeat: What "full-fledged" features do you think are > missing from Tomcat? The reason I'm currently using Apache+Tomcat is that I had heard that Tomcat was significantly slower at serving static files (.css, .gif, .js, etc.). Is this no longer the case? Daniel -

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
> From: Sriram Narayanan [mailto:[EMAIL PROTECTED] > Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost > > The link he gave talks about how to have PHP etc along side Tomcat. PHP can be fairly easily used with Tomcat standalone: http://wiki.apache.org/tomcat/UsingPhp So, I repe

RE: Tomcat IIS-redirector help

2006-01-09 Thread Thomas Dickey
Thanks for the info Fredrik I also followed that documentation. I have checked the files that you mentioned, and have configured all registry settings, etc. Curious though, I think you mentioned that you added the isapi filter to the web sites container, on not the web site itself, is this co

RE: Tomcat IIS-redirector help

2006-01-09 Thread Fredrik Rubensson
Hi, > I had not added the DLL to the web services extension section until I read your > email, however I am still having the same problem. Can someone tell me how to > verify that I can execute /Jakarta/isapi_redirect.dll from my vhost? > (http://hostname/jakarta/isapi_redirect.dll) <---is this

RE: Tomcat IIS-redirector help

2006-01-09 Thread Thomas Dickey
Also, if my IIS server is hosting at http://hostname.domainname/ Then do I access the redirector using http://hostname.domainname/servletname/ Thanks again for all the help. Tom -Original Message- From: Thomas Dickey [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 3:37 P

RE: Tomcat IIS-redirector help

2006-01-09 Thread Thomas Dickey
Thanks for the help Mladen... I had not added the DLL to the web services extension section until I read your email, however I am still having the same problem. Can someone tell me how to verify that I can execute /Jakarta/isapi_redirect.dll from my vhost? (http://hostname/jakarta/isapi_redirect.d

Re: RequestDumperValve screws UTF-8 parameter parsing

2006-01-09 Thread Jess Holle
I've produced my own servlet filter to get around this -- which does not dump request parameters until *after* the request has completed. With almost no additional effort you can then add request elapsed time, etc, etc, to this. Mark Thomas wrote: Endre Stølsvik wrote: Enabling the Requ

apache mod_jk tomcat, 404 errors

2006-01-09 Thread David Isaacson
I'm trying to setup a site, and have apache serve up all of the static content, and having tomcat server all of the dynamic content. The static content is found on an nfs mount, and has a minimal directory sturcture where static content is found. The jsp code is found on the web server, and some

Re: RequestDumperValve screws UTF-8 parameter parsing

2006-01-09 Thread Mark Thomas
Endre Stølsvik wrote: > Enabling the RequestDumperValve in both 5.5.12 and 5.0.16 (!) messes up > the parsing of other-than-ISO-8859-1 incoming parameters. > > After using a rather huge bunch of hours, this came down as the result: > when this "debug valve" is turned on, it seems to default to ISO

RE: Tomcat 5.5.x and java 1.4.x

2006-01-09 Thread Akoulov, Alexandre [IT]
Thanks a lot, Chuck, for your replies. >But the real question is, why are you compiling Tomcat at all? I'd like to ensure that the code can be compiled without problems. This involves downloading all the libraries required by the compilation process, etc. Once tomcat is compiled and tested it i

Re: Tomcat not relinquishing control of Jars.

2006-01-09 Thread Sriram Narayanan
On 1/10/06, Zach Moazeni <[EMAIL PROTECTED]> wrote: > I tried both attributes, which worked however the server doesn't detect > new pages like it used to. (If you update a jsp, it continues using the > cached version) > This is a documented bug according to http://tomcat.apache.org/tomcat-5.5-doc/

RequestDumperValve screws UTF-8 parameter parsing

2006-01-09 Thread Endre Stølsvik
Enabling the RequestDumperValve in both 5.5.12 and 5.0.16 (!) messes up the parsing of other-than-ISO-8859-1 incoming parameters. After using a rather huge bunch of hours, this came down as the result: when this "debug valve" is turned on, it seems to default to ISO-8859-1 when it parses and l

Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Sriram Narayanan
On 1/10/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > For curiosity's sake, what "full-fledged" features do you think are > missing from Tomcat? > The link he gave talks about how to have PHP etc along side Tomcat. -- Sriram -

Concept for modeling hierarchical data

2006-01-09 Thread Florian Lindner
Hello, I'm searching for the best concept of how to use and save hierarchical data. I have a structure like PC file system with meta data. There a folder objects and files objects of different types. Every object have data like permissions, date and author. And they have type-specific data fields

Tomcat JNDI and LDAP TLS ?

2006-01-09 Thread FM
Hello, is it possible to use jndi (ldap) + tls in server.xml ? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Single Thread is deprecated?

2006-01-09 Thread Michael Echerer
George Sexton wrote: >>-Original Message- >>From: Duan, Nick [mailto:[EMAIL PROTECTED] >>HttpSession should be implemented (it's just an interface). In fact, >>the session attributes were implemented as a Hashtable in >>tomcat, not a >>Hashmap (just double checked the latest 5.5.15 src o

Re: Tomcat not relinquishing control of Jars.

2006-01-09 Thread Brian O'Rourke
Hello again Zach, As the documentation notes, antiResourceLocking will prevent JSP reloading on a running server. If jar locking is your only problem, you should be able to just use antiJARLocking. http://tomcat.apache.org/tomcat-5.5-doc/config/context.html -Brian O'Rourke On 1/9/06, Zach Moaz

Re: forwarding JDOM-Objects

2006-01-09 Thread Sriram Narayanan
On 1/9/06, Christian Stalp <[EMAIL PROTECTED]> wrote: > Hello again, sorry for my late answer to this thread. > > I desided to forward the JDOM-Object via tge servelt-context. > This solution wrote me Frode Halvorsen of the jdom-interest mailling list. > > He wrote: > > >Hello. > > > >Why don't you

RE: JasperException: No tag "xhtml" defined in tag library associated with uri "urn:jsptagdir:/WEB-INF/tags

2006-01-09 Thread Fredrik Rubensson
Hi, I don't know anything about this xtags taglib you seem to be using so just take the following comments for what they are > org.apache.jasper.JasperException: No tag "xhtml" defined in tag library > associated with uri "urn:jsptagdir:/WEB-INF/tags" I would say this means that we are mi

Re: Question regarding tomcat class path handling

2006-01-09 Thread Oded Arbel
> On 1/10/06, Oded Arbel <[EMAIL PROTECTED]> wrote: > >> >> An optimal setup for me, I think, is: >> - for each application to put the 3rd party dependencies in WEB-INF/lib >> (I'm using JPackage's build-jar-repository, which I auto invoke from >> the ant script, so its even automatic). > > I thoug

RE: Single Thread is deprecated?

2006-01-09 Thread Wade Chandler
--- Wade Chandler <[EMAIL PROTECTED]> wrote: > --- "Duan, Nick" <[EMAIL PROTECTED]> wrote: > > > Well, when I was mentioning the term user session, > I > > was discussing from > > a threading/transaction perspective, not from the > > servlet object > > perspective. It is the worker thread that >

Re: Tomcat IIS-redirector help

2006-01-09 Thread Mladen Turk
Thomas Dickey wrote: I hate to sound ignorant, but did I post my message to the wrong email list? No. [Thu Jan 05 14:49:50 2006] [4972:3800] [debug] jk_isapi_plugin.c (863): [/bacworth/] is a servlet url - should redirect to bacworth That's OK. Means that you've correctly set the mount po

RE: Single Thread is deprecated?

2006-01-09 Thread Wade Chandler
--- "Duan, Nick" <[EMAIL PROTECTED]> wrote: > Well, when I was mentioning the term user session, I > was discussing from > a threading/transaction perspective, not from the > servlet object > perspective. It is the worker thread that > represents a active user > session and accesses both the sess

RE: Tomcat IIS-redirector help

2006-01-09 Thread Thomas Dickey
I hate to sound ignorant, but did I post my message to the wrong email list? -Original Message- From: Thomas Dickey [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 9:32 AM To: users@tomcat.apache.org Subject: Tomcat IIS-redirector help I apologize for the length of this email..

Re: Tomcat5 and LDAP authentication

2006-01-09 Thread Pulkit Singhal
Hello, > However, if we enter in a > correct username/password combination, it binds correctly, however it just > hangs there as if it were awaiting response. The LDAP logs indicate that > it did successfully bind correctly with the username/password combination, > but no search was performed. >

Re: Question regarding tomcat class path handling

2006-01-09 Thread Sriram Narayanan
On 1/10/06, Oded Arbel <[EMAIL PROTECTED]> wrote: > > An optimal setup for me, I think, is: > - for each application to put the 3rd party dependencies in WEB-INF/lib > (I'm using JPackage's build-jar-repository, which I auto invoke from > the ant script, so its even automatic). I thought you said

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
> From: Nelson Maisonet [mailto:[EMAIL PROTECTED] > Subject: Apache + Tomcat, Tomcat only handles JSP in localhost > > Background: I ran the tomcat server by itself for quite some > time without any problems, but now I need the functionality of > a full-fledged http server so I'm adding apache a

Re: Question regarding tomcat class path handling

2006-01-09 Thread Oded Arbel
On Monday, 9 בJanuary 2006 21:34, Boris Unckel wrote: > > But then, if the API library calls a 3rd party library, that > > library can't be put in WEB-INF/lib either - it has to be put in > > the tomcat's startup classpath as well. > > Ok. I will repeat to ensure I understand it: > You have a devel

Re: Tomcat not relinquishing control of Jars.

2006-01-09 Thread Zach Moazeni
I tried both attributes, which worked however the server doesn't detect new pages like it used to. (If you update a jsp, it continues using the cached version) -Zach Brian O'Rourke wrote: On 1/5/06, Zach Moazeni <[EMAIL PROTECTED]> wrote: Hello, I'm currently on a project using JSF, Sprin

RE: AW: JSessionID

2006-01-09 Thread Duan, Nick
Tomcat handles user sessions (HttpSession) separately from SSL session. In other words, JSessionID is being generated independently from SSL. There is no relationship between an SSL session and the user session at the application level. You still have to use the same JSessionID (either implemented

Re: Question regarding tomcat class path handling

2006-01-09 Thread Boris Unckel
> But then, if the API library calls a 3rd party library, that library > can't be put in WEB-INF/lib either - it has to be put in the tomcat's > startup classpath as well. Ok. I will repeat to ensure I understand it: You have a development system where you do not want to jar for each test of your

RE: Single Thread is deprecated?

2006-01-09 Thread George Sexton
> -Original Message- > From: Duan, Nick [mailto:[EMAIL PROTECTED] > Sent: Monday, January 09, 2006 11:41 AM > To: Tomcat Users List > Subject: RE: Single Thread is deprecated? > > HttpSession should be implemented (it's just an interface). In fact, > the session attributes were implem

Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Oded Arbel
On Monday, 9 בJanuary 2006 20:28, Nelson Maisonet wrote: > Problem: Everything works perfectly when accessing through localhost. > However, when I try to go through the net (domain name), instead of > displaying the website created in .jsp it simply displays the code. > > Background: I ran the tomc

RE: Single Thread is deprecated?

2006-01-09 Thread Duan, Nick
Well, when I was mentioning the term user session, I was discussing from a threading/transaction perspective, not from the servlet object perspective. It is the worker thread that represents a active user session and accesses both the session and the servlet object (if we want to be precise). Chu

Re: forwarding JDOM-Objects

2006-01-09 Thread Christian Stalp
Hello again, sorry for my late answer to this thread. I desided to forward the JDOM-Object via tge servelt-context. This solution wrote me Frode Halvorsen of the jdom-interest mailling list. He wrote: Hello. Why don't you put it as an attribute to the servletcontext. Since both revlets runs i

Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Nelson Maisonet
Ok, first email in this listserv so please forgive me if I forget anything. Problem: Everything works perfectly when accessing through localhost. However, when I try to go through the net (domain name), instead of displaying the website created in .jsp it simply displays the code. Background:

Re: Question regarding tomcat class path handling

2006-01-09 Thread Oded Arbel
On Monday, 9 בJanuary 2006 20:02, Boris Unckel wrote: > > The way I see it, I have two options - either put all the 3rd party > > libraries back in the JVM classpath, or build jars from my locally > > developed libraries and copy them by hand to the web applications' > > folder. I don't like either

Re: Question regarding tomcat class path handling

2006-01-09 Thread Boris Unckel
> The way I see it, I have two options - either put all the 3rd party > libraries back in the JVM classpath, or build jars from my locally > developed libraries and copy them by hand to the web applications' > folder. I don't like either option, and I would really like a third one > - something

Question regarding tomcat class path handling

2006-01-09 Thread Oded Arbel
I have a development server where I have several java projects - some of them are web applications and some of them are libraries or other applications. I have a problem as some of the web applications are using libraries developed outside the web application root, and those libraries sometim

NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-01-09 Thread Ori
I am using an Eclipse plugin for my development environment. Instead of copying dependant classes and jars to WEB-INF after every change, the plugin includes an optional DevLoader class that extends org.apache.catalina.loader.WebappLoader, overrides start()., and adds the appropriate repositori

Re: How to get Novell Id in Tomcat/Java

2006-01-09 Thread Ritchie Gillam
To be even more clearly the DB username and password to connect to the DB is coded in the context.xml file. Ritchie >>> [EMAIL PROTECTED] 09/01/2006 12:20 pm >>> You can't unless they have authenticated to the web app, you do not know who they are. So, which is it then: "We are not doing an

Re: How to get Novell Id in Tomcat/Java

2006-01-09 Thread Ritchie Gillam
Sorry, in the Context tag we are connecting to the Database to get the Employee Phone Directory information but we are not authenicating using the web application itself. Sorry for the confusion. Ritchie >>> [EMAIL PROTECTED] 09/01/2006 12:20 pm >>> You can't unless they have authenticat

Tomcat IIS-redirector help

2006-01-09 Thread Thomas Dickey
I apologize for the length of this email.. I recently installed Tomcat V5.5 on my windows 2003 Server machine with IIS 6.0. I'm trying to use the redirector to direct content from a host IIS webserver, to the Tomcat processor (again, these are on the same machine). I have been unable to get it

JasperException: No tag "xhtml" defined in tag library associated with uri "urn:jsptagdir:/WEB-INF/tags

2006-01-09 Thread Andrew Brock
Hi, I am trying to support an existing web site in jspx. I have setup Tomcat on a Windows server as a test environment before I deploy my changes. However I cannot open the index page. I get this error and I am not sure how to fix it http://localhost:8080/viewscast/index.jspx: HTTP Status

Re: AW: JSessionID

2006-01-09 Thread Jess Holle
Conveying servlet sessions by SSL session is clearly not required by the spec, though... I'm not sure whether Tomcat supports this... Bernhard Slominski wrote: Hi, I just looked it up in the spec and there is a 3rd one as well: SSL Sessions From the Servlet spec: "SRV.7.1 Session Trackin

AW: JSessionID

2006-01-09 Thread Bernhard Slominski
Hi, I just looked it up in the spec and there is a 3rd one as well: SSL Sessions >From the Servlet spec: "SRV.7.1 Session Tracking Mechanisms The following sections describe approaches to tracking a user's sessions SRV.7.1.1 Cookies Session tracking through HTTP cookies is the most used session

RE: JSessionID

2006-01-09 Thread Caldarale, Charles R
> From: Jason Oullette [mailto:[EMAIL PROTECTED] > Subject: JSessionID > > How does tomcat decide if the JSessionID will be put in a > cookie or in the post header(url rewriting)? Look at the cookies attribute of the tag: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html > Are these

Re: How to get Novell Id in Tomcat/Java

2006-01-09 Thread Larry Meadors
You can't unless they have authenticated to the web app, you do not know who they are. So, which is it then: "We are not doing any kind of authentication since this is running on the Intranet and all employees have access to this application." or "Oracle 9i DB User authenication"? I am confused..

catalina.policy configuration problem

2006-01-09 Thread Gaël Lams
Hi all, I want to start Tomcat using the security manager I've an application that needs to have access to a folder outside the web applications folder (which is /opt/jakarta/tomcat/webapps). I added the following lines to the catalina.policy file: // Permissions granted to access /var/opt/jaka

RE: Tomcat 5.0 issues

2006-01-09 Thread Caldarale, Charles R
> From: Javed Iqbal [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.0 issues > > Many times my application on Tomcat gives outofmemory > exception error and application slow. > > JVM > Free memory: 18.84 MB Total memory: 63.09 MB Max memory: 63.56 MB As you can see, you're only using 64 MB for y

Re: How to create EXE in java

2006-01-09 Thread Kevin Passey
I use EXE4J from ej-technologies - you can build applications and even supply your copy of the jvm all wrapped up in an exe. Gives you a splash screen and options to search for a jvm - I like it anyway. KP - Original Message - From: "kavallappa chiru" <[EMAIL PROTECTED]> To: Sent:

Re: Tomcat5 and LDAP authentication

2006-01-09 Thread Derrick
Nobody? On 1/6/06, Derrick Woo <[EMAIL PROTECTED]> wrote: > > I'm having a bit of a tough time getting Tomcat5 to authenticate correctly > to our LDAP server. It connects using the service account, and then > attempts to bind using the username and password entered at the login page > to confirm

RE: How to set a charset

2006-01-09 Thread Caldarale, Charles R
> From: Stephen Caine [mailto:[EMAIL PROTECTED] > Subject: How to set a charset > > We have tracked down the cause of our encoding problem to an > apparent bug in the Jakarta Response Tag Library. > > By the way, this library has been deprecated, do you know what > library has replaced its funct

RE: Deploying unpacked war file

2006-01-09 Thread Caldarale, Charles R
> From: Charl Gerber [mailto:[EMAIL PROTECTED] > Subject: Re: Deploying unpacked war file > > Where can I get a reference of all the possible > attributes I can set? The Tomcat doc lists all the attributes for . See: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html > Must the war be

Mailer1.1 taglib fails on Tomcat 5.x

2006-01-09 Thread Kevin Passey
Hi, I have written a small JSP which basically sends me and a couple of other people e-mails when a form is submitted from our website - this has and still is running quite happily on Tomcat 4.x. However on 5.x it fails with a syntax error in the log - the question is quite simple - are these

How to get Novell Id in Tomcat/Java

2006-01-09 Thread Ritchie Gillam
I have already searched the archives but have found nothing related to my problem. I have a Phone Directory Java Application running on our Intranet. If a user requires a change to their Phone record or someone else they send an email to our Call Centre requesting the change. How can I get

Re: Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Etienne Giraudy
You will find an answer on OTN ( http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html). * classes12 packages are for use with JDK 1.2 & 1.3 * ojdbc14 packages are for use with JDK 1.4 & 1.5 Etienne On 1/9/06, Tomas <[EMAIL PROTECTED]> wrote: > > > My first question is : can we

RE: Tomcat 5.5.x and java 1.4.x

2006-01-09 Thread Caldarale, Charles R
> From: Akoulov, Alexandre [IT] > [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.x and java 1.4.x > > now I am trying to compile Tomcat5.5.12 with java 1.4.2_10 > and getting the following error: Your compile-time classpath still refers to packages built with 1.5 - these did not come from

RE: Tomcat 5.5.x and java 1.4.x

2006-01-09 Thread Caldarale, Charles R
> From: Akoulov, Alexandre [IT] > [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.x and java 1.4.x > > My question is: was Tomcat 5.5.12 binary version that can be > downloaded from > http://tomcat.apache.org/download-55.cgi#5.5.12 compiled with > java 1.4? Of course - otherwise it couldn't

Re: problem solved (was: tomcat 5.5.9 caching ldap dns information)

2006-01-09 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 James Black wrote: | I am curious if indeed this version of tomcat would cache dns information. ~ I found out that the jvm caches, by default, indefinately. ~ So, we just need to set the value in java.security. - -- "Love is mutual self-givi

Re: jsp cannont find my bean class

2006-01-09 Thread Dwayne A. Ghant
You got the right idea. Now just place the bean into your "/WEF-INF/classes/com/mybean" directory and you should be fine. Just to be safe make sure you JSP page recompiles. marju jalloh wrote: I don`t know what is going wrong I place my compiled bean in /WEF-INF/classes/com and my jsp

RE: jsp cannont find my bean class

2006-01-09 Thread Charl Gerber
Is com.mybean the class or the package? If the class, you are encouraged to name the class with a capital letter, ie: com.MyBean or com.Mybean. Did you import the class at the top of the jsp? <[EMAIL PROTECTED] import="com.MyBean" %> --- marju jalloh <[EMAIL PROTECTED]> wrote: > I don`t know w

RE: jsp cannont find my bean class

2006-01-09 Thread marju jalloh
I don`t know what is going wrong I place my compiled bean in /WEF-INF/classes/com and my jsp file in and my path is when access I got two error 1. javax.servlet.ServletException: com/mybean (wrong name: mybean 2. java.lang.NoClassDefFoundError: com/mybean (wrong name: myb

Re: Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Jess Holle
Farid Izem wrote: My Second question is : does the ojdbc14.jar will be support for jsdk1.5 and where can i download it ? ojdbc14.jar works fine under Java 5 -- it is for Java 1.4 /and higher/ as I understand it.

RE: jsp cannont find my bean class

2006-01-09 Thread Fredrik Rubensson
Hi, > Where to place the jsp file? It can be in any directory under you webapp. Typically you place it in the root directory of your app. So if your app is called "mygoodapp" the jsp can be placed in /webapps/mygoodapp/ or any subdirectory. If it is called jsppage.jsp you can access it with ht

asynchronous vs fastasyncqueue

2006-01-09 Thread Mark Hagger
Hi, I'm a little confused as to the difference between the asynchronous and fastasyncqueue cluster replication types. We're currently using asynchronous, our application only really needs replication to minimise the impact on users if a server dies, ie its not a hard requirement, I certainly don'

JSessionID

2006-01-09 Thread Jason Oullette
How does tomcat decide if the JSessionID will be put in a cookie or in the post header(url rewriting)? Are these the only two ways the JSessionID is passed around? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

mod_jk 1.2.15 logging errors

2006-01-09 Thread Fictorie, H (kpn.com opr development)
Hi, Environment: SPARC - Solaris 8 Apache 2.0.55 mod_jk 1.2.15 I have configured mod_jk to log requests with the configuration option: JkLogFile "|/usr/local/apache2/bin/cronolog /afs2/logs/apache2/%Y/%m/%d/mod_jk.80.log" JkRequestLogFormat "%w %r %s %T" When the server gets busy, eve

Re: jsp cannont find my bean class

2006-01-09 Thread marju jalloh
I understand what you mean but where the jsp file should be Edoardo Panfili <[EMAIL PROTECTED]> wrote: marju jalloh ha scritto: > Hi everyone > I`m using Tomcat 4.1.* on Linux .All my servlet and jsp work fine including > the interaction with mysql database. > > Now I want to test a simp

Re: jsp cannont find my bean class

2006-01-09 Thread Edoardo Panfili
marju jalloh ha scritto: > Hi everyone > I`m using Tomcat 4.1.* on Linux .All my servlet and jsp work fine including > the interaction with mysql database. > > Now I want to test a simple Bean but my jsp cannont find the Bean. > Where to place the jsp file? > How to direct the jsp file

Re: jsp cannont find my bean class

2006-01-09 Thread Tim Funk
http://tomcat.apache.org/faq/classnotfound.html See "Don't use packageless classes and declare all imported classes" -Tim marju jalloh wrote: Hi everyone I`m using Tomcat 4.1.* on Linux .All my servlet and jsp work fine including the interaction with mysql database. Now I want to te

re: tomcat 5.5.9 caching ldap dns information

2006-01-09 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I am curious if indeed this version of tomcat would cache dns information. What happened is that we have a cname pointing to our ldap directory. The cname was changed to point to the backup, and the primary was shut down. None of the applicatio

jsp cannont find my bean class

2006-01-09 Thread marju jalloh
Hi everyone I`m using Tomcat 4.1.* on Linux .All my servlet and jsp work fine including the interaction with mysql database. Now I want to test a simple Bean but my jsp cannont find the Bean. Where to place the jsp file? How to direct the jsp file where to find the bean? I used

RE: [SPAM] - Avoid duplication of database settings - Number of numbers in MIME From exceeds maximum threshold

2006-01-09 Thread Fredrik Rubensson
Hi, > I have an application consisting of a web application and some stand alone java > clients. Both the web application and the java clients use a database. The > problem is that the database configuration is duplicated. > > When I change the database settings, I have to reconfigure both the w

Re: Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Tomas
> My first question is : can we use jsdk 1.4 in place of jsdk1.5 ? Have you checked out "JDK 1.4 Compatability Package", http://tomcat.apache.org/download-55.cgi? -Tomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Farid Izem
Hi all, i need to install Tomcat 5.5.12 based on jsdk 1.5. At this point, no problem. I need to add Oracle Driver. I planned to use ojdbc14.jar But i think this driver is only support for previous release of jsdk (1.4, 1.3, 1.2 etc). My first question is : can we use jsdk 1.4 in place of jsdk1.5

Avoid duplication of database settings

2006-01-09 Thread Tomas
Hi, I have an application consisting of a web application and some stand alone java clients. Both the web application and the java clients use a database. The problem is that the database configuration is duplicated. When I change the database settings, I have to reconfigure both the webapp (META