Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-28 Thread Johannes Fiala
Dear Ben, isapi_redirector version 1.0 is running smoothly with Tomcat 4.1.18 on my PC. Being curious, I tried to get 2.0.2 running as well, but it didn't work out (the arrow stays red down). However, it should be running, because I used the same uriworkermap/workers.properties. Or did these

Re: locale

2003-02-28 Thread Jon Wingfield
And if, for example, you have a UK-en application hosted in a data centre in Germany... Drew Sudell wrote: Yes, but this is an per-instance attribute, isn't it? How could I make it be set in all f Tomcat's VMs? Maybe a java -D option? On Thu, 2003-02-27 at 14:38, Jon Wingfield wrote: via

HTTP Status 503 - Servlet ERROR on MAC OS X

2003-02-28 Thread apratim sharma
hi !!! while running the servlet on mac os x i got this error!!! HTTP Status 503 - Servlet org.apache.catalina.INVOKER.HelloWorldExample is currently unavailable type Status report message Servlet org.apache.catalina.INVOKER.HelloWorldExample is currently unavailable description The requested

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-28 Thread Christopher Watson
Johannes , All, I've found the 2.0.1 dll works - with jk2 style config, but not the 2.0.2 dll. Can anyone else confirm this is the case for them? If so, does anyone know why 2.0.2 is not working? Or what I need to change from 2.0.1 config to get it to work? (My workers2.properties,

Jsp compilation avoiding writing \r\n characters

2003-02-28 Thread Alban Soupper
Hi all, Is there a way to configure Tomcat 4, so it compiles the jsp pages without writing those boring \n and \r characters? (I am using Catalina embedded in JBoss) Alban. ** This email and any files transmitted with it are

Tomcat WAR expansion

2003-02-28 Thread Tomcat
Hi, When i place a WAR file into the Tomcat webapps folder, on Restart tomcat is not expanding the WAR if server.xml contains the Context entry related to this, If i remove the Context entry it is expanding. Is there any configuration required to expand the WAR by keeping the Context entry

Re: Installing Thawte test certificate in Tomcat 4.1.18

2003-02-28 Thread Einar M. Råberg Rosenvinge
On Wed, Feb 26, 2003 at 20:41:20 +0100, Einar M. Råberg Rosenvinge wrote: I'm trying to install a Thawte test certificate in Tomcat 4.1.18. Still, I consistently get the errors C:\EiTkeytool -import -alias tomcat -keystore keystore -trustcacerts -file testcertificate Enter keystore

jk2 config: regex in uri

2003-02-28 Thread Jannik Hendriksen
I cannot find any documentation on how to use regex in uri's in jk2. According to changes.txt regex uris start with a dollar sign, but I can't get it to work. Example that doesn't work: [uri:$www\.stikaf\.dk.*] Anyone with experience in this? regards, Jannik

Default Context

2003-02-28 Thread Tomcat
Hi, Is there any limitation in using the JNDI resources configured under DefaultContext in load-on-startup servlets. For load-on-startup servlet, it is giving null values to the Resource parameters configured. If load-on-startup is removed, it is working fine if the servlet is accessed manually.

Apache Tomcat/4.1.18-LE-jdk14 - class loader problem with servlets/javamail

2003-02-28 Thread Hanasaki JiJi
I have am deploying a war file with j2ee.jar from j2ee1.3.1 also tried the 1.4 beta and my servlet cannot find the javamail classes. A small standalone application using the javamail from the same j2ee.jar file works fine. j2ee.jar is in the lib directory. Any thoughts?

RE: Jsp compilation avoiding writing \r\n characters

2003-02-28 Thread Reynir Hübner
Hi, There is a simple reason for all the \r\n characters, but they actually are in your jsp document. See example : %= TEST1 % %= TEST2 % %= TEST3 % Will return : TEST1\r\nTEST2\r\nTEST3\r\n But : % out.write(TEST1); out.write(TEST2); out.write(TEST3); % Will return :

NoClassDefFoundError: org/apache/commons/pool/impl/GenericObjectPool

2003-02-28 Thread Georges Roux
Hi, When I try to set up a PostgreSQL Datasource for connection Pooling I ve this Exception: 2003-02-27 02:00:27 StandardContext[/PhotoBaseManager]: Servlet /PhotoBaseManager threw load() exception javax.servlet.ServletException: Servlet.init() for servlet PostgresqlClient threw exception

Re: Jsp compilation avoiding writing \r\n characters

2003-02-28 Thread Tomcat
Hi, Are there any limitations with Tomcat4.1.18 while using load-on-startup servlets to use JNDI resouces of default Context. Thanks and Regards, Pratt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: NoClassDefFoundError: org/apache/commons/pool/impl/GenericObjectPool

2003-02-28 Thread Tomcat
Hi, Try by extracting the pgjdbc2.jar and place it in the common\classes. It should locate the classes. Pratt. - Original Message - From: Georges Roux [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 28, 2003 4:37 PM Subject: NoClassDefFoundError:

HTTTP Status 404 Tomcat on MAC os X

2003-02-28 Thread apratim sharma
hi !!1 i'm getting following error on running servlet created by me HTTP Status 404 - /exp/servlet/first type Status report message /exp/servlet/first description The requested resource (/exp/servlet/first) is not

reference material

2003-02-28 Thread Deepa Raja
Could someone mail me a link about where I could find information that compares different type of connectors. i could not trace the archives of this group. Thanks in advance Deepa - To unsubscribe, e-mail: [EMAIL

Problem rendering Greek and Latin Characters in Tomcat 4.1.18

2003-02-28 Thread Joshua Sunil Kumar
Hi The JSP page that I am using has Greek and Latin Characters. I am unable to display it properly in the browser. I am fetching data from the a Oracle Database which is stored in UTF-8 . When I display it on the browser this the characters are getting garbled. Ex- Grnbk If I change

include a class

2003-02-28 Thread kwolff
Hi all, i am new to JSP and have a beginner question. I can't fix to include a class. hmm I have class wrtitten that do all i need and it works fine on the shell. Now i want to handle this class in a jsp script, so that i get back the string.. that is what i want to do in my jsp: Class a =

RE: get apache-tomcat virtual host

2003-02-28 Thread Turner, John
What are the contents of mod_jk.conf? Did you restart Apache so that it could pick up the changes? Is there a VirtualHost container in mod_jk.conf for www.host2.com? In your Host container in server.xml, you list the name as host2.com, not www.host2.com. Is this a typo? The two are

User Web Applications

2003-02-28 Thread Roy Giles
Hello, I am a sysadmin in a University IT environment, charged with getting a number of packages running by the imminent start of the academic year, one of which is Tomcat. I have a simple application installed and running on a standalone version of Tomcat but I now need to get this configured

Problem rendering Greek and Latin Characters in Tomcat 4.1.18

2003-02-28 Thread Joshua Sunil Kumar
Hi The JSP page that I am using has Greek and Latin Characters. I am unable to display it properly in the browser. I am fetching data from the a Oracle Database which is stored in UTF-8 . When I display it on the browser this the characters are getting garbled. Ex- Grnbk If I change the

cgi-bin

2003-02-28 Thread Kaps Stefan
hello! i need a cgi-bin directory and enabled cgi in the web.xml and renamed a file. should this create a new directory when restarting (not on my server...)? need help for this problem! Thanks!! stefan - To unsubscribe, e-mail:

Re: include a class

2003-02-28 Thread Lindomar
Kris, first, does your webapp started fine? If yes, we can have some situations for one class works in jsp files using tomcat: 1- webapp |_WEB-INF |_classes |_yourclass - if your class doesn't have a package 2- webapp |_WEB-INF

Problem with servlet filter configuration

2003-02-28 Thread Alban Soupper
Hi all, I work with JBoss + embeded Tomcat 4.1.12. I have put the following lines in my web.xml ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app filter

disable jsp in a directory

2003-02-28 Thread Jannik Hendriksen
I am trying to disable jsp in the subdirectory editable of a webapp. I am running apache-jk2-tomcat4.1.17 Since I'm using JK2 I'm restricted to the syntax in the workers2.properties file on the apache side. I have tried to use regex in the uri, and wan't something like this:

RE: Problem with servlet filter configuration

2003-02-28 Thread Alban Soupper
I found the problem : the error was: -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN and it must be: -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN -Original Message- From: Alban Soupper [mailto:[EMAIL PROTECTED] Sent: vendredi, 28. février 2003 15:04 To: 'Tomcat Users

RE: cgi-bin

2003-02-28 Thread Reynir Hübner
You need to create a new directory named cgi-bin (or something else if you configured web.xml to use something else) under your WEB-INF/ directory of the webapp. Then you can put your cgi scripts in to that directory, and run from command line. Hope it helps -reynir -Original

WebDav Problems with url mappings

2003-02-28 Thread Stratmann, Holger
Hello everybody, I have serious problems with the WebDAV servlet when I try to map it to a URL-pattern other than /. I'd like to map it to /DAV or /webdav or something. Just to clarify my terminology (which may not be 100% correct): I want the WebDAV servlet to run in the same context as many

RE: Segmentation Violation with HttpCoyoteConnector

2003-02-28 Thread Juan
Thanks. The stacksize was already limited with ulimit -s 2048. I think that I have already found the solution. It seems that there was a bug in the system libraries and there are some rpms to be updated. - Original Message - From: pero [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

Tomcat 4.1.18 DBCP Error/Show-Stopper

2003-02-28 Thread Chakravarthy, Sundar
Environment - Apache 2.x - Mod_jk2 - Tomcat 4.1.18 - - - Solaris 5.8 - 2 GB RAM , Xms512m, Xmx512m Error - DHCP browse object failed: java.sql.SQLException: ORA-00020 Why doesn't restarting the database server refresh the connection in DBCP ? I do have validationQuery

Re: HTTTP Status 404 Tomcat on MAC os X

2003-02-28 Thread Francisco J. Bido
1. Did you try restarting Tomcat? 2. Double check your web.xml file since It doesn't look like your servlet is deploying correctly. 3. Also check your catalina.out log for any startup errors. 4. Find a complete example that works and make sure you understand what the web.xml entries mean.

tomcat log (error) monitoring

2003-02-28 Thread krip pane
All, I need to provide a template of possible error messages to my ITO group for monitoring. If someone can provide some acutal examples that'll be great or Can someone provide some basis for what type of error messages tomcat might throw out or some keywords to look for? TIA

Default Context

2003-02-28 Thread Tomcat
Hi, Is there any limitation in using the JNDI resources configured under DefaultContext in load-on-startup servlets. For load-on-startup servlet, it is giving null values to the Resource parameters configured. If load-on-startup is removed, it is working fine if the servlet is accessed

Tomcat WAR expansion

2003-02-28 Thread Tomcat
Hi, When i place a WAR file into the Tomcat webapps folder, on Restart tomcat is not expanding the WAR if server.xml contains the Context entry related to this, If i remove the Context entry it is expanding. Is there any configuration required to expand the WAR by keeping the Context entry in

Pre-compiling JSPs

2003-02-28 Thread Robert Csiki
Hi there, I'm trying to pre-compile all the JSPs before deploying and running Webtop (for fast initial invocation purposes) under Tomcat 4.0.x app server. I've found both jspc.bat tool from Tomcat/bin and Ant's JspC task (that are doing the same thing) are generating outputs (that is, .java

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Molof, Barry
I tried jspc and all it did was convert .jsp to .java, instead of .class. I'm looking for a solution that handles the conversion of .jsp to .java to .class files during Tomcat 3.3.1a startup. Can anyone else help? Thanks -Original Message- From: Mr. Cristian Romanescu [mailto:[EMAIL

RE: Beginner problems with Tomcat and Memory

2003-02-28 Thread Shapira, Yoav
Howdy, A Profiler is your friend. My favorite is OptimizeIt. Yoav Shapira Millennium ChemInformatics -Original Message- From: Shaun Roach [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 6:36 PM To: [EMAIL PROTECTED] Subject: Beginner problems with Tomcat and Memory Hi, I

SSL certificate not refreshing in Tomcat

2003-02-28 Thread Ed Hoden
Greetings and thanks in advance for any help. I am running Tomcat 4.0.3 on AIX 4.3.3 using Java 1.3.1. I recently renewed my SSL certificate. I imported it into the keystore using the keytool and it looks like the import was successful because when I run keytool -v -list -alias tomcat, the new

Problem with AJP 1.3 Connector

2003-02-28 Thread Raja Sekhar
Hi, I have six Apache webservers in my front-end and one Tomcat server in my backend. All these 6 apache servers connect to single tomcat engine using AJP Connector. Each apache server is configured in such a way that it accepts 150 client requests at a time. In tomcat server.xml, the AJP min

Tomcat + postgresql+ jdbc integration problem

2003-02-28 Thread pcampaigne
I am getting the error Error accessing database No suitable Driver. My installation consists of: tomcat 4.06 postgresql 7.3.2 pg731bjdbc2.jar IBMJava2-14 SDK I have read archives and how to and taken the following actions. placed pg731bjdbc2.jar in common/lib tcpip_socket= 1 in postresql.conf

Is there a common lib between webapps, but not instances?

2003-02-28 Thread Frank Diakovasilis
I have multiple instance of Tomcat set up with multiple webapps in each. I would like a jar file to be shared across the webapps, but not across the instances. Is there a directory in place for that, or does anyone know how to get around this? TomcatHome\common\ is shared across instances so is

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Chakravarthy, Sundar
Hi, Thanks for replying. Yes that is correct. Throws java.lang.NoClassDefFoundError: org/apache/jasper/runtime/HttpJspBase as mentioned below after Jmeter threads increase to above 10. I notice my acceptCount is 10 , should I bump this value ? What is the difference between acceptCount and

RE: Is there a common lib between webapps, but not instances?

2003-02-28 Thread Shapira, Yoav
Howdy, You would probably save yourself some headaches and frustration if you just package everything a webapp needs with the webapp. Don't use common libraries at all... Yoav Shapira Millennium ChemInformatics -Original Message- From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]

Error using JSP Templates

2003-02-28 Thread Percival Bragg
I am still trying to find my way around JSP and am trying to use JSP Templates. I have coded all the template tags and tried accessing it on Tomcat. The file accessed in the url is DesktopDefault.asp and the template file is Template.jsp. Both are in the same folder. I am getting errors as shown

Re: Objects in JSP PLEASE HELP.

2003-02-28 Thread Jason Johnston
[EMAIL PROTECTED] 02/27/03 02:56PM Can you show us the errors that were reported when the JSP failed to compile? Full stacktraces are best. -Jake Yes, here they are. I guess my real problem is that I'm not sure how to reference the object from the page. All the errors and source code are

RE: Is there a common lib between webapps, but not instances?

2003-02-28 Thread Frank Diakovasilis
That probably would be ideal, but I am using soap as a web app and it shares files with the other webapp, so I am stuck with the headache, but thanks anyway. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 10:21 AM To: Tomcat Users List

RE: Problem with AJP 1.3 Connector

2003-02-28 Thread Dennis Cartier
Hi Raj, Yikes! Six Apache's all going to 1 Tomcat sounds like a recipe for disaster to me. In my experience, Apache handles load way better than Tomcat, so having 1 or 2 Apache's and 5 or 6 Tomcat's sounds like a better setup. Unless Tomcat is doing almost no work, it is going to be your

how to get apache-tomcat virtual host work?

2003-02-28 Thread Xiongfei Wang
I have redhat linux 7.3 i have two virtual host in my machine www.host1.com and www.host2.com www.host1.com is the default one. I have installed apache-tomcat on my machine apache-tomcat runs fine with the www.host1.com one. i mean both http://www.host1.com:8080/examples and

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Peter Lin
the acceptCount is the number of connections to accept before rejecting new connections. It is only useful if you don't want to reject connections and want them to get processed eventually. Max processors is the number of Coyote processors Tomcat will create. If you're max concurrent will be

Error using JSP Templates

2003-02-28 Thread Percival Bragg
All the Attachments might not have come over properly I am adding them to the body of the email. file: DesktopDefault.jsp %@ taglib uri='WEB-INF/tld/template.tld' prefix='template' % template:insert template='../Template.jsp' template:put name='LeftPane' content='Left pane' direct='true'/

RE: Is there a common lib between webapps, but not instances?

2003-02-28 Thread Scott, Sean
You can create a separate CATALINA_BASE for each instance and place the common libraries in the $CATALINA_BASE/shared directory. ( This works in 4.1.18, but I am not sure about prior versions ) -sean -Original Message- From: Frank Diakovasilis [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Tomcat WAR expansion

2003-02-28 Thread Scott, Sean
I am seeing this behavior too, but I am not sure of the benefit of expanding the WAR. Does it run faster? -sean -Original Message- From: Tomcat [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:55 AM To: [EMAIL PROTECTED] Subject: Tomcat WAR expansion Hi, When i place a

RE: Problem with AJP 1.3 Connector

2003-02-28 Thread Dennis Cartier
Hi Raj, I just realized I did not answer your original question. That huge pause, I would expect it would be garbage collection. You likely have lots of memory in your tomcat box and it is taking a long time to garbage collect it. If you switch to the incremental garbage collector (-Xincgc), you

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
Is this a glitch? Did my first reply to this post get lost? John -Original Message- From: Xiongfei Wang [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 10:53 AM To: Tomcat Users List Subject: how to get apache-tomcat virtual host work? I have redhat linux 7.3

RE: Tomcat WAR expansion

2003-02-28 Thread Phillip Qin
War is different from jar. WAR has to be expanded in order to run. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Scott, Sean [mailto:[EMAIL PROTECTED] Sent: February 28, 2003 11:02 AM To: 'Tomcat Users List'

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Chakravarthy, Sundar
Thanks Peter. When you say Coyote processors you mean threads ? Right ? I may have a few more questions after I conduct the test with Jmeter. Don't change your channel! -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 10:55 AM To: Tomcat

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Ralph Einfeldt
If all processors are busy, the acceptcount defines the length of the queue for requests that are waiting for the next free processor. -Original Message- From: Chakravarthy, Sundar [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 6:16 PM To: Tomcat Users List Subject:

RE: Tomcat WAR expansion

2003-02-28 Thread Phillip Qin
My Tomcat used to expand my app war automatically. As soon as I added JNDI stuff (resource) to my context, it stopped expanding my app war and threw exception. I guess it looks for the resource before it expands my war. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He

Re: NoClassDefFoundError: org/apache/commons/pool/impl/GenericObjectPool

2003-02-28 Thread Georges Roux
Sorry, the problem was: I don't have commons-pool.jar org/apache/commons/pool/impl/GenericObjectPool thanks anyway. Tomcat wrote: Hi, Try by extracting the pgjdbc2.jar and place it in the common\classes. It should locate the classes. Pratt. - Original Message - From: Georges Roux

RE: Tomcat WAR expansion

2003-02-28 Thread Scott, Sean
I can't speak for Pratt, but my WAR runs fine without being expanded. (4.1.18) -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:02 AM To: 'Tomcat Users List' Subject: RE: Tomcat WAR expansion War is different from jar. WAR has to be

RE: Tomcat WAR expansion

2003-02-28 Thread Shapira, Yoav
Howdy, WAR has to be expanded in order to run. Absolutely wrong. In fact, the ability to run an exploded (as opposed to a packed) WAR is completely up to the container implementation. The servlet specification only requires the container to run packed WAR archives. Yoav Shapira Millennium

RE: Tomcat WAR expansion

2003-02-28 Thread Phillip Qin
So unpackWars is just a nice feature provided by Tomcat? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: February 28, 2003 11:08 AM To: Tomcat Users List Subject: RE:

Re: Tomcat WAR expansion

2003-02-28 Thread Prathap
Hi, My Problem is why it is not expanded even the unpackWARS is set to true, any idea? Thanks - Original Message - From: Scott, Sean [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:39 PM Subject: RE: Tomcat WAR expansion I can't speak

Pre-compiling JSPs

2003-02-28 Thread Robert Csiki
I'd like to re-formulate this using a shorter form, maybe I'll get some feedback... Q: How to pre-compile all the JSPs from my web application, in such way Tomcat WILL recognize and use them (I'm talking about the .class files) at runtime, WITHOUT re-compiling them? Thanks a lot in advance,

mod_jk

2003-02-28 Thread Jeremy Whitlock
Tomcat-List, I have just built a new Red Hat machine and I installed it with no preinstalled Web Server or Databases so that I could install them myself. I have Apache 2.0.44 and I wanted to integrate Tomcat. I downloaded mod_jk-2.0.43 and I need to know if it will work with

Default Context

2003-02-28 Thread Prathap
Hi, Is there any limitation in using the JNDI resources configured under DefaultContext in load-on-startup servlets. For load-on-startup servlet, it is giving null values to the Resource parameters configured. If load-on-startup is removed, it is working fine if the servlet is accessed

RE: Tomcat WAR expansion

2003-02-28 Thread Shapira, Yoav
Howdy, So unpackWars is just a nice feature provided by Tomcat? Exactly. As to the original question for this thread: sorry for hijacking your thread. I just felt the statement that WARs must be exploded was so flagrantly wrong that it had to be addressed. I don't know the answer to your

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Peter Lin
Coyote is referring to CoyoteConnector. Remy and I discuss these topics in the book with examples, so hopefully when it comes out, it will help. peter --- Chakravarthy, Sundar [EMAIL PROTECTED] wrote: Thanks Peter. When you say Coyote processors you mean threads ? Right ? I may have a

RE: Tomcat WAR expansion

2003-02-28 Thread Phillip Qin
I saw some error messages and my app war is not expanded. Did you see them in your log? 2003-02-28 11:22:04 StandardContext[/lciponline]: Starting 2003-02-28 11:22:04 StandardContext[/lciponline]: Processing start(), current available=false 2003-02-28 11:22:04 StandardContext[/lciponline]:

RE: mod_jk

2003-02-28 Thread Turner, John
Yes, .44 is module compatible with .43. For more info, check out my RH HOWTO for Apache + JK + Tomcat: http://www.johnturner.com/howto John -Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 11:11 AM To: Tomcat Subject: mod_jk

Two Realms for client authentication

2003-02-28 Thread Gil
Hi. Can I use two Realms for client authentication?? I would like to define a set of servlets that uses a Realm and another set of sevlets that uses another Realm. Can I make this?? Regards. - To unsubscribe, e-mail: [EMAIL

RE: mod_jk

2003-02-28 Thread Jeremy Whitlock
John, Thanks for your help. Do you think that since I didn't install apache via Red Hat installer that the document might not work for me? They use an older version of Apache. Thanks, Jeremy -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Friday, February

Re: Tomcat WAR expansion

2003-02-28 Thread Prathap
Hi I am getting this trace.. Can you figure it out?? 2003-02-28 21:55:02 WebappLoader[/webdav]: Deploying class repositories to work directory C:\test\Tomcat41\work\Standalone\localhost\webdav 2003-02-28 21:55:02 StandardManager[/webdav]: Seeding random number generator class

RE: mod_jk

2003-02-28 Thread Phillip Qin
I see many problems when you include apache in your Red hat installation. If you make a clean build, John's document should perfectly meet your requirement. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Jeremy

RE: mod_jk

2003-02-28 Thread Jeremy Whitlock
Phillip, Just the answer I was looking for. Thanks a lot, Jeremy -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:34 AM To: 'Tomcat Users List' Subject: RE: mod_jk I see many problems when you include apache in your Red hat

RE: mod_jk

2003-02-28 Thread Turner, John
Nope, in my opinion you made the right choice. That's how I do it; I never use the Apache that comes with RH. The HOWTO covers installing the JDK, installing Apache from source (2.0.44), installing Tomcat 4.1.18 from binary, and installing and configuring the JK connector (mod_jk.so). John

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Hostmaster of the day
John, where is your reply ? how to get apache-tomcat virtual host work? is an easy question as long as you are using Tomcat 3.2.3 or Tomcat 3.3.1. Although I'm working very successfully with virtual hosts and Tomcat 3.2.3 + 3.3.1 I was up to now unable to get virtual hosts running with Tomcat

Re: Two Realms for client authentication

2003-02-28 Thread Donald Ball
On 2/28/2003 at 5:25 PM Gil wrote: Can I use two Realms for client authentication?? I would like to define a set of servlets that uses a Realm and another set of sevlets that uses another Realm. Can I make this?? In the same webapp? I don't think so. I think you have a few choices: 1. split

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
What are the contents of mod_jk.conf? Did you restart Apache so that it could pick up the changes? Is there a VirtualHost container in mod_jk.conf for www.host2.com? In your Host container in server.xml, you list the name as host2.com, not www.host2.com. Is this a typo? The two are

Running outside of localhost

2003-02-28 Thread Chris Fowler
Hi all, I am a complete newbie to tomcat and apache. I have followed John's excellent Windows 2000/XP - Apache + JK + Tomcat HOWTO and all works well. AS sugested I have used localhost throughout the installation. What do I need to do so I can serve .jsp's to clients outside my machine. For

Re: help with SSI directives on tomcat 4.1.12

2003-02-28 Thread Becky Phaneuf
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssi-howto.html -B [EMAIL PROTECTED] 02/27/03 06:55PM Hello all I am using the following SSI directive in a .shtml file in the ROOT directory: !--#include virtual=/OutputServlet1.class -- OutputServlet1 is a servlet class that just prints

conflict with tomcat's commons-logging and webapp's commons-logging

2003-02-28 Thread Kirby Vandivort
Hello, I am running Tomcat 4.1.18, and after a while (a few hours) of accessing a webapp that is using struts 1.1 rc 1 everything hangs and I have to restart tomcat. I'm accessing the webapp via https. catalina.out has an exception that looks like the following:

RE: Running outside of localhost

2003-02-28 Thread Turner, John
Basically, everywhere you see localhost, change it to my.domain.com. ;) The alternative, or if you have more than one virtual host, is to copy the entire localhost Host container in server.xml, and change localhost to my.domain.com. This will preserve the localhost configuration. John

Tomcat/RMI and Spaces in Filenames

2003-02-28 Thread Bodycombe, Andrew
I am having a problem with Tomcat 4.1.18 running on Windows NT 4, and JDK 1.4 I have a servlet accessing a remote server via RMI, and the RMI calls fail with an UnmarshallException, but only when the tomcat install directory contains spaces. e.g. C:\Program Files\Apache Group\Tomcat 4.1\, the

Jakarta Tomcat on Solaris

2003-02-28 Thread Oleksiy Podopryhora
Hi there, I am configuring a Jakarta Tomcat on Solaris for our students. Since I have no experience with subject I decided to ask for your help and advice in order to avoid unnecessary mistakes. I have installed Tomcat on the port 8080. On our system everybody has an account so I added

Where to put a custom Realm?

2003-02-28 Thread Yajun Liu
Hi, I'm implementing a custom Realm which shares an UserManager with the rest of application. I put the customer Realm in the WAR file and tomcat could not find it at startup time. What is the best practice to solve this problem? Thanks. --Yajun

Parasite string length added in the message body

2003-02-28 Thread Raphael Bousquet
Does someone know why Tomcat (version 4.1.18 Linux and Windows) adds the string length in the message body? Here is what I receive from Tomcat: -- HTTP/1.1 200 OK Content-Type: text/xml Transfer-Encoding: chunked Date: Fri, 28 Feb 2003 16:59:22 GMT

RE: Parasite string length added in the message body

2003-02-28 Thread Mike Jackson
I've noticed that also, but I don't have clue why. I had only noticed the trailing zero, not the leading. But this is with Oracle's XSQL servlet, so it's not even my code --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Raphael Bousquet [mailto:[EMAIL

setting up Tomcat 4.1

2003-02-28 Thread Curtis Seyfried
I have been trying to setup Tomcat 4.1 I have entered all class and other paths. When I run Startup it goes through a whole set of operations then finishes with can not find -Djava.endorsed.dirs= I someone can help I'd appreciate it. If you need a log of the startup operations I would create one

RE: Tomcat WAR expansion

2003-02-28 Thread Phillip Qin
I gave up. Instead, I use ant to create a webapps/myapp dir and copy all stuff to that directory. Craig should be the right person to answer this question. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Prathap

Streaming files from Tomcat thru JK and IIS: No Headers (?)

2003-02-28 Thread Jeff Corliss
I'm having a problem with my IIS/Tomcat integration using the JK connector. Regular pages and servlet mapped extensions work fine, but when I try to send files using the ServletOutputStream, it does not work properly when going thru IIS-JK-Tomcat. I wind up getting the content returned to the

Re: reference material

2003-02-28 Thread Will Hartung
Look through the archives. On Dec 18, John Turner wrote a pretty good post on the various connectors. Regards, Will Hartung ([EMAIL PROTECTED]) - Original Message - From: Deepa Raja [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 3:33 AM Subject: reference

RE: reference material

2003-02-28 Thread Phillip Qin
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED] Sent: February 28, 2003 12:56 PM To: Tomcat Users List

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Xiongfei Wang
John, Thank you very much for your response. after i chang host2.com to www.host2.com and restart tomacat apache My mod_jk.conf is like: *** VirtualHost www.host2.com ServerName www.host2.com JkMount /servlets ajp13

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
Is that something you created by hand? That's not output from ApacheConfig. Are there entries in httpd.conf for things like JkWorkersFile, etc.? John -Original Message- From: Xiongfei Wang [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 12:58 PM To: Tomcat Users List

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Molof, Barry
Can someone PLEASE help me? This is an urgent issue. Thanks -Original Message- From: Molof, Barry Sent: Friday, February 28, 2003 10:02 AM To: Tomcat Users List Subject: RE: Compile JSP on Tomcat Startup I tried jspc and all it did was convert .jsp to .java, instead of .class. I'm

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Edson Alves Pereira
Have you ever tried Ant and Jasper, they are the tools that Tomcat use to create JSP files and compile then. -- De: Molof, Barry[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 28 de fevereiro de 2003 15:07 Para: Tomcat Users List

About Direct SSL with Tomcat as Stand Alone web Server for tomcat SSL experts

2003-02-28 Thread stev sutherland
Hello Tomcat SSL Experts I read the official documentation on using Tomcat with SSL Support I decided to use your Direct SSL solution since we are running Tomcat 3.2.3 as a stand alone product. I was wondering if you know about a related bug in which sometimes (a

RE: setting up Tomcat 4.1

2003-02-28 Thread Tam, Michael
Did you set JAVA_HOME in your environment variable? i.e. JAVA_HOME=C:\j2sdk1.4.1 -Original Message- From: Curtis Seyfried [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:41 AM To: [EMAIL PROTECTED] Subject: setting up Tomcat 4.1 I have been trying to setup Tomcat 4.1 I have

Error while shutdown

2003-02-28 Thread Edson Alves Pereira
Does anyone known how to solve this error? Catalina.stop: org.xml.sax.SAXParseException: Content is not allowed in prolog. org.xml.sax.SAXParseException: Content is not allowed in prolog. at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.j ava:1189

  1   2   >