Re: what is catalina?..

2003-01-31 Thread Mr. Cristian Romanescu
NO! You are completely wrong! ...Catalina is actually a beautiful princess with big blue eyes...and...blonde...hair...sitting there in your box all alone, forced to listen all the cr*p played by the TCP radio, more commonly on 8080MHz, (some high skilled actually succeed to accord it

Re: jsp:setProperty

2003-01-31 Thread Mr. Cristian Romanescu
You should put your scope request, not session. this is an example: = jsp:useBean id=formBean class=a.class.named. scope=request jsp:setProperty name=formBean property=*/ /jsp:useBean = At 03:40 PM 1/30/2005 +0800, you wrote: I am trying to use the directive

installing xindice1.1 from cvs

2003-01-31 Thread Pilar Tejero Ordóñez
Please, I am installing xindice1.1 from cvs, Could anybody tell me what it's happening? My configuration is as follows: xml-xindice from cvs (fresh download 1/29/03) Tomcat version 4.1.18 Java JDK version java1.3 Installation steps: 1. Login to Apache public CVS: cvs -d :pserver:[EMAIL

Betr.: FreeBSD, JK2, Tomcat 4.1, Apache 2.0.44

2003-01-31 Thread Jacco Braat
Hi, try rebuilding Apache from the ports with the -DWITH_THREADS option Jacco. [EMAIL PROTECTED] 31-1-2003 0:05:05 Hi, could someone please point me to a reference on how to make these three work neatly together? Apache 2.0.44 is nice up and running on FreeBSD 4.7, and even Tomcat makes its

RE: Possible too switch off tcp/ip server shutdown?

2003-01-31 Thread Daniel Brown
The code to implement the shutdown process (at least in 4.0.6) is in org.apache.catalina.core.StandardServer You modify the await() method to implement the security mechanism you need. Currently, it accepts connections on localhost to port 8005, and waits until it can read the magic word

Re: Betr.: FreeBSD, JK2, Tomcat 4.1, Apache 2.0.44

2003-01-31 Thread Rasputin
* Jacco Braat [EMAIL PROTECTED] [0122 09:22]: Hi, try rebuilding Apache from the ports with the -DWITH_THREADS option Jacco. [EMAIL PROTECTED] 31-1-2003 0:05:05 Hi, could someone please point me to a reference on how to make these three work neatly together? Apache 2.0.44 is nice up and

RE: JDBC loop problem tomcat 4.1.18

2003-01-31 Thread Cristian Draghici
Hello all, I'm replying to my own message. Seems that switching to jdk 1.3 makes the problem dissapear. So j2sdk1.4.1.01 does not work with tomcat 4.1.18 for JDBC access (at least for me on Linux 2.4 kernels) Cheers c -Original Message- From: Cristian Draghici [mailto:[EMAIL

100% CPU Usage

2003-01-31 Thread Hrishikesh . Kamat
Hi We have a application that send request to the server approximtely every 1 second. Considering that 2 connectios are made to the server and 1 request ever 1 second from 2 users its around 2 request every second work well for couple of hours. But it seems the GC is never called. After

Ant redeploy, Apache (mod_webapp) Tomcat 4.1

2003-01-31 Thread Morgan Pyne
Hi all, Is anybody on this list using Ant to redeploy war files to an Apache(mod_webapp)-Tomcat setup? I have several servlets already deployed, configured, and working correctly on the following setup: Apache (1.3.26), mod_webapp (machine 1) Tomcat 4.1.12 (machine 2) The redeployment seems

RE: 100% CPU Usage

2003-01-31 Thread Mike Bachrynowski
It depends on how you create the request. If every request creates a new session and you are not explicitly killing the sessions and the session time-out is set to 15 minutes then memory will disappear. We had affliates using robots to retrieve up to date availability and rate information.

Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
I am having trouble setting the encoding to UTF-8 and hence my web pages are unable to render characters like the Trademark or Copyright symbols. In Tomcat's source at various places teh character encoding is hard-coded to be ISO-8859-1. I have tried to use the filter in the examples to set the

Re: Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
I forgot to paste my code which is there at the bottom now. I am having trouble setting the encoding to UTF-8 and hence my web pages are unable to render characters like the Trademark or Copyright symbols. In Tomcat's source at various places teh character encoding is hard-coded to be

tomcat, tyrex and mysql

2003-01-31 Thread emiliano albiani
HI, I'm trying configuring tyrex in my tomcat installation to use MySql xa driver. I did it as described in tomcat documentation: http://jakarta.apache.org/tomcat/to...les-howto.html, http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html, but something is going

Re: Setting UTF-8 Encoding

2003-01-31 Thread Masood Ahmed
Have you tried setting the locale directly on the request object? See if that helps. What version of tomcat are you using? thanks, -Masood --- Affan Qureshi [EMAIL PROTECTED] wrote: I forgot to paste my code which is there at the bottom now. I am having trouble setting the encoding to

openLDAP and Tomcat configuration problem

2003-01-31 Thread Jones Scott - sjones
I am trying to get tomcat talking to openLDAP. I can not get the user authenticated below I have listed the realm config, the ldif file. 1. can anyone see a problem with my config. I see the traffic on the openLDAP side and it is reading the userPassword attribute, the tomcat log has

Re: Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
Locale object is set to to en_US by default. And I am using Tomcat 4.1.18 on Win2K. i have also tried the same on SunSOLARIS and Linux. If I use servlets instead of JSP it works fine and output the characters as required. But i guess its the JSPWriter that does something which shows teh question

RE: Setting UTF-8 Encoding

2003-01-31 Thread Daniel Brown
Affan, The encoding is set just fine. If I copy and paste your JSP, and run it here, I get the following as the content type in the HTTP headers: Content-Type: text/html; charset=UTF-8 You're seeing empty squares where you'd expect characters for a couple of reasons: The Unicode escape for

RE: Help: invalid web.xml

2003-01-31 Thread Turner, John
The document you should follow is the web.xml DTD itself. That's the bible. John -Original Message- From: Rob Cartier [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:59 PM To: [EMAIL PROTECTED] Subject: Help: invalid web.xml I am having a tough time trying to

Re: Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
Thanks for your help. Affan, The encoding is set just fine. If I copy and paste your JSP, and run it here, I get the following as the content type in the HTTP headers: Content-Type: text/html; charset=UTF-8 You're seeing empty squares where you'd expect characters for a couple of

RE: Setting UTF-8 Encoding

2003-01-31 Thread Ralph Einfeldt
You have in your mind that there are several levels where there can happen mischief with international characters. - Generating java for the jsp You can verify this by a look at the generated source in the work directory. Do they look like you expect? - Compiling the generated java I don't

Re: Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
I am sorry. It has something to do with struts. Coz if I place my JSP in examples or tomcat-docs it works fine. Somehow Struts is messing things up. Or i havent configured things properly. Affan - Original Message - From: Daniel Brown [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

instantiating thru reflection (ot)

2003-01-31 Thread Felipe Schnack
Let's consider the following scenario: I have an abstract class, and all its subclasses will be singletons. And I would like to have a static constructor in this abstract class, that would instantiate the Singleton's unique instance. How can I do that? I imagine that I should use reflection

debugging help

2003-01-31 Thread Geoff Peters
I am trying to configure a new realm for MySQL, and I am finding debuggin problems at this point is next to impossible and very frustrating. When I try to start Tomcat, the console window pops up for a second, an exception message is thrown and the window closes before I can read it. The log

RE: debugging help

2003-01-31 Thread Barney Hamish
Try running tomcat as a service rather than from the command line directly that way all stdout should be redirected to your logs. Hamish -Original Message- From: Geoff Peters [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 2:52 PM To: [EMAIL PROTECTED] Subject: debugging

RE: debugging help

2003-01-31 Thread Turner, John
Better yet, don't use startup.bat. Open up a command window, and use: catalina.bat start This will pop up another window, where all of Tomcat's startup messages will be displayed. John -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003

RE: debugging help

2003-01-31 Thread Raible, Matt
Here's an Ant task that can be very helpful in these situations: target name=start.tomcat java classname=org.apache.catalina.startup.Bootstrap fork=yes jvmarg value=-Dcatalina.home=${tomcat.home}/ arg value=start/ classpath fileset

RE: 100% CPU Usage

2003-01-31 Thread Shapira, Yoav
Howdy, There's not nearly enough information here for anyone to help you ;( It depends on what your application does, and how it does it. How do you know GC is never called? How do you know it's not your app spinning somewhere in a deadlock, raising CPU usage? Do you get any errors in any

RE: debugging help

2003-01-31 Thread Geoff Peters
YESSS!!! thanks Matt, that did exactly what I wanted to, showed me it was a driver exception, the window stayed open. John - I tried your idea and the window still closed imediately after the exception. Hamish - When I actually get it running again I am going to install it as a service!!

RE: Do something after the webapp starts

2003-01-31 Thread Shapira, Yoav
Howdy, Q1. Does tomcat serve any requests before ServletContextListener.contextInitialized finishes execution? Not for the context of that listener. Requests to that contexts are only served after the contextInitialize() method is fired. Q2.Is it correct to say that the application has fully

RE: debugging help

2003-01-31 Thread Robert Priest
the following is the help from 4.1.6, but I believe it still stands, correct? You could use catalina run as the command to start tomcat in the current window. Usage: catalina ( commands ... ) commands: debug Start Catalina in a debugger debug -security Debug Catalina with a

RE: debugging help

2003-01-31 Thread Turner, John
Strange...stays open for me on Windows 2000 Pro. Oh well. John -Original Message- From: Geoff Peters [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:16 AM To: Tomcat Users List Subject: RE: debugging help YESSS!!! thanks Matt, that did exactly what I wanted to,

mod_jk2 and client certificates

2003-01-31 Thread Robert Dana
Does anyone out there have any experience with reading client certificate information via mod_jk2? There is a wealth (well, relatively speaking) of documentation available for doing this with mod_jk (e.g. http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-ssl-howto.html#s5) but it does

RE: debugging help

2003-01-31 Thread Raible, Matt
Good tip Robert (much easier). Thanks! -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 7:10 AM To: 'Tomcat Users List' Subject: RE: debugging help the following is the help from 4.1.6, but I believe it still stands, correct?

RE: 100% CPU Usage

2003-01-31 Thread Peter Lin
I would suggest running your application with -Xloggc or -Xprof. This will tell you want is going on from a memory and cpu perspective. once you have that information, it will be easier to diagnose the problem. Your other option is to use something like OptimizeIt to profile the webapp. Most

Problems requiring restart of Tomcat

2003-01-31 Thread Kenny G. Dubuisson, Jr.
Hi all. I have a couple of issues I'd like to see if I could get some help with. 1) Tomcat restarting issue - I'm running Tomcat 4.0.4 on RedHat Linux 7.3. I was wondering why I'm allowed to start Tomcat multiple times. If I do a tomcat start followed by the same line again, Tomcat seems to

help me..plz...win32 error

2003-01-31 Thread puneet sachar
kindly help me... when i try to run an exe file frm java application it gives me error that its not a valid win32 file... and same time when i run it ...frm my desktop its giveing me error...the fle is perfect ok and ruuning at my home... plz..revert me back.on this.. also i need appsstd.olb

Re: HTTP 500 - No Context configured- progress

2003-01-31 Thread pcampaigne
I had stand alone Tomcat4 working (examples) but need to re-install after a botched postgresql install. Now I'm back to HTTP 500 - No Context configured. Check all docs but stuck Here are my installation steps: Red Hat 8.0 Postgresql 7.3.1 rpm IBMJava2-SDK-131 rpm Add IBMJava2-131/bin and jre/bin

Re: Do something after the webapp starts

2003-01-31 Thread Jacob Kjome
At 10:33 PM 1/30/2003 -0800, you wrote: I want to do some[1] processing after my web application finishes starting completely, but before any servlet requests arrive. Are there any listeners for this situation? Q1. Does tomcat serve any requests before ServletContextListener.contextInitialized

URL Forwarding in Tomcat 4.0.6

2003-01-31 Thread Ken Burbary
Any advice is appreciated I'm migrating an entire site, compromised of several web apps, from Iplanet 4.1 to Tomcat 4.0.6. The Iplanet server currently supports a URL forwarding feature that will allow me to specify http://www.foo.com/bar/ to forward any requests to

problem in session invalidate

2003-01-31 Thread GuptaP, Prabuddha
Hi all, I am running my web app under tomcat 4.1.12. Before logout I am doing session.invalidate(), but count of sessions still doesn't go down when I logout from my webapp.What could be the reasons. I tested tomcat with a testservlet for session.invalidate(), it is working fine. I tested my

Backward migration from Tomcat 4.1.18 to Tomcat 3.2.4

2003-01-31 Thread Chad Pettit
I developed an application using Tomcat 4.1.18. It is nothing very difficult, it basically utilizes a single JSP script and one JAVA bean. However, in the script, I take full advantage of the core jstl (c:out, c:if, c:foreach, etc.). I am now trying to port my code to a machine running Tomcat

Re: Ant redeploy, Apache (mod_webapp) Tomcat 4.1

2003-01-31 Thread Martin Jacobson
Morgan Pyne wrote: Hi all, Is anybody on this list using Ant to redeploy war files to an Apache(mod_webapp)-Tomcat setup? I have several servlets already deployed, configured, and working correctly on the following setup: Apache (1.3.26), mod_webapp (machine 1) Tomcat 4.1.12 (machine 2) The

cocoon and jsp

2003-01-31 Thread Peter Choe
is cocoon and jsp competing services or are they complementary? Peter Choe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat, tyrex and mysql

2003-01-31 Thread Martin Jacobson
emiliano albiani wrote: HI, I'm trying configuring tyrex in my tomcat installation to use MySql xa driver. I did it as described in tomcat documentation: http://jakarta.apache.org/tomcat/to...les-howto.html, http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html,

RE: Backward migration from Tomcat 4.1.18 to Tomcat 3.2.4

2003-01-31 Thread Raible, Matt
JSTL only works with JSP 1.2 - Tomcat 3.x only supports JSP 1.1. HTH, Matt -Original Message- From: Chad Pettit [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:00 AM To: [EMAIL PROTECTED] Subject: Backward migration from Tomcat 4.1.18 to Tomcat 3.2.4 I developed an

installation

2003-01-31 Thread HopkinsJon
Hi folks, I need to know, first of all, which version of Tomcat supports Java SDK 1.4.1_01 and which version of Apache will work with that version of Tomcat. I also need to know if it is possible to have a java application/servlet running in the background of any version of Tomcat

RE: installation

2003-01-31 Thread Turner, John
AFAIK, the JDK is backwards compatible, so any version of Tomcat. Current releases are 3.3.1 and 4.1.18, 4.1.18 is recommended for things like better JSP compilation performance, etc. Apache: 1.3.27, 2.0.43/44 I don't understand what you mean about the backgroudn program, so I will defer to

RE: installation

2003-01-31 Thread Shapira, Yoav
Howdy, I also need to know if it is possible to have a java application/servlet running in the background of any version of Tomcat that JSPs or servlets can talk to. Yes. Yoav Shapira Millennium ChemInformatics - To

Re: Backward migration from Tomcat 4.1.18 to Tomcat 3.2.4

2003-01-31 Thread Chad Pettit
That sucks. I think I can just hack everything into my bean and be OK. One more question: How do you pass a url rewrite parameter into a bean? In my program, I have a ?date=10-oct-2002 field in my url that I am retrieving using param.date. Previosuly, I was using: c:set

RE: cocoon and jsp

2003-01-31 Thread Mike Bachrynowski
Cocoon needs a servlet engine such as Tomcat. I believe Cocoon provides a higher level of abstraction than does Tomcat. This comes at a price which is operational performance. In Tomcat you can create JSP and Servlets. In Tomcat you can transform XML into HTML or whatever using XSLT.

System.out.prinln in a bean

2003-01-31 Thread Jeff Ousley
Hello! If I use System.out.println in a bean, where does the output go? Can I control where it goes? thanks! -jeff __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

getSession(ture) return null after a new session has been created

2003-01-31 Thread syip
I am running tomcat 3.2.4, I use request.getSession() to create a new session inside a servlet. When I use requsest.getSession(true) to retrieve the same session from a different servlet, I got a null value. Do I miss anything in configuration? When I run the same code in tomcat 3.2.3, I

RE: System.out.prinln in a bean

2003-01-31 Thread Filip Hanik
I believe it goes to catalina.out under /logs/ if you want to control where it goes, use a logging library, like log4j -Original Message- From: Jeff Ousley [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:01 AM To: [EMAIL PROTECTED] Subject: System.out.prinln in a bean Hello!

TC 4.1.18 Socket closed -- please help!

2003-01-31 Thread Nick Wesselman
TC 4.1.18, Coyote JK over AJP13 w/ mod_jk. We're seeing a message like this in our logs for virtually every request: Jan 29, 2003 11:34:40 AM org.apache.jk.common.ChannelSocket processConnection SEVERE: Error, processing connection java.net.SocketException: Socket closed at

Re: System.out.prinln in a bean

2003-01-31 Thread Wilson Snook
For your interest, try using out.println instead. Wilson - Original Message - From: Jeff Ousley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 31, 2003 5:00 PM Subject: System.out.prinln in a bean Hello! If I use System.out.println in a bean, where does the

Re: Do something after the webapp starts

2003-01-31 Thread Craig R. McClanahan
On Thu, 30 Jan 2003, rf wrote: Date: Thu, 30 Jan 2003 22:33:53 -0800 (PST) From: rf [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Do something after the webapp starts I want to do some[1] processing after my web application finishes

Re: what is catalina?..

2003-01-31 Thread Craig R. McClanahan
On Thu, 30 Jan 2003, Bill Barker wrote: Date: Thu, 30 Jan 2003 22:44:14 -0800 From: Bill Barker [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: what is catalina?.. Catalina is also the name of a small island off the coast of southern

JavaMail Session Resources; how do I specifiy authentication?

2003-01-31 Thread Christopher M. Zinn
I have configured in my server.xml (Tomcat 4.18 on Windows 2000 Server sp3): GlobalNamingResources Resource name=mail/session auth=Container type=javax.mail.Session/ ResourceParams name=mail/session parameter namemail.smtp.host/name valueInternalMailServer/value

MySQL/Tomcat startup problem

2003-01-31 Thread Geoff Peters
Hello again - I have spent most of the day on this and don't seem to be getting anywhere, searched the archives here and the java.sun.com forums to no avail. Running Tomcat 4.1.18 on my dev box Win2K Server, running MySQL 3.23.49 on the same network on a Redhat 7.3 install. I am simply trying

RE: MySQL/Tomcat startup problem

2003-01-31 Thread Raible, Matt
Try using an amp; in place of the ; in your connectionURL: connectionURL=jdbc:mysql://javadev.logic.bm/steve?user=useramp;password=pa ssword -Original Message- From: Geoff Peters [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 11:08 AM To: [EMAIL PROTECTED] Subject:

Tomcat running behind another web server

2003-01-31 Thread Álisson
Hello, I would like to know how can I make Tomcat run behind Apache. Or how can I configure Apache to support JSP. Thank you very much Álisson Nunes - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

placement of 3rd party class files

2003-01-31 Thread Jeff Ousley
Hello! Forgive my ignorance as I try to grasp the concepts involved in using tomcat. I'm still learning. My web application uses several beans which use 3rd party classes bundled in .jar files. Where should I place these? After reading the class loader doc, I'm still not clear? They will only be

RE: Tomcat running behind another web server

2003-01-31 Thread Shapira, Yoav
Howdy, This is a good reference: http://raibledesigns.com/tomcat/index.html Yoav Shapira Millennium ChemInformatics -Original Message- From: Álisson Nunes [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 12:41 PM To: [EMAIL PROTECTED] Subject: Tomcat running behind another web

RE: placement of 3rd party class files

2003-01-31 Thread Shapira, Yoav
Howdy, In the /WEB-INF/lib directory of your web application. Yoav Shapira Millennium ChemInformatics -Original Message- From: Jeff Ousley [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 1:29 PM To: [EMAIL PROTECTED] Subject: placement of 3rd party class files Hello! Forgive

auto gen config file for jk2

2003-01-31 Thread Mike Jackson
I know with tomcat3 you can do a startup.sh jkconf to auto-generate a configuration file. And I know that you can create a listener for org.apache.ajp.tomcat4.config.ApacheConfig in tomcat4 to autogenerate a configuration file. But I'm wondering if there's a way to do it for jk2... --mikej

RE: placement of 3rd party class files

2003-01-31 Thread Filip Hanik
just put them in the /WEB-INF/lib directory. your webapp has to have a WEB-INF directory, and under WEB-INF you have two directories /classes -- used for .class files /lib -- used for .jar files -Original Message- From: Jeff Ousley [mailto:[EMAIL PROTECTED]] Sent: Friday, January

RE: MySQL/Tomcat startup problem

2003-01-31 Thread Geoff Peters
I do get a slightly different error: SEVERE: Parse Fatal Error at line 199 column 69: The entity name must immediatel y follow the '' in the entity reference. org.xml.sax.SAXParseException: The entity name must immediately follow the '' i n the entity reference. at

RE: placement of 3rd party class files

2003-01-31 Thread Jeff Ousley
Is it wise to add directories under the /lib directory? I'd like to keep the 3rd party classes seperated from eachother. If I do this, how do I tell tomcat/catalina where to find the class files? Isn't the CLASSPATH variable ignored for .jsp pages? --- Filip Hanik [EMAIL PROTECTED] wrote: just

RE: MySQL/Tomcat startup problem

2003-01-31 Thread Filip Hanik
ok, try this. 1. make sure your database is open and that you can connect to it using mysql 2. make sure the hostname javadev.logic.bm can be resolved 3. Make sure you add in the port number to your URL (I put in the default here)

RE: Tomcat running behind another web server

2003-01-31 Thread Turner, John
http://www.johnturner.com/howto John -Original Message- From: Alisson Nunes [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 12:41 PM To: [EMAIL PROTECTED] Subject: Tomcat running behind another web server Hello, I would like to know how can I make Tomcat run

RE: placement of 3rd party class files

2003-01-31 Thread Tim Moore
-Original Message- From: Jeff Ousley [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 1:40 PM To: Tomcat Users List Subject: RE: placement of 3rd party class files Is it wise to add directories under the /lib directory? I'd like to keep the 3rd party classes seperated

RE: placement of 3rd party class files

2003-01-31 Thread Filip Hanik
no, that will not work. And yes, the CLASSPATH variable is ignored. the way that tomcat sets up the classpath for your jsps is JSP_CP=WEB-INF/classes:WEB-INF/lib/jar1.jar:WEB-INF/lib/jar2.jar etc filip -Original Message- From: Jeff Ousley [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: Tomcat running behind another web server

2003-01-31 Thread Subir Sengupta
Check out John Turner's howto's http://www.johnturner.com/howto/apache-tomcat-howto.html -Original Message- From: Álisson Nunes [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:41 AM To: [EMAIL PROTECTED] Subject: Tomcat running behind another web server Hello, I would like

RE: [BULK] - Re: what is catalina?..

2003-01-31 Thread Sankaranarayanan (Ganesh) Ganapathy
While on this topic - how did the name Tomcat come about? Thanx Ganesh -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:56 AM To: Tomcat Users List Subject: [BULK] - Re: what is catalina?.. On Thu, 30 Jan 2003, Bill Barker

RE: placement of 3rd party class files

2003-01-31 Thread Shapira, Yoav
Howdy, Is it wise to add directories under the /lib No. The servlet spec mentions the WEB-INF/lib directory itself as a repository for the classloader, not hierarchies under it. Having different jar files where the name of the jar clearly indicates what application it is is sufficient

URL Rewritting

2003-01-31 Thread Chad Pettit
I have a quick question: Currently, I am using URL rewriting to pass the date into a jsp script: http://localhost:8080/test/test.jsp?date=10-01-2002 Within the JSP code I have access to the date variable with the param.date variable. How do I get this variable into either my bean or

RE: URL Rewritting

2003-01-31 Thread Filip Hanik
Am I missing something, but shouldn't the date variable be available through the regular request here. % String date = request.getParameter(date); % -Original Message- From: Chad Pettit [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 11:02 AM To: Tomcat Users List

Re: placement of 3rd party class files

2003-01-31 Thread Will Hartung
From: Jeff Ousley [EMAIL PROTECTED] Sent: Friday, January 31, 2003 10:39 AM Subject: RE: placement of 3rd party class files Is it wise to add directories under the /lib directory? I'd like to keep the 3rd party classes seperated from eachother. If I do this, how do I tell tomcat/catalina

Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
Greetings, I am having many difficulties building the mod_jk DSO module from the jakarta-tomcat-connectors-4.1.18-src dist. I have successfully built an Apache2.0.44 server with SSL engine static to the server core and it works great in encrypted mode. I've also successfully installed the

RE: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Turner, John
You might get better results with: ./configure --with-apxs=/usr/local/apache2/bin/apxs make make install John -Original Message- From: Trevor Hurst [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: Apache2+SSL w/ Tomcat 4.1.18 -

FW: Getting mod_auth_sspi to work with TC 4.1.18?

2003-01-31 Thread Stimac, Chris
Folks - Previously, I have successfully used mod_ntlm with Apache 1.3.24 and TC 3.3. I was able to get the authentication to pass thru Tomcat and retrieve the user name using req.getRemoteUser(). We recently upgraded one of our dev servers to Apache 2.0.44 and TC 4.1.18 (Win 2k). I can see

JSP Whitespace

2003-01-31 Thread Chad Pettit
How do I remove whitespace in a text/plain output? I have two @page ... / tags before I enter my JAVA code %, and I get two carriage returns in my output. Thanks for any help. -- Chad E. Pettit Software Engineer XonTech, Inc. 2940 Presidential Dr. Suite 100 Dayton OH 45324 (937) 320-9140

RE: JSP Whitespace

2003-01-31 Thread Filip Hanik
will it make a difference if you put he @page tags on the same line @page .../@page .../% % -Original Message- From: Chad Pettit [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 11:42 AM To: Tomcat Users List Subject: JSP Whitespace How do I remove whitespace in a text/plain

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
Tried that also, in jakarta-tomcat-connectors-4.1.18-src/jk/native eskimo [515] ./configure --with-apxs=/usr/local/apache2/bin/apxs ./configure[1228]: syntax error at line 1228 : `(' unexpected Line 1228 is the first function call to automake and I see that's part of the problem:

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Robert Dana
Trevor, I just went through this myself. I found an excellent how-to at: http://www.pubbitch.org/jboss/mod_jk2.html Hope that helps. Cheers, Robert -Original Message- From: Trevor Hurst [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 31 Jan 2003 11:27:48 -0800 Subject: Apache2+SSL

RE: JSP Whitespace

2003-01-31 Thread Mike Jackson
Or you could rewrite it as a servlet, that's the hardest, but the most certain solution. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 11:47 AM To: Tomcat Users List Subject: RE: JSP

RE: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Turner, John
Did you run buildconf.sh prior to running configure? Sorry, I forgot to mention that previously. John -Original Message- From: Trevor Hurst [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 2:47 PM To: Tomcat Users List Subject: Re: Apache2+SSL w/ Tomcat 4.1.18 - problem

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
Yes, I get the same undefined macro errors because it's (again) calling autoconf: eskimo [534] ./buildconf.sh libtoolize --force --automake --copy ./buildconf.sh[4]: libtoolize: not found aclocal aclocal: configure.in: 22: macro `AM_PROG_LIBTOOL' not found in library automake -a --foreign -i

form-based auth

2003-01-31 Thread Madere, Colin
Anyone out there have multiple contexts (or simply multiple webapps) authenticating with the same form (login form in a single location)? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Turner, John
Ugh. Sorry, wish I could help, but I'm not very familiar with how autoconf and m4 work. John -Original Message- From: Trevor Hurst [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 3:03 PM To: Tomcat Users List Subject: Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building

background servlets

2003-01-31 Thread HopkinsJon
Hi, Thanks for the info. Now, I just need to know how to create a java application/servlet running in the background of Tomcat that JSPs or servlets can talk to. Thanks again, Jon

RE: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connec tor

2003-01-31 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
you should be able to get m4 and autoconf from http://freeware.sgi.com/ you most likely need libtool, at least I did for hp-ux Jeff -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 1:05 PM To: 'Tomcat Users List' Subject: RE: Apache2+SSL

RE: background servlets

2003-01-31 Thread Tim Moore
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 3:14 PM To: [EMAIL PROTECTED] Subject: background servlets Hi, Thanks for the info. Now, I just need to know how to create a java application/servlet running in the

RE: background servlets

2003-01-31 Thread Richard Robbins
Sounds to me like you want to write a daemon process running in a separate JVM from Tomcat. To achieve communication with JSP's and servlets, you could use TCP and make it listen on an obscure port. Your servlets and/or JSP's could open a socket on that port and communicate using whatever

Re: virtualHost + jk2

2003-01-31 Thread tomcat guy
How do you define the virtual hosts with jk2? Below is the httpd.conf for the Apache2 side (copied from previous connection - jk) . What do I change, add or delete? I commented out the jk(s) and I get a Forbidden page saying you don't have permission to access .. VirtualHost * ServerName

OutOfmemory Error!

2003-01-31 Thread Arcadius A.
Hello! I'm running Java applications on a LINUX RedHat server (with 256MB of RAM)... with Tomcat4.1.12 and SUN's JDK1.4_01 There are 2 applications installed on the server and all of them are using the same JVM (the JDK1.4_01) and the same Tomcat App1 uses Tomcat and PostgreSQL App2 uses Tomcat

RE: OutOfmemory Error!

2003-01-31 Thread Filip Hanik
When App1 reports an OutOfMemoryError, does it means that the error is due to App1 ? or that error may be due to another application running the same VM? or the same TomCat? It is the VM. Is there any good way to make those two apps run independantly? Run two different tomcat instances (two

RMI Performance problem

2003-01-31 Thread Arachtingi, Mike
Has anyone noticed a performance problem, using RMI from within a web app? I developed a test program that looks up a remote object, and sends it 99 messages (i.e., invokes one of the remote methods.) When I run this as a stand-alone program, my results show an average invocation time of about

RE: RMI Performance problem

2003-01-31 Thread Filip Hanik
RMI has never been fast. It uses java serialization to marshall requests. hence it is slow. The more complicated objects you send over the request, the slower it gets. Filip -Original Message- From: Arachtingi, Mike [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 2:07 PM To:

RE: RMI Performance problem

2003-01-31 Thread Filip Hanik
sorry didn't read the full email. Performance degrading when inside of an webapp, shouldn't be doing that, unless the classloader is doing something funky when demarshalling your request. what you could do is to play around putting your RMI classes in different classpaths, like common/lib

  1   2   >