webapp not loading?

2002-10-31 Thread Peter Choe
i am running tomcat 4.1.10 with jdk1.3 on freebsd 4.6. i tried to move a webapp from one server to another. i call it directory. but when i try to access the webapp, i get: HTTP Status 404 - /directory type Status report message /directory description The requested resource (/directory) is

Re: RES: netscape caching page

2002-07-03 Thread Peter Choe
yes, i cleared the browser cache. it is a jsp file that gets generated from a database. At 04:30 PM 7/3/2002 -0300, Jose Euclides da Silva Junior - DIGR.O wrote: Did you clean your browser' cache? Is it a jsp or html page? Euclides. -Mensagem original- De: Peter Choe [mailto:[EMAIL

jsp file cached on netscape browser

2002-07-05 Thread Peter Choe
instead of the new html that is suppose to be generated. i have gone to netscape and changed the cache value to zero and set it so that it will check the file all the time the page is requested. anyone know how i can force netscape to reload the page every time? Peter Choe -- To unsubscribe, e

where to put servlet

2002-07-05 Thread Peter Choe
is there a place where i can put a servlet in tomcat that can be used by any web application? not just limiting the servlet to be used in a single directory. Peter Choe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: email to cell phone

2002-07-17 Thread Peter Choe
, How to send the emails to cell phones from Tomcat? Thanks, Jack Li -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Peter

Re: JMS with Tomcat ..

2002-07-17 Thread Peter Choe
] Peter Choe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

tomcat access log

2002-07-23 Thread Peter Choe
accessed on tomcat? Peter Choe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

repost of logging question

2002-07-24 Thread Peter Choe
accessed on tomcat? Peter Choe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-08-22 Thread Peter Choe
i believe apache 2 has the source for modssl already. At 10:02 AM 8/22/2002, you wrote: Go to the source, Luke, go to the source: http://www.modssl.com/ John Turner -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 10:00 AM To:

Re: connect Apache + Tomcat on different hosts

2002-08-26 Thread Peter Choe
modify the workers.properties file and change the host name of the ajp13 connector to the tomcat server. At 09:48 AM 8/26/2002, Bauer, Christopher wrote: Hi! Is it possible to have Apache on one host (Solaris 8) and tomcat on another (Win NT 4) connected via mod_jk? If yes, how can I achieve

RE: connect Apache + Tomcat on different hosts

2002-08-26 Thread Peter Choe
Christopher -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Montag, 26. August 2002 16:12 To: Tomcat Users List; '[EMAIL PROTECTED]' Subject: Re: connect Apache + Tomcat on different hosts modify the workers.properties file and change the host name of the ajp13 connector

strange behavior with mod_jk

2002-08-27 Thread Peter Choe
i am using apache 1.3.26 to server my static webpages on one server and connecting to a separate tomcat 3.1 server through mod_jk. when i start up apache, it is able to connect to the webapps fine. but after several minutes, something strange happens. if i put in the url of one

Re: Apache Tomcat SSL Integration

2002-08-27 Thread Peter Choe
you can use mod_ssl and have apache handle the ssl connections to tomcat. At 08:30 AM 8/27/2002, you wrote: Hi all. I have an Apache install that serves all my static html pages and a Tomcat install that serves a JSP user registration system. I have the two talking to one another using

Re: Apache Tomcat SSL Integration

2002-08-27 Thread Peter Choe
www.mod_ssl.org At 08:39 AM 8/27/2002, you wrote: Cool, is there some good documentation for this somewhere. Thanks for the quick response! Peter Choe wrote: you can use mod_ssl and have apache handle the ssl connections to tomcat. At 08:30 AM 8/27/2002, you wrote: Hi all. I have

please help me!!! [repost]

2002-08-27 Thread Peter Choe
i am using apache 1.3.26 to server my static webpages on one server and connecting to a separate tomcat 3.1 server through mod_jk. when i start up apache, it is able to connect to the webapps fine. but after several minutes, something strange happens. if i put in the url of one

