Re: Possible configuration error in JK2-Environment (Apache 2.0.46,Tomcat 4.1.18/24)

2003-07-31 Thread Eric J. Pinnell
. Maybe had someone a running minimal configuration, or know where is one available. Thanks for help. Christian. PS.: The apache-error.log has for every apache-thread one line like follow: ..[error] jk2_init() Can't find child 12957 in scoreboard Over this i readed a little bit

Re: Possible configuration error in JK2-Environment (Apache 2.0.46,Tomcat 4.1.18/24)

2003-07-31 Thread Eric J. Pinnell
. In the appendix i add more or less my config-files. I build an hole *.tar.bz2 with the complete relevant files (i think), but this is with 38KB to big for the list. Therfor i add short snipplets from the right config-files. Maybe had someone a running minimal configuration, or know

Re[2]: Tomcat refresh configuration

2003-07-27 Thread Anton Tagunov
Hello Bill! BB response.setDateHeader(Expires, 1); probably response.setHeader(Expires, -1); to prevent caching? -Anton - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Need Help For Iplanet Tomcat Configuration

2003-07-25 Thread Eric J. Pinnell
Hi, I'm not sure if cross posting like that was such a good idea... But since I just had to figure this out last week I will share what I learned. I had to play with this a bit befor I was able to get it to work. I was using Solaris so I can't help you with the correct version of the redirector

Need Help For Iplanet Tomcat Configuration

2003-07-25 Thread Nagesh
Hi Gal Shachor, I am trying to configure iplanet web server 6.0 and Tomcat 4.0.5 on windows xp professional. I managed to downloaded two versions of nsapi_redirect.dll from internet one is 110,592 bytes other is 106,496 bytes I tried both non works I Disabled java globally in iplanet i

Apache Tomcat Server Configuration Support Question

2003-07-24 Thread Darrin Bisson
I have been tasked with researching a vendor that provides support of an Apache Tomcat server configuration where it is running in a hosted and managed environment by a different vendor. Also, it would be running on top of IIS. Does anyone know of any company that would provide this type

Re: Apache Tomcat Server Configuration Support Question

2003-07-24 Thread John Turner
http://coredevelopers.net/ and I think the JBoss Group does as well. John Darrin Bisson wrote: I have been tasked with researching a vendor that provides support of an Apache Tomcat server configuration where it is running in a hosted and managed environment by a different vendor. Also

JNDI Resource Configuration/Web.xml

2003-07-24 Thread srinath narasimhan
Can a JNDI be configured in the web.xml, without any entry in server.xml I am currently using Jdbc2PoolDataSource, I have configured this in the server.xml can I configure it in the web.xml without having anything for this JNDI resource in the server.xml Thanks Srinath.

Simple configuration seems to work ...

2003-07-23 Thread Jeff Howard
Hi, I just finished setting up Red Hat 9, JDK 1.4, Apache 2.0.40 and Tomcat 4.1 with help from folks on the list. After all is said and done, it wasn't too bad. Here's a quick summary of what I did. Maybe this will help others and at the same time if there's something wrong or missing maybe

Re: Simple configuration seems to work ...

2003-07-23 Thread John Turner
Only comment is that with :8080 on the URL there is no need for Apache at all. John Jeff Howard wrote: Hi, I just finished setting up Red Hat 9, JDK 1.4, Apache 2.0.40 and Tomcat 4.1 with help from folks on the list. After all is said and done, it wasn't too bad. Here's a quick summary of

Re: Simple configuration seems to work ...

2003-07-23 Thread Jeff Howard
John, The webpages get called by http://ip address/path. There's no :8080 there. Don't I still need Apache for those pages? I only place I use :8080 is in some of the webpages when I want to process a servlet. Jeff John Turner wrote: Only comment is that with :8080 on the URL there is no need

Re: Simple configuration seems to work ...

2003-07-23 Thread John Turner
If you have Apache, there's no need to use 8080 at all, and you can even disable that connector in server.xml. To do so, you would use a connector (mod_jk or mod_jk2). This gets loaded by Apache, and then you map various request URIs to be sent to Tomcat, such as /*.jsp and /servlet/*. Then

Re: Simple configuration seems to work ...

2003-07-23 Thread Jeff Howard
Thanks for the explanation John. Jeff John Turner wrote: If you have Apache, there's no need to use 8080 at all, and you can even disable that connector in server.xml. To do so, you would use a connector (mod_jk or mod_jk2). This gets loaded by Apache, and then you map various request URIs

Tomcat Command Line Configuration

2003-07-23 Thread Oozy
Is there a command-line tool for Linux to configure Tomcat - to perform the functions of the admin webUI? I would like to find a way to modify the server.xml file via the command line so that such modifications could be scripted - this could be done w/ sed/awk/perl but those tools do not seem

RE: Tomcat Command Line Configuration

2003-07-23 Thread Shapira, Yoav
-Original Message- From: Oozy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 11:41 AM To: [EMAIL PROTECTED] Subject: Tomcat Command Line Configuration Is there a command-line tool for Linux to configure Tomcat - to perform the functions of the admin webUI? I would like to find a way

RE: Tomcat Command Line Configuration

2003-07-23 Thread Oozy
] Sent: Wednesday, July 23, 2003 11:41 AM To: [EMAIL PROTECTED] Subject: Tomcat Command Line Configuration Is there a command-line tool for Linux to configure Tomcat - to perform the functions of the admin webUI? I would like to find a way to modify the server.xml file via the command line

RE: Tomcat Command Line Configuration

2003-07-23 Thread Shapira, Yoav
Howdy, I'd like to do this independant of ant - basically a self-contained tool that could parse the xml and insert the proper tags at the proper points (context items, datasource, etc) Good luck, have fun. Server.xml is subject to change (sometimes drastic) between tomcat releases. Yoav

Re: Tomcat Command Line Configuration

2003-07-23 Thread John Turner
Sounds like a basic perl script to me. John Oozy wrote: I'd like to do this independant of ant - basically a self-contained tool that could parse the xml and insert the proper tags at the proper points (context items, datasource, etc) Quoting Shapira, Yoav [EMAIL PROTECTED]: Howdy, There

Tomcat refresh configuration

2003-07-21 Thread Mufaddal Khumri
hi, Is there a way to control the refreshing of html pages in tomcat ? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat refresh configuration

2003-07-21 Thread Tim Funk
Heh? Automagic refresh can be done via a meta tag. (Google is your friend) Page caching is also easy. Again - google is your friend. (cache jsp) -Tim Mufaddal Khumri wrote: hi, Is there a way to control the refreshing of html pages in tomcat ? Thanks.

Re: Tomcat refresh configuration

2003-07-21 Thread Mufaddal Khumri
Well i have the following in all my jsp pages. meta http-equiv=Cache-Control content=no-cache meta http-equiv=Pragma content=no-cache meta http-equiv=Expires content=0 Am using safari on mac os X ... Lets say I have a location. I edit the location and submit the form .. the new data is

Re: Tomcat refresh configuration

2003-07-21 Thread Bill Barker
Probably Safari doesn't read META tags. You could try instead: % response.setHeader(Cache-Control,no-cache); response.setHeader(Pragma, no-cache); response.setDateHeader(Expires, 1); % Mufaddal Khumri [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Well i have the

Re: Tomcat configuration error when displaying default page

2003-07-18 Thread John Turner
tomcat logfile has the entry: [EMAIL PROTECTED] logs]# more localhost_log.2003-07-17.txt 2003-07-17 21:39:12 StandardHost[localhost]: MAPPING configuration error for request URI / Can anyone guess what is wrong with my configuration? I've attached the config files I've edited but the changes have

Re: JK2 Servlet Configuration Problem

2003-07-17 Thread Simon Pabst
:8009 The documentation for JK is really bad. Someone should re-write it. Agree to that. A better way for configuration docs than the JK doc and the many JK guides on the internet would be propably if more people share their experiences and setup notices on a central site, like http

RE: SSL configuration for Apache HTTP server

2003-07-17 Thread Raible, Matt
http://raibledesigns.com/tomcat/ssl-howto.html HTH, Matt -Original Message- From: Sudhir Kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 6:46 AM To: [EMAIL PROTECTED] Subject: SSL configuration for Apache HTTP server hello, How to configure SSL in apache HTTP

Re: JK2 Servlet Configuration Problem

2003-07-17 Thread John Turner
I don't use JK2, but as far as I know, this is prefectly valid: [uri:vegas.x.multivisioninc.com/*.jsp] worker=ajp13:localhost:8009 [uri:vegas.x.multivisioninc.com/action/*] worker=ajp13:localhost:8009 Are you saying you have tried this and it does not work? Regarding your comments on the

RE: JK2 Servlet Configuration Problem

2003-07-17 Thread Joe Krause
Great! Thanks guys - this works. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 6:09 AM To: Tomcat Users List Subject: Re: JK2 Servlet Configuration Problem I don't use JK2, but as far as I know, this is prefectly valid

Tomcat configuration error when displaying default page

2003-07-17 Thread jeffh
StandardHost[localhost]: MAPPING configuration error for request URI / Can anyone guess what is wrong with my configuration? I've attached the config files I've edited but the changes have been minimal. Thanks very much for the help . Jeff !-- Example Server Configuration File -- !-- Note

SSL configuration for Apache HTTP server

2003-07-16 Thread Sudhir Kumar
hello, How to configure SSL in apache HTTP server. Apache and tomcat are integrated. please help thanks and regards Sushir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: SSL configuration for Apache HTTP server

2003-07-16 Thread Simon Pabst
Download and install latest version of openssl (normally in /usr/local/ssl or /usr/local/openssl): http://www.openssl.org/ Apache 1.x: download and install modssl: http://www.modssl.org/ edit SSL Stuff in apache/conf/httpd.conf to suit your needs Apache 2.x: build from source with: ./configure

JK2 Servlet Configuration

2003-07-16 Thread Joe Krause
I'm running Tomcat 4.1.24 with Apache 2.0.46 using JK2 2.0.2 on a Red Hat 9 system (kernel 2.4.20). I followed the last HOWTO on the JK docs page (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html ) and

JK2 Servlet Configuration Problem

2003-07-16 Thread Joe Krause
I'm running Tomcat 4.1.24 with Apache 2.0.46 using JK2 2.0.2 on a Red Hat 9 system (kernel 2.4.20). I followed the last HOWTO on the JK docs page (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html) and everything works great. Except it only specifies how to have *.jsp files

Re: JK2 Servlet Configuration Problem

2003-07-16 Thread Rick
- From: Joe Krause [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 2:06 PM Subject: JK2 Servlet Configuration Problem I'm running Tomcat 4.1.24 with Apache 2.0.46 using JK2 2.0.2 on a Red Hat 9 system (kernel 2.4.20). I followed the last HOWTO on the JK docs page (http

Re: Please help with unusual configuration

2003-07-15 Thread John Turner
Users List Subject: Re: Please help with unusual configuration Yhea, I do something similar using the virtualhost directive. It works great. Rick Roberts wrote: It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have

configuration problem

2003-07-15 Thread awischer
Hi all, I'am struglling with an application using Lotus Domino Taglibs. When accessing the jsp i always get a tomcat error page telling: ... org.apache.jasper.JasperException: no lsxbe in java.library.path at

AW: configuration problem

2003-07-15 Thread Grossert Alexander EXT
PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 15. Juli 2003 14:29 An: [EMAIL PROTECTED] Betreff: configuration problem Hi all, I'am struglling with an application using Lotus Domino Taglibs. When accessing the jsp i always get a tomcat error page telling

Re: AW: configuration problem

2003-07-15 Thread awischer
both library's are precompiled and are delivered as part of the domino server without sourcecode. So, there is no chance to change it. Adding the library path to CLASSPATH dosen't really help. This is the part of catalina.sh i've changed for getting the second error message: ---schnipp--

AW: AW: configuration problem

2003-07-15 Thread Grossert Alexander EXT
I'm sorry! Then I don't have an idea either. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 15. Juli 2003 14:53 An: Tomcat Users List Betreff: Re: AW: configuration problem both library's are precompiled and are delivered as part

RE: AW: configuration problem

2003-07-15 Thread Ralph Einfeldt
Try to strace the tomcat process to find out where tomcat is looking for the library. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 2:53 PM To: Tomcat Users List Subject: Re: AW: configuration problem both library's

RE: AW: configuration problem

2003-07-15 Thread awischer
hm, may be it sound's like I'm a little bit stupid but... can you tell me howto or even better where to read? thanx andreas

RE: AW: configuration problem

2003-07-15 Thread Ralph Einfeldt
/man1/strace.1.html http://www.google.de/search?q=linux+strace -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 4:04 PM To: Tomcat Users List Subject: RE: AW: configuration problem hm, may be it sound's like I'm a little bit stupid

RE: Please help with unusual configuration

2003-07-14 Thread Goehring, Chuck Mr., RCI - San Diego
] Sent: Friday, July 11, 2003 5:22 PM To: Tomcat Users List Subject: Re: Please help with unusual configuration It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have the firewall block port 80 traffic and have apache

RE: Please help with unusual configuration

2003-07-14 Thread Goehring, Chuck Mr., RCI - San Diego
configuration Yhea, I do something similar using the virtualhost directive. It works great. Rick Roberts wrote: It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have the firewall block port 80 traffic and have apache

Custom ClassLoader configuration problem

2003-07-14 Thread Stephen Peck
Can anyone help me with custom class loaders in Tomcat. I am trying to add a custom class loader that will retrieve classes from a source other than the normal class path entries and cannot figure how to get Tomcat to load my Class loader chained to WebappLoader. I have tried entering the

Re: Custom ClassLoader configuration problem

2003-07-14 Thread Wehike
This patch may help if you are compiling with JDK1.3 and using Tomcat5: http://archives.real-time.com/pipermail/tomcat-devel/2003-February/046413.html Rita In a message dated 7/14/03 9:14:05 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: Subj:Custom ClassLoader configuration

Re: Custom ClassLoader configuration problem

2003-07-14 Thread Stephen Peck
In a message dated 7/14/03 9:14:05 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: Subj:Custom ClassLoader configuration problem Date:7/14/03 9:14:05 PM Eastern Daylight Time From:[EMAIL PROTECTED] (Stephen Peck) Reply-to: A HREF=mailto:[EMAIL PROTECTED][EMAIL PROTECTED

Re: Custom ClassLoader configuration problem

2003-07-14 Thread Bill Barker
: Subj:Custom ClassLoader configuration problem Date:7/14/03 9:14:05 PM Eastern Daylight Time From:[EMAIL PROTECTED] (Stephen Peck) Reply-to: A HREF=mailto:[EMAIL PROTECTED][EMAIL PROTECTED] /A (Tomcat Users List) To:[EMAIL PROTECTED] Can anyone help me with custom class

Please help with unusual configuration

2003-07-11 Thread Goehring, Chuck Mr., RCI - San Diego
Connector fans, I'm currently running Apache 2.x and Tomcat 4.24 (no ssl) on Windows 2000 on a Government intranet web server. This will be placed on the public internet and use full-time ssl for connections outside the firewall. Only port 443 will be available from outside the firewall.

Re: Please help with unusual configuration

2003-07-11 Thread Simon Pabst
One Apache listening on Port 80 and 443 is a standard setup for HTTPS, i don't see any reason for a second Apache when your firewall blocks access to Port 80 from outside. Only reason for this would be if you're concerned about SSL Performance with heavy traffic and want a separate machine for

Re: Please help with unusual configuration

2003-07-11 Thread Rick Roberts
It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have the firewall block port 80 traffic and have apache listen on ports 80 and 443. Then outside traffic uses https://yoursite.gov (port 443) and inside traffic uses

Re: Please help with unusual configuration

2003-07-11 Thread Atreya Basu
Yhea, I do something similar using the virtualhost directive. It works great. Rick Roberts wrote: It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have the firewall block port 80 traffic and have apache listen

configuration

2003-07-10 Thread Jorge Castro
configuration problem? 3- How do I tell the application to look for classes in the /lib/*.jar files? Thank you Jorge Castro - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
Hello, Is it possible to have a directory where all the HTML files and file permissions etc. are handled by Apache and all the JSPs and servlets handled by Tomcat? I have Tomcat and Apache working successfully using JK2. What I want to do is the following: Say I have a directory: /mydirectory

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu [EMAIL PROTECTED] wrote: Hello, Is it possible to have a directory where all the HTML files and file permissions etc. are handled

RE: Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
: Apache-Tomcat configuration question Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu [EMAIL PROTECTED] wrote: Hello, Is it possible to have a directory where all the HTML files

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
:[EMAIL PROTECTED] Sent: July 2, 2003 12:34 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu [EMAIL PROTECTED

RE: Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:53 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Most people don't mix servlets and JSP, in which case you would use something like [uri:/myDir/servlet/*] worker=ajp13:localhost:8009

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
configuration question Most people don't mix servlets and JSP, in which case you would use something like [uri:/myDir/servlet/*] worker=ajp13:localhost:8009 In the case of something like Struts, servlets are mapped to URLs ending in *.do, so you would do the same as with JSP: [uri:/myDir/*.do] worker

Tomcat Installation/Configuration using Ant

2003-06-28 Thread Sushil Sureka
Hello, I am trying to write an Ant Script that would allow me to install Tomcat using an Ant script. The reason I am planning to do this is because it will allow me to control the set up of different program through Ant and automatically configure them. Now When I looked at the tomcat

Getting Closer to a Working Configuration

2003-06-25 Thread Stephen Carville
OK, I finally have tomcat starting without any errors. But I still have one jsp that barfs. From catalina.out: FILE = /var/jakarta/tomcat/app1.properties Setting up Properties 0A Setting up Properties 0B Setting up Properties 1 Setting up Properties 2 Setting up Properties 3 Setting up

Re: Getting Closer to a Working Configuration

2003-06-25 Thread John Turner
Let's take a step back and rephrase that, shall we? You have a working configuration. You don't have a working JSP. ;) John On Tue, 24 Jun 2003 17:27:34 -0700, Stephen Carville [EMAIL PROTECTED] wrote: OK, I finally have tomcat starting without any errors. But I still have one jsp

Re: Getting Closer to a Working Configuration

2003-06-25 Thread Stephen Carville
On Wednesday 25 June 2003 05:11 am, John Turner wrote: Let's take a step back and rephrase that, shall we? You have a working configuration. You don't have a working JSP. ;) Could be :-) The JSP works on the standalone configuration but not in the virtual domains. The particlar jsp

configuration

2003-06-20 Thread Free Bud
Hi, I've been using tomcat in production for servlets for a couple years. I got lost after 4.0. I downloaded 5.0 milestone exe and installed. Much easier than before, even created the service without asking. 2 questions: - I usually copy/paste all the library .jar files into my jdk/lib and

RE: configuration

2003-06-20 Thread Mike Curwen
: configuration Hi, I've been using tomcat in production for servlets for a couple years. I got lost after 4.0. I downloaded 5.0 milestone exe and installed. Much easier than before, even created the service without asking. 2 questions: - I usually copy/paste all the library .jar

Re: configuration

2003-06-20 Thread John Turner
Tomcat 5 is not ready for production. Just :dropping a servlet into a directory is bad, because it uses the Invoker. http://jakarta.apache.org/tomcat/faq/misc.html#invoker John On Wed, 18 Jun 2003 20:00:11 -0700 (PDT), Free Bud [EMAIL PROTECTED] wrote: Hi, I've been using tomcat in

RE: configuration

2003-06-20 Thread Shapira, Yoav
Howdy, 2 questions: - I usually copy/paste all the library .jar files into my jdk/lib and choose not to overwrite (tools.jar). Then I can compile servlets w/o problem. This is one of those shortcuts that, while apparently harmless, can cause nightmarish headaches. For example, if you override

TomCat configuration

2003-06-16 Thread kurtc
Hello, i'm using TomCat Standalone, and i have this little problem: When i acces through a browser the site 'www.mysite.com', i will be served by a servlet. But now i cannot access no more to URLs like this: www.mysite.com/file.html: in fact i will be always served directly by the servlet, and i

Re: TomCat configuration

2003-06-16 Thread Jason Bainbridge
On Tue, 17 Jun 2003 02:06, [EMAIL PROTECTED] wrote: servlet-mapping   servlet-namedefault/servlet-name   url-pattern/*.html/url-pattern  /servlet-mapping Tomcat is doing exactly what you are telling it to do with the above, I can't see any reason you would want the above mapping unless you

Configuration questions.....

2003-06-16 Thread Ciramella, EJ
Ok, I'm done searching and ready to ask questions I'm trying to connect Tomcat 4.0 to apache 1.3.X (Linux - RedHat 7.2) - what do I need to do? The only explicit instructions I can find are for Tomcat 3.3 and/or Apache 2.X. Can someone point me in the right direction?

Re: Configuration questions.....

2003-06-16 Thread John Turner
The instructions are essentially the same. http://tomcatfaq.sourceforge.net/apache.html http://www.johnturner.com/howto http://www.galatea.com/flashguides John On Mon, 16 Jun 2003 15:33:22 -0400, Ciramella, EJ [EMAIL PROTECTED] wrote: Ok, I'm done searching and ready to ask questions

RE: Configuration questions.....

2003-06-16 Thread Ciramella, EJ
Wow - thanks for the quick turnaround! -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 3:41 PM To: Tomcat Users List Subject: Re: Configuration questions. The instructions are essentially the same. http://tomcatfaq.sourceforge.net

Re: TomCat configuration

2003-06-16 Thread kurtc
Hello, On Tue, 17 Jun 2003 02:06, [EMAIL PROTECTED] wrote: servlet-mapping servlet-namedefault/servlet-name url-pattern/*.html/url-pattern /servlet-mapping Tomcat is doing exactly what you are telling it to do with the above, I can't see any reason you would want the above mapping unless

Re: Newbie: Apache Tomcat Configuration.

2003-06-13 Thread John Turner
: Thursday, June 12, 2003 5:10 PM To: 'Tomcat Users List' Subject: RE: Newbie: Apache Tomcat Configuration. Muhammad You actually configure apache to call tomcat when ever it needs it - i.e tomcat runs in-process This configuration is done in your jk2 config file in the tomcat/conf directory

(SLIGHTOFFTOPIC)SSL configuration for apache and tomcat

2003-06-13 Thread Shyama Gavulla
Hi All, Thanks to everyone here who responded to my emails immediatly and helped me in moving my from Jrun to Tomcat. The transition was smooth and now my web app runs perfectly on tomcat and apache2.0.46. I have some other things to move from Jrun to tomcat and apache. First one is SSL I

Subject: Nightmare with Tomcat 4.1 and SSL configuration

2003-06-13 Thread rajeev . agarwal
Cosmin I was stuck on the same issue for sometime. Then I realised that I had not put the jsse jar in the classpath. So I copied the 3 jars - jsse.jar, jnet.jar, jcert.jar into %JAVA_HOME%\jre\lib\ext. After that the problem went away. However, I would like to understand how I can configure

Re: Subject: Nightmare with Tomcat 4.1 and SSL configuration

2003-06-13 Thread Bill Barker
I've been adding more logging to the SSL components in TC 5.x (at DEBUG or TRACE level, so it doesn't show up unless you ask :). Some of that will likely find its way back into future versions of TC 4.1.x. At the moment, yes, the logging of errors (especially ones that could be config related)

Re: (SLIGHTOFFTOPIC)SSL configuration for apache and tomcat

2003-06-13 Thread Bill Barker
mod_ssl ships with Apache 2.0.x. Try: $ ./configure --enable-ssl $ make $ sudo make install Shyama Gavulla [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, Thanks to everyone here who responded to my emails immediatly and helped me in moving my from Jrun to Tomcat.

RE: (SLIGHTOFFTOPIC)SSL configuration for apache and tomcat

2003-06-13 Thread Filip Hanik
To: [EMAIL PROTECTED] Subject: Re: (SLIGHTOFFTOPIC)SSL configuration for apache and tomcat mod_ssl ships with Apache 2.0.x. Try: $ ./configure --enable-ssl $ make $ sudo make install Shyama Gavulla [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, Thanks to everyone

RE: Newbie: Apache Tomcat Configuration.

2003-06-12 Thread Sohail Muhammad
, June 11, 2003 8:37 PM To: Tomcat Users List Subject: Re: Newbie: Apache Tomcat Configuration. No, AJP is a protocol. John On Wed, 11 Jun 2003 10:32:53 -0400, Phillip Qin [EMAIL PROTECTED] wrote: Is there a connector called ajp14? -Original Message- From: Michele Neylon

RE: Newbie: Apache Tomcat Configuration.

2003-06-12 Thread Kevin Passey
Muhammad You actually configure apache to call tomcat when ever it needs it - i.e tomcat runs in-process This configuration is done in your jk2 config file in the tomcat/conf directory and in your apache2/conf workers2.properties file. If you search on Google you will find lots of info

RE: Newbie: Apache Tomcat Configuration.

2003-06-12 Thread Sohail Muhammad
: Apache Tomcat Configuration. Muhammad You actually configure apache to call tomcat when ever it needs it - i.e tomcat runs in-process This configuration is done in your jk2 config file in the tomcat/conf directory and in your apache2/conf workers2.properties file. If you search on Google you

A question of configuration

2003-06-12 Thread Michael Holly
make my data sources available to just this application CON: This would make my data sources available to just this application ;~) I am running one Tomcat instance to serve out 2-3 applications whose resources may not neccesarily overlap. I have browsed through the server configuration document

Re: A question of configuration

2003-06-12 Thread Liem Do
directory of your war file as well but I haven't tried that. HTH, LD - Original Message - From: Michael Holly [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 11:33 AM Subject: A question of configuration I am trying to config a Tomcat 4.1.18 server. I want

Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Sohail Muhammad
Hello All, Newbie Question: I believe these questions have been answered before but i have not been able to grasp the procedure. 1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two? 2) After these are integrated what should i do to make the Apache webserver transfer

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Michele Neylon :: Blacknight Solutions
Hello All, Newbie Question: I believe these questions have been answered before but i have not been able to grasp the procedure. 1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two? If you look in the archive some links to tutorials were posted yesterday.

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread John Turner
to Apache? Depends what connector you use, each has its own configuration directives. See http://tomcatfaq.sourceforge.net/apache.html 3) Is it possible to adjust both Apache and Tomcat in such a way that whenever Apache is started Tomcat starts automatically and whenever Apache stops Tomcat also

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Jason Bainbridge
On Wed, 11 Jun 2003 20:27, John Turner wrote: 3) Is it possible to adjust both Apache and Tomcat in such a way that whenever Apache is started Tomcat starts automatically and whenever Apache stops Tomcat also shutsdown? Possible, yes. Actually accomplished in production, not that I know

RE: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Phillip Qin
Is there a connector called ajp14? -Original Message- From: Michele Neylon :: Blacknight Solutions [mailto:[EMAIL PROTECTED] Sent: June 11, 2003 5:24 AM To: [EMAIL PROTECTED] Subject: Re: Newbie: Apache Tomcat Configuration. Hello All, Newbie Question: I believe these questions

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread John Turner
: Re: Newbie: Apache Tomcat Configuration. Hello All, Newbie Question: I believe these questions have been answered before but i have not been able to grasp the procedure. 1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two? If you look in the archive some links

changing tomcat configuration on the fly

2003-06-05 Thread Adi Katz
Hello, I am interested in changing the server.xml and web.xml files through servlets and then reload them. So for example I can add JNDI entries in server.xml without the nedd to stop/start tomcat again. Something very similar is done in the admin app ( shipped with tomcat ). Does anybody have a

Re: changing tomcat configuration on the fly

2003-06-05 Thread Dominic Parry
you can find it in the Tomcat source. Just look in the source for the admin app. - Original Message - From: Adi Katz To: [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 4:08 PM Subject: changing tomcat configuration on the fly Hello, I am interested in changing

Re: changing tomcat configuration on the fly

2003-06-05 Thread Tim Funk
There is no way to change web.xml on the fly. Except by - - putting a new web.xml in its place - stop the app - start the app As for changes to server.xml. This can be done via JMX. See the code to the admin app on how make changes. -Tim Adi Katz wrote: Hello, I am interested in changing the

Re: changing tomcat configuration on the fly

2003-06-05 Thread Tim Shaw
I wonder whether you actually want this approach at all. Depending on why you want to modify JNDI entries, and whether this is for the entire server or just a specific web-app ... If I need to change my JNDI entries (generally values and additions during development), I modify the context.xml

RE: changing tomcat configuration on the fly

2003-06-05 Thread Adi Katz
Users List Subject: Re: changing tomcat configuration on the fly I wonder whether you actually want this approach at all. Depending on why you want to modify JNDI entries, and whether this is for the entire server or just a specific web-app ... If I need to change my JNDI entries (generally

RE: changing tomcat configuration on the fly

2003-06-05 Thread Justin Ruthenbeck
on somebodey going to the server and stop-start tomcat. Would like to hear any ideas /examples. Adi -Original Message- From: Tim Shaw [mailto:[EMAIL PROTECTED] Sent: 04 June 2003 18:48 To: Tomcat Users List Subject: Re: changing tomcat configuration on the fly I wonder whether you actually

Re: changing tomcat configuration on the fly

2003-06-05 Thread Tim Shaw
If it's a 'single-shot' user accessing a DB known to them (and for many you could configure) I'd probably take request parameters and set up a DataSource in-session. This could be made 'longer lasting' by loading/storing the data entered - but users would still have to select the configuration

Tomcat Server Configuration. HTTP 1.0

2003-06-05 Thread Sreekumar, Anuroop
application as it requires a session. However, this doesn't happen with Version 9.0 and it speaks HTTP 1.1. Would there be any setting in the Tomcat Configuration that prompts whenever it receives a HTTP 1.0 request? The Coyote4 connector says it supports both 1.1 and 1.0 and it uses 1.1 always

RE: Tomcat Server Configuration. HTTP 1.0

2003-06-05 Thread Shapira, Yoav
sure to read the Coyote configuration page: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html Yoav Shapira Millennium ChemInformatics -Original Message- From: Sreekumar, Anuroop [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 3:41 PM To: [EMAIL PROTECTED] Subject

Réf. : DataSource configuration in web.xml insteadof server.xml AGAIN !

2003-06-04 Thread meissa . Sakho
. Meissa [EMAIL PROTECTED] 03/06/2003 13:32 Veuillez répondre à Tomcat Users List Pour : [EMAIL PROTECTED] cc : Objet : DataSource configuration in web.xml instead of server.xml hi all, I 've configured my DataSource configuration within a DefaultContext

Re: Réf. : DataSource configuration in web. xml instead of server.xml AGAIN !

2003-06-04 Thread Jacob Kjome
to provide the proprietary configuration for container-managed datasources, but you will not need to make a single change to your webapp. You app is generic and uses interfaces which all containers claiming to suppport J2EE and/or the servlet spec are required to provide support for. So, keep things

<    4   5   6   7   8   9   10   11   12   13   >