one last plea for help

2002-08-27 Thread Peter Choe
i am desparate. can anyone help me? i am using apache 1.3.26 to server my static webpages on one server and connecting to a separate tomcat 3.1 server through mod_jk. when i start up apache, it is able to connect to the webapps fine. but after several minutes, something strange happens. if

Re: one last plea for help

2002-08-27 Thread Peter Choe
systems configuration? once again thanks for replying. Peter Choe At 12:49 PM 8/27/2002, Michael E. Locasto wrote: Peter, Your last comment is a little unclear - do you mean that you request 1 URL and it gets redirected to another, or that you see some page that you think shouldn't

Re: one last plea for help

2002-08-27 Thread Peter Choe
2002 12:06:01 -0400, Peter Choe wrote: i am desparate. can anyone help me? i am using apache 1.3.26 to server my static webpages on one server and connecting to a separate tomcat 3.1 server through mod_jk. when i start up apache, it is able to connect to the webapps fine. but after

RE: one last plea for help

2002-08-27 Thread Peter Choe
what do you mean? i want to use mod_ssl on apache to encrypt connection between the server and the browser. i have read that you need ajp13 connector to use ssl. Peter Choe At 01:44 PM 8/27/2002, you wrote: The connection between apache and tomcat is not encrypted. There's more detail

need to find out the URL of the page that sent the request

2002-08-28 Thread Peter Choe
how can i find out the URL that makes a request to a jsp? if a page from http://www.myserver.com/request.html makes a request to http://www.myserver.com/myservlet.jsp, how can myservlet.jsp know if the request came from http://www.myserver.com/request.html and not another page? Peter -- To

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Peter Choe
thanks. but when i tried to do request.getHeader(Referer) it just gave me null. is this browser specific? Peter Choe At 03:12 PM 8/28/2002, you wrote: You're right, my bad. John -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Peter Choe
, the servlet is called RequestHeaderExample and the source code should be available in the examples directory. John -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 3:26 PM To: Tomcat Users List Subject: RE: need

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Peter Choe
are compiled into servlets. When you access your JSP page, is there an intervening page, like an HTML page? There has to be one for Referer to be set. John -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 3:42 PM To: Tomcat Users List

why do i get this error?

2002-03-07 Thread Peter Choe
what does this error mean? i install tomcat 4.0.3 from binaries on to my solaris 8 for intel and tried to migrate some jsps i had on tomcat 3 to the new one. i have my jar files in $TOMCAT_HOME/lib. i thought that tomcat was suppose to read the jar files from that directory? i am wrong to

Re: Newbie installation question

2002-03-27 Thread Peter Choe
shouldn't it be port 8080? At 03:38 PM 3/27/2002, Zoe Adams wrote: Hi, This is a very newbie question I'm afraid. I have attempted to install a standalone Tomcat 4 as an RPM under RedHat Linux 7.1 but just can't get it to work. These are the steps I've followed: - Installed

Re: jakarta + MySQL / JDBC Problem

2002-04-02 Thread Peter Choe
do you have the jdbc driver for the mySQL? At 12:52 PM 4/2/2002, subceero wrote: Hello everyone, I'm running tomcat on a linux system. My test JSP-Page runs fine, but if I try to connect to a mySQL-database, all I get is a Class loading error . Does anyone know what this could mean? Is some

Re: TOMCAT STOPS!

2002-04-04 Thread Peter Choe
i am having the same that you had, and i tried to use the nohup command to start tomcat from a telnet session. but if i close the telnet window, tomcat still stops running. i am running tomcat on a Solaris 8 intel platform. do you have any other suggestions? At 04:56 PM 4/3/2002, Nancy

webapps not found

2002-04-17 Thread Peter Choe
i am trying to run tomcat 4.0.3. i have transfered some web application from a tomcat 3.2. for some reason, some of the webapps are showing up when i type the url, but others come with the message file not found. why is it showing some webapps but not others? i haven't changed the

webapp not starting

2002-04-18 Thread Peter Choe
i have tomcat 4.0.3 installed on a intel solaris system. i am able to start tomcat and i can get some webapps running. but some webapps are not running. when i did http://localhost:8080/manager/list i got the following: OK - Listed applications for virtual host localhost

what is wrong with this web.xml

2002-04-19 Thread Peter Choe
i have a webapp that doesn't start when i start tomcat 4.0.3. when i look at the catalina.out log i get a: org.xml.sax.SAXParseException: The content of element type web-app must match

Re: Running Tomcat as a user other than root

2002-04-19 Thread Peter Choe
i was able to create a tomcat user and run it as tomcat instead of root. i su to tomcat user and start catalina.sh. At 01:33 PM 4/19/2002, Jay Wright wrote: On solaris, is it possible to run tomcat as a user other than root? Hopefully a config that can be set? Jay -- To unsubscribe:

RE: Running Tomcat as a user other than root

2002-04-19 Thread Peter Choe
well, i have tomcat running on port 8080, not port 80. port 80 i have apache running. At 01:46 PM 4/19/2002, Jay Wright wrote: on unix? i was under the impression that you could not bind to port 80 as a user other than root. -Original Message- From: Peter Choe [mailto:[EMAIL

connecting apache to tomcat

2002-05-09 Thread Peter Choe
i know this probably has been asked and answered many times before, but i did look through the documentation and the mail archive. and unfortunately, i am more lost than when i started. here is my situation: i have one server using apache webserver. and a separate machine using tomcat

building mod_jk on solaris

2002-05-10 Thread Peter Choe
i am trying to build mod_jk for tomcat4.0. the only mod_jk i found is actually in tomcat3.3 though. so, i tried to compile it using the build-solaris.sh script and i get the following error: bash-2.03# ./build-solaris.sh Building mod_jk cc -DEAPI -DMOD_PERL -DUSE_EXPAT -O -G -Kpic

RE: building mod_jk on solaris

2002-05-10 Thread Peter Choe
?Ion_Larranaga?= wrote: Hi, I think that mod_jk is included within the connectors package (jakarta-tomcat-connectors-4.0.2-01-src.tar.gz for instance), so you should try to get it from there. Hope it helps, Ion -Mensaje original- De: Peter Choe [mailto:[EMAIL PROTECTED]] Enviado el

Re: building mod_jk on solaris

2002-05-10 Thread Peter Choe
Jack Peter Choe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... they only seem to have it for sparc. i am running an intel solaris. if i have apache running on a freebsd machine, and tomcat running on a solaris machine, which mod_jk should i get and where should i place

building mod_jk

2002-05-13 Thread Peter Choe
my saga continues... i have read the following instructions in the mail archives on how i can build mod_jk: - ./configure --enable-EAPI --with-java-home=/usr/local/jdk1.2-blackdown \ --with-apxs=/usr/sbin/apxs (i think it configured okay as there was no error at the end.) - gmake the

how to connect apache on one server to tomcat on another server

2002-05-14 Thread Peter Choe
okay, after pulling out my hair trying to get a mod_jk for freebsd (they have it in the ports), i am now trying to configure it so that my apache server, cartman, can forward the request for jsp's and servlets to my tomcat server, butters. i have modified the workers.properties on cartman to

Please help with mod_jk

2002-05-20 Thread Peter Choe
i am trying to get mod_jk working on a Solaris 8 intel box. i have installed apache1.3.24 from sources and i have tomcat4.0.x from binaries. i compiled mod_jk using the script provided and everything seemed to work. but when i put: LoadModule jk_modulelibexec/mod_jk.so in to

Re: Please help with mod_jk

2002-05-20 Thread Peter Choe
? mod_jk.so is in the libexec directory. Sorry if these are *very* basic suggestions. If it isn't one of those issues, I'm not sure offhand. Duane On Monday, May 20, 2002, at 01:01 PM, Peter Choe wrote: i am trying to get mod_jk working on a Solaris 8 intel box. i have installed apache1.3.24 from

Re: WEB-INF/lib not used?

2001-08-17 Thread Peter Choe
you restart tomcat? Noel L Yap wrote: I've just created a new web app. I'm able to bring up a trivial JSP so I'm pretty sure I've done something right. However, when I try to do an import within the JSP (eg import com.epicentric.common.*) I get Package com.epicentric.common not found in

installing tomcat 3.2 on windows 98

2001-05-04 Thread Peter Choe
CLASSPATH=c:\tomcat\lib\servlet.jar;c:\tomcat\lib\webserver.jar;...etc for each jar file in tomcat\lib apparantly the tomcat.bat file is setting the proper classpath. any suggestions? peter choe

Re: Java servlet that sends form data to email

2001-06-05 Thread Peter Choe
use the javamail api. Alkmini D. wrote: HI all! Sorry for the newbie question. Can anyone give me any hints on how to make a java servlet that reads form data and sends it to an email address? Thanks ! Do You Yahoo!?

where to put tag libraries

2001-06-14 Thread Peter Choe
where can i put a taglib jar file so that all the applications can use it? peter choe

Re: where to put tag libraries

2001-06-14 Thread Peter Choe
-INF directory? peter choe Dmitri Colebatch wrote: Amos Shapira wrote: The class files themself are just like any other library - under Tomcat's lib or anywere in the standard JAva classpath. a more appropriate place might be considered to be WEB-INF/lib - that way they will not affect

Re: tomcat work with mozilla but not with IE

2001-06-15 Thread Peter Choe
actually, i think the ie has a problem with port 8080. i also had this problem before. peter choe

Re: how to make a war file?

2001-06-19 Thread Peter Choe
use the jar tool, but put a war extension instead of jar. Bo Xu wrote: Hi :-) could anybody tell me how to put a myapp/Servlet-context into a war file? I can do something similar with J2EERI, but I don't know how to do it by myself: - is war-file a jar-file? - which command/tool can I

how to let two user stop and start tomcat

2001-07-23 Thread Peter Choe
it using ./shutdown.sh. but if bar tries to start it using ./startup.sh it throws the following: FATAL:java.net.BindException: Address already in use can anyone help? peter choe

out.write() method

2000-11-13 Thread Peter Choe
is just printed out without some return carriages. example: Hi, one more question:) THe PrintWriter class has both write and print method. THe one i saw in your notes is the print method. What's the difference between the two methods? thanks, Ge Sun From: Peter Choe To: "GE SUN" S

Re: out.write() method

2000-11-13 Thread Peter Choe
hey! that actually worked. thanks for the tip. peter choe CPC Livelink Admin wrote: Maybe its that you need to replace "\n" with "BR" (Break Line) to get the new lines in HTML, since HTML ignores the formatting of the input text. (Unless you use the PRE tag I thi

scope of a bean

2000-12-06 Thread Peter Choe
rather using the bean that was instaniated from the previous page. am i misunderstanding the scope of the bean? how can i get bean to be recognized by two jsp files without using session scope? peter choe

Re: Tomcat under UNIX Newbie Question

2000-12-07 Thread Peter Choe
there is a tomcat binary file that you can download and untar. no need to compile it. Stuart Morse wrote: Hi All, I've used Tomcat on Win32 a little, and I'm about to enter the world of Unix. I noticed that there is one .tar file for Unix, but I may be using Solaris, UnixWare 7 or

files open limit

2002-09-05 Thread Peter Choe
i have been getting an error on my FreeBSD 3.4 system which is running tomcat 3.2. after a while, i get a 'too many files open in system' error and it freezes tomcat and the whole server. i looked at the ulimit on the system and it says that the file limit is 1024. i have no idea if this is

RE: How to make apache work both for https

2002-09-09 Thread Peter Choe
modssl comes with apache 2.0 i believe. you need openssl to get modssl to work. they are not mutually exclusive. modssl doesn't create the certificates. Peter At 02:02 PM 9/9/2002, you wrote: thanks again John, both the documentations use openssl for creating RSA and CSR, but I am using

Re: Changing the IP address

2002-09-09 Thread Peter Choe
do you have DNS set up to map the ip to the name of the server? At 02:43 PM 9/9/2002, you wrote: Dear Tomcat users: Tomcat 3.3 Apache 1.3 Solaris 7 Oracle 8 My application is running under this features, but only in the intranet of the Institution I work for. When employees try to

Re: Changing the IP address

2002-09-09 Thread Peter Choe
again! Peter Choe wrote: do you have DNS set up to map the ip to the name of the server? At 02:43 PM 9/9/2002, you wrote: Dear Tomcat users: Tomcat 3.3 Apache 1.3 Solaris 7 Oracle 8 My application is running under this features, but only in the intranet

Re: Tomcat 4.1.x don't find libs to compile the *.jsp

2003-01-08 Thread Peter Choe
did you check the spelling of the jar file? you have: import usingj2ee.*; but you are deploying using2je.jar. At 10:44 AM 1/8/2003, you wrote: Hallo, I include in my jsp - File an private-lib as follows ... %@ page language=java import=java.util.*,usingj2ee.* % ... When I call this Page, I

reading forms

2003-01-09 Thread Peter Choe
is there a way to specify the order of the parameters are read from a form in a servlet? it seems that if i do request.getParameterNames() there is no logic to which parameters are read first. Peter Choe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: reading forms

2003-01-09 Thread Peter Choe
thanks for the information. i was just trying to write a generic servlet to read in any forms and email or print the results to the users. Peter Choe At 11:54 AM 1/9/2003, Jason Pyeron wrote: for lack of a better description the names are radmonized. This is because they are in a hash

RE: Checking if Tomcat is up

2003-01-13 Thread Peter Choe
maybe he wants a separate program to check if the service is up. At 01:57 PM 1/13/2003, Turner, John wrote: Myabe I'm missing something, but if Tomcat is down how can your application run to be checking that Tomcat is up? Your application needs Tomcat to execute. John -Original

Re: could you help me please?

2003-01-21 Thread Peter Choe
isn't COM microsoft specific? At 06:59 AM 1/21/2003, you wrote: Hi all,sorry for bothering you ;-) I'm just a student trying to develop some Servlet... I'm trying to use COM ports from a servlet running in TOMCAT 3.2.4 ,but i get the error message :Port COM1 does not exist. What can i do to

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]

web page errors

2003-02-11 Thread Peter Choe
can tomcat handle errors such as 404 document not found without apache? how can i configure tomcat to direct these errors to an error page? Peter Choe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: web page errors

2003-02-11 Thread Peter Choe
do i need to set up the web.xml for each application, or is there a way to have one set up for all the applications in one place? Peter Choe At 10:04 AM 2/11/2003, Shapira, Yoav wrote: Howdy, can tomcat handle errors such as 404 document not found without apache? Yes. Anything that claims

RE: web page errors

2003-02-11 Thread Peter Choe
of until i stop tomcat. is there a know problem with using error-page with tomcat3.2? Peter Choe At 10:28 AM 2/11/2003, you wrote: Howdy, You typically need to set up one web.xml for each web application. Yoav Shapira Millennium ChemInformatics -Original Message- From: Peter Choe

Re: web page errors

2003-02-11 Thread Peter Choe
yes. i have missing.html in the root directory. Peter Choe At 12:28 PM 2/11/2003, you wrote: Just a quick question... Did you actually put an HTML document named missing.html in the root folder of your context? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified

Re: web page errors

2003-02-11 Thread Peter Choe
yes. and i can access it directly, but not indirectly. Peter Choe At 01:24 PM 2/11/2003, you wrote: Just to re-cap... Here's what your application structure looks like... /usr/lib/tomcat/conf/server.xml -- contains Context path=petersapp .../ /usr/lib/tomcat/webapps/petersapp/ -- context

Re: web page errors

2003-02-11 Thread Peter Choe
i put it in the root context: /path/to/tomcat/webapps/application/missing.html Peter Choe At 01:46 PM 2/11/2003, [EMAIL PROTECTED] wrote: Hi ... but did you mean root context when you said root directory? These are two different things. For example server.xml Context path=/myapp docBase

using jsp bean

2003-02-14 Thread Peter Choe
use beans with 4.1.10? Peter Choe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

why can't i use jsp:useBean

2003-02-14 Thread Peter Choe
i am using tomcat 4.1.10 and am trying to write a jsp. when i use: jsp:useBean id=foo scope=request class=Bar / i get a servlet context error. i am importing the package that Bar.class is in. any suggestions? - To

making file case insensitive

2003-02-21 Thread Peter Choe
is there a way to make tomcat serve html files regardless of the case of the file? ie Hello.html and hello.html will retrieve the same file. Peter - To unsubscribe, e-mail: tomcat-user-unsubscribe@xx For

Re: How to determine Tomcat version

2003-03-05 Thread Peter Choe
check the manager app. http://tomcatserver/manager/html At 03:30 PM 3/5/2003, you wrote: Hi, Is there a way to programmatically identify which version of Tomcat you have installed? I originally just checked the header in the RELEASE-NOTES file, but this file does not exist in all Tomcat

jrun taglib

2003-03-24 Thread Peter Choe
does anyone know where i can get the jrun taglib? does the taglibs work with tomcat? Peter Choe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

connection pooling

2004-04-15 Thread Peter Choe
. how can i do this for postgresql and if anyone knows off hand, for oracle. peter choe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jboss tomcat integration

2004-04-16 Thread Peter Choe
i want to be able to use jboss as my ejb container and tomcat. i know that jboss comes with tomcat integrated, but i want to be able use the tomcat instance that i already have running. i have tried to look for documentation on how this can be done, but haven't found any clear answers. has

Re: jboss tomcat integration

2004-04-16 Thread Peter Choe
not to start? thanks for the help. peter Jules Gosnell wrote: Peter Choe wrote: i want to be able to use jboss as my ejb container and tomcat. i know that jboss comes with tomcat integrated, but i want to be able use the tomcat instance that i already have running. i have tried to look

Re: jboss tomcat integration

2004-04-19 Thread Peter Choe
. peter Nikola Milutinovic wrote: Peter Choe wrote: thanks for the reply. so, once the initialcontext is set up in the environment, i just need to put everything (jsp, servlets, ejbs) under the webapps directory? No, I believe the idea is to let JBoss handle everything except JSP/Servlet. So EJBs

Re: jboss tomcat integration

2004-04-19 Thread Peter Choe
embedded in jboss, right? peter Nikola Milutinovic wrote: Peter Choe wrote: it's just that i have a lot of things configured on tomcat and i am not too familiar with jboss yet. Most of those things can be configured on JBoss, too. Note that things tied to JNDI (DataSources, etc.) are not configured

Re: Setting Display Name

2003-12-02 Thread Peter Choe
of the web.xml file in your servlet context. Shapira, Yoav wrote: Howdy, Simply add display-nameBlahBlah/display-name to the servlet element. The doc for this and all other deployment descriptor questions of this kind is the Servlet Specification itself, SRV 13. Yoav Shapira Millennium

mod_jk2 and tomcat version 3.1

2003-12-05 Thread Peter Choe
can mod_jk2 be used with tomcat version 3.1? Peter Choe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

defining multiple tomcat server on one workers2.properties file

2003-12-17 Thread Peter Choe
a separate worker and specifying the other server. how is this done with jk2? does anyone have an example i can use? Peter Choe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: defining multiple tomcat server on one workers2.properties file

2003-12-30 Thread Peter Choe
the port number to 8010 -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 3:30 PM To: Tomcat Users List Subject: defining multiple tomcat server on one workers2.properties file i have an apache webserver that will handle request made to tomcat