Re: Connection Pooling

2001-03-07 Thread Sebastian Schulz
hi, take a look at PoolMan, its a nice generic implementation for datasources, special for jdbc-derived ones like Connections. the url is: http://poolman.sourceforge.net/ by the way: this implementaion was mentioned in the very helpful book: 'Profession JSP' from wrox bAs T. "Carlos Lpez M."

Re: plain text login

2001-03-07 Thread Rob Tanner
If I understand what you're saying, the login.jsp page will include a form with two input elements, username and password, and a submit button. The action attribute will be verify.jsp. And what you're worried about is somebody skipping the login.jsp page and going straight to verify.jsp.

Include files in Tomcat and Apache

2001-03-07 Thread Abdullah
hi , I have apache 1.3.14 ( with Jserv) and Tomcat 3.2.1 running in the same machne on linux. All the html and images are in apache, All the Jsp and Servlets are in tomcat Here i have one problem . I have a jsp called login.jsp which has an include statement like %@ include

Re:Wanted: 'mod_jk.so' for *Mandrake* Linux!

2001-03-07 Thread Tomasz.Sucharzewski
You have it in attachment. BTW it is ease to compile, -get tomcat source -go to $tomcat_src/src/native/apache1.3 -here you have Makefile.linux, copy that file to Makefile -type make -if you have gcc properly installed you should get mod_jk.so anyway i send it to you. Tomasz Sucharzewski ING

Re: Form Based Authentication with Encryption

2001-03-07 Thread Andrew Robson
Hi Amit, I'm using 3.2 so details may vary. What you want to do is write your own authentication module. Easier than it sounds. Just take a copy of the authentication module you are using (SimpleRealm?) to use as a base for your own code. Add in the functionality you want, compile and include

Re: server.xml docs written (GOOD STUFF!)

2001-03-07 Thread Alex Fernández
Go for it! Un saludo, Alex. Mike Slinn wrote: Kevin: I've also started some docs on JDBC realms at http://www.mslinn.com/sites/tomcat/jdbcRealm.html Again, if anyone has corrections or suggestions I am most happy to incorporate them. I am planning to write up web.xml next.

Pleas help: error strarting tomcat service on win32

2001-03-07 Thread Duplk, Jn
Error when I strart tomcan service on Windows NT4 and Windows 2000 C:\jakarta-tomcat\bin\win32\i386jk_nt_service -i Jakarta c:\jakarta-tomcat\conf \wrapper.properties Asked (and given) winsock 1.1 The service named Jakarta was created. Now adding registry entries Registry values were added If

Tomcat 4.0 Beta 1 Tomcat 4.0 Beta 1 shipped with J2SDKEE 1.3 Beta

2001-03-07 Thread Markus Kopka
I tried to deploy a web application (html + servlets) to the tomcat webcontainer shipped with the j2sdkee 1.3 beta. The static html part works fine but the mapping for the servlet doesn't work (container doesn't find any servlets). I did the same with the tomcat 4.0 beta 1 version downloaded at

Re: Pleas help: error strarting tomcat service on win32

2001-03-07 Thread ¾ÈÈ£¼·
Did you edit the 'wrapper.properties' according to your tomcat home and java home ? In my case, that was the cause of the error shown below. "Duplák, Ján"[EMAIL PROTECTED]([EMAIL PROTECTED])´ÔÀÌ ¾²½Å ±ÛÀÔ´Ï´Ù. Error when I strart tomcan service on Windows NT4 and Windows 2000

Re: plain text login

2001-03-07 Thread Tagunov Anthony
On Wed, 07 Mar 2001 00:54:34 -0800, Rob Tanner wrote: If the issue is pages after verify.jsp, you can either create a session or simply create a cookie. Choosing between the two mechanisms should be pretty straight forward. If you're doing session kinds of things like an e-commerce shopping

XSQL on tomcat

2001-03-07 Thread Kenneth Westelinck
Hi all, I'm using Tomcat 3.2.1 and Apache 1.3.17 on a Windows NT4.0 OS. Apache is connected to Tomcat with the mod_jk. Everything is working fine. For submitting queries to a database I'm using the oracle XSQL servlet. XSQL pages have an extension .xsql. If I include this line in httpd.conf:

Re: Form Based Authentication with Encryption

2001-03-07 Thread amit
Thanks Andrew, But,I'm using XML to store my whole data (this is requirement of the product) We are not at all using any database. So with this regard,would u like to comment something more ? Also can usuggest some resource for :creating my own cutomized "authentication module" ? Thanks

RE: getSession(true)

2001-03-07 Thread Randy Layman
It should only happen the first time you get a session. Its because initalizeing SecureRandom takes that long. If you search the archives there is a -D option that you can use to specify a different Random number generator that might work faster, but be careful. If someone can guess

bug or wrong Apache+Tomcat configuration???

2001-03-07 Thread Herchel Wojciech
Hi all! I've encountered following problem. i have a protected area defined in my web.xml file: security-constraint web-resource-collection web-resource-nameProtected Area/web-resource-name url-pattern/protected/*/url-pattern http-methodDELETE/http-method

RE: Pleas help: error strarting tomcat service on win32

2001-03-07 Thread Duplak, Jan
Yes, I have edited 'wrapper.properties'... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 12:41 PM To: Dupl?, J?; [EMAIL PROTECTED] Subject: Re: Pleas help: error strarting tomcat service on win32 Did you edit the

Form-Based Auth and tracking Login Attempts

2001-03-07 Thread Rajesh A
I am using tomcat 3.2.1 + form-based authentication + jdbcRealm with oracle database. Everything has been configured and works perfect. Now I have a requirement to lock a user account upon 3 consecutive login attempt failures. The user then needs to contact the application administrators to

RE: Form-Based Auth and tracking Login Attempts

2001-03-07 Thread Randy Layman
One suggestion might be to modify JDBCRealm so that on unsuccessful login it updates a database field (like NUM_BAD_LOGINS) to one more than it is. Then when the magic number is triggered, you don't allow them to login even with the correct password. When the administrator resets the

RE: Form-Based Auth and tracking Login Attempts

2001-03-07 Thread Alistair Hopkins
Why not implement a unix-style login which gets slower after every duff attempt? -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 1:10 PM To: [EMAIL PROTECTED] Subject: RE: Form-Based Auth and tracking Login Attempts One

Re: How do I FTP a file to Tomcat Server from a Java clientprogram?

2001-03-07 Thread Ganasen Gounden
Looks very good. I will follow it up!. Many thanks. Gan Gounden City of Cape Town Ph (021) 400-2174 Fax (021) 425-1096 Cell 083-63-59-268 e-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] 03/07/01 09:46AM Ganasen, You can do this easy by downloading the NetComponents.jar from:

Re: Re:SSL

2001-03-07 Thread Stephane Boffin
Thanks I did not see that. - Original Message - From: "Mueller, Franz" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 1:06 AM Subject: Re:SSL Hi Stephane, server.xml file under %TOMCAT_HOME%\conf contains a short but a very good description of all the

Mod_jk error

2001-03-07 Thread Simmons, Donald
I am getting an error message when starting apache - No such file or directory: Error while opening the workers The message is being issued from mod_jk.so. Has anyone seen this problem and if so what is the resolution. I am running Apache and Tomcat on Red Hat 6.2 LINUX. Thanks much. dj

Tomcat/Apache port number sue

2001-03-07 Thread Hans Kind
Hi, We got Apache running on port 80, and Tomcat on port 8080. Running http://www.kindserver.com:8080 takes me to the Tomcat example page, and the JSP and JServ pages work ok. When I go to http://www.kindserver.com/examples/servlets/ http://www.kindserver.com/examples/jsp/ all the examples

tomcat on hp-ux 11.00

2001-03-07 Thread Dennis Blaas
Hi, wen I start Tomcat on hp-ux 11.00 he start correctly, bat ven I try to connect this error appear: 2001-03-06 05:28:49 - PoolTcpEndpoint: Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8090] ignored exception: java.net.SocketException: Socket closed - java.net.SocketException:

Re: Tomcat 4.0 b1

2001-03-07 Thread Peter Alfors
what is the error that you are receiving? Or is it a 404 error? [EMAIL PROTECTED] wrote: Please help me someone, I try to run TOmcat 4.0b1 on a Win NT machine. But after startup and reaching the Tomcat index page I'm not able to reach the jsp and/or servlets. If anybody ha sexperiance

Please Help On Static Reference ........

2001-03-07 Thread Mick Sullivan
Hi all, I was wondering could someoone please help me with this error im getting. Im trying to output a value saved from a previous page in a text box in a new page using the JSP command: INPUT TYPE="TEXT" NAME="price" SIZE="0" VALUE="%=parkingPriceHandler.getPrice()%" The function getPrice()

Re: Tomcat/Apache port number sue

2001-03-07 Thread Christopher Albert
Hans Kind wrote: Hi, We got Apache running on port 80, and Tomcat on port 8080. Running http://www.kindserver.com:8080 takes me to the Tomcat example page, and the JSP and JServ pages work ok. When I go to http://www.kindserver.com/examples/servlets/

AW: Tomcat 4.0 b1

2001-03-07 Thread Kai . Rehlen
See error message below A Servlet Exception Has Occurred Exception Report: javax.servlet.ServletException: Filter execution threw an exception at javax.servlet.ServletException.(ServletException.java:132) at

Build errors on Solaris 2.8

2001-03-07 Thread David Peterson
When compiling Tomcat 3.2.1 on Solaris 2.8 using buid.sh, I get the following errors. What am I doing wrong? tomcat: [javac] Compiling 6 source files to /export/home/work/build/tomcat/classes [javac] /export/home/work/jakarta-tomcat-3.2.1-src/src/share/org/apache/jasper/runti

RE: Please Help On Static Reference ........

2001-03-07 Thread Samson, Lyndon [IT]
Is parkingPriceHandler an instantiated object or a class? -Original Message- From: Mick Sullivan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 2:48 PM To: [EMAIL PROTECTED] Subject: Please Help On Static Reference Hi all, I was wondering could someoone please

Is there a target date for Tomcat 4.0 release

2001-03-07 Thread Tom . Ayerst
Sorry if this is in a FAQ. Is there a target date for the 4.0 release? Thank you Tom Ayerst -- If you have received this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, please refer

RE: Please Help On Static Reference ........

2001-03-07 Thread Mick Sullivan
It is a class, a very basic one at that Here it is: package parkingPrice; public class parkingPricehandler{ private String thePrice; public parkingPricehandler() { //thePrice = null; } public void setPrice( String price ) { thePrice = price; }

RE: Please Help On Static Reference ........

2001-03-07 Thread Byung Jin Chun
You have to either make the method a static one, or instantiate an instance of your class to call the method. Jin -Original Message- From: Mick Sullivan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 10:20 AM To: [EMAIL PROTECTED] Subject: RE: Please Help On Static

Re: Please Help On Static Reference ........

2001-03-07 Thread Anuj Agrawal
errmm.. you can't access an instance method statically .. You'll have to create a parkingPricehandler object (instance) first .. then use that to reference the instance method Anuj. Mick Sullivan wrote: It is a class, a very basic one at that

Shutdown problem red-hat 6.2

2001-03-07 Thread Peter Hrastnik
Hi ! We are running tomcat 3.2 and IBMJava2 SDK 1.3 on an Intel Red Hat 6.2 machine with Apache 1.3.12 and mod_jserv. When shutdown.sh is called, it is very rare that the contexts are removed and java processes are still running for some minutes. Sometimes they don't disappear at all and have

RE: Please Help On Static Reference ........

2001-03-07 Thread Mick Sullivan
Hi Jin Thanks for replying How do I actually do that? Im kinda new to JSP so bear with me here. I have done the following to the bean (made it static) package parkingPrice; public class parkingPricehandler{ private static String thePrice; public parkingPricehandler() {

Re: Tomcat/Apache port number sue

2001-03-07 Thread Hans Kind
Hi Chris, mod_jk is installed, it's working with the port 8080 in the URL, see the urls I provided. All is according to the install instructions. I spent hours and hours digging trough the documentation, and mailing list, can't find the answer. It might sound stupid, but I'm unable to make

training opportunity?

2001-03-07 Thread Helen Zeng
Hi, Is there a trainng class for Tomcat new users? We currently have a software that is using Jserv, and we need to change to Tomcat, and port on linux, solaris and NT platforms. Could someone please refer me to a good training class? Please reply to [EMAIL PROTECTED], since I am not a user

shared library directory for TC 4.0b1

2001-03-07 Thread Michael Engelhart
Hi, I know this is probably an FAQ but searching the archives I couldn't find any answer. (BTW, I think the search routine on the mikal.org site is broken as I typed in "sdfkjlkersdfualsusdfl" and it returned it's standard 20 items... it's doubtful that "sdfkjlkersdfualsusdfl" is in any of

RE: Please Help On Static Reference ........

2001-03-07 Thread Byung Jin Chun
Hi Mick, you should consider whether or not it should really be static within the context of your application, or whether it should be instantiated and held in the session or request, etc. If you really want it to be static, then try: snip // should always uppercase first letter :)

appending to existing log on restarts?

2001-03-07 Thread Michael Stacey
Is there some way to get logging to append to existing files rather than starting new ones at startup time? -- Thanks -- Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re:SSL

2001-03-07 Thread Stephane Boffin
When I execute the command:¸keytool -genkey -alias tomcat -keyalg RSAI get a keytool error: java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available Is this because I have a package missing ? - Original Message - From: "Stephane Boffin" [EMAIL PROTECTED] To: [EMAIL

Re: Tomcat/Apache port number sue

2001-03-07 Thread Christopher Albert
Hans, Normally port 8080 is for tomcat's own web server. So when I connect to http://www.kindserver.com:8080, I get tomcat's default home page from the tomcat web server. Mod_jk works with apache on port 80. First what do your mod_jk.log and tomcat.log and apache error.log files say? Next we

Re: SSL

2001-03-07 Thread Travis Low
You need to install the jce, or some other provider for RSA. Instructions for unix at http://dawnstar.org/jce. You should be able to adapt the instructions for windows. Let me know if there are any errors, so I can make corrections. -- Travis Low mailto:[EMAIL PROTECTED]

CLASSPATH for beans different than WEB-INF for JSPs?

2001-03-07 Thread David Wall
I running Tomcat 3.2.1 on Linux and when I look at the Jasper log file it shows a classpath for each JSP page that includes the WEB-INF/classes and all of the jar files in WEB-INF/lib. This is great, but it doesn't seem like that classpath is available to the javabeans that my JSPs use. Does

Re: shared library directory for TC 4.0b1

2001-03-07 Thread Bo Xu
Michael Engelhart wrote: Hi, I know this is probably an FAQ but searching the archives I couldn't find any answer. (BTW, I think the search routine on the mikal.org site is broken as I typed in "sdfkjlkersdfualsusdfl" and it returned it's standard 20 items... it's doubtful that

Can't migrate to 3.2.1 - Number of issues

2001-03-07 Thread Andrew Gilbert
There seem to be a number of issues with 3.2.1, some of which prevent us from moving to it. Looking for any insight into workarounds, fixes, or strategy (ie wait till 3.3?). From perusing the list, we don't seem to be alone in experiencing these. Unfortunately, I haven't gotten a feel for

RE: Strange custom class behaviour with subdirs in 3.2.1

2001-03-07 Thread Randy Layman
At the top of your JSP file, be sure to import StatsBean (i.e. %@ page import="StatsBean" %). Tomcat assumes that all of your webapp is in one package structure, so creating a helpdesk directory causes the generated JSP to have a helpdesk package. I don't know if this is in the spec,

RE: saving a file on client's machine using servlets

2001-03-07 Thread Scott Walter
Below is some code I have written which will take a file that was uploaded from an html page that has the file control on it to a servlet. The servlet then inserts the file into a database, it can be easily modified to save to a disk file. FYI--I use the o'reilley package for working with

Re: CLASSPATH for beans different than WEB-INF for JSPs?

2001-03-07 Thread Brett W. McCoy
On Wed, 7 Mar 2001, David Wall wrote: This is great, but it doesn't seem like that classpath is available to the javabeans that my JSPs use. Does that make sense? Is the classpath only setup for the JSPs (and if not, why does Jasper report the classpath setting for each JSP page invoked?)?

Re: Can't migrate to 3.2.1 - Number of issues

2001-03-07 Thread Christopher Albert
Andrew, It seems that Tomcat/WL integration is the problem here. Have you thought about checking out Jboss? It has embedded tomcat 3.2.1 support (tomcat runs in same VM), it's open source , and supported by a very active and dynamic group of developpers. Chris Andrew Gilbert wrote: There

Stopping the correct tomcat for a virtual host

2001-03-07 Thread Brock Barber
Hi I'm working with several virtual hosts, apache 1.3.12 + mod_ssl + mod_jk + tomcat 3.2.1. I start an instance of tomcat for each virtual host so I can kill the tomcat associatted with a site, without affecting all the sites. I have set up different ports for Ajpv 12, Ajpv 13 connectors

Initialization error:connect (code=10060)

2001-03-07 Thread cchen
Hi, When I invoke a servlet installed in Tomcat, I got error message: Initialization error:connect (code=10060) . Anyone who can help me to know what kind error it is and how to solve it? Thanks! -Charles - To

RE: Mod_jk error

2001-03-07 Thread greyson . smith
When I had this problem it was caused by how my localhost was defined, so this line: worker.ajp12.host=localhost was apparently causing me problems. I fixed my localhost, and the error has gone away.

Re: CLASSPATH for beans different than WEB-INF for JSPs?

2001-03-07 Thread David Wall
I ran into this issue and thought it was a classpath problem, but after reading the JSP spec, discovered that you have to use the fully qualified classname for beans. You might want to take a look in the 1.1 spec under the section for jsp:useBean. That shouldn't be the issue at all. In my

Re: Shutdown problem red-hat 6.2

2001-03-07 Thread Tagunov Anthony
Hello! On Wed, 07 Mar 2001 16:38:40 +0100, Peter Hrastnik wrote: We are running tomcat 3.2 and IBMJava2 SDK 1.3 on an Intel Red Hat 6.2 machine with Apache 1.3.12 and mod_jserv. When shutdown.sh is called, it is very rare that the contexts are removed and java processes are still running for

Re: Initialization error:connect (code=10060)

2001-03-07 Thread Horace A. Vallas, Jr.
sounds like a bad or missing servlet parameter initial value in the web.xml in the WEB-INF for the servlet? A mis-spelled parameter name for example. [EMAIL PROTECTED] wrote: Hi, When I invoke a servlet installed in Tomcat, I got error message: Initialization error:connect (code=10060)

RE: Can't migrate to 3.2.1 - Number of issues

2001-03-07 Thread Andrew Gilbert
Chris, Thanks for the suggestion. Unfortunately, not a practical option. We are already deployed and running under WL, would be a major political undertaking to fix that. Previous post from Randy L would also suggest that JBoss integration may have similar issues. -Original Message-

Initialization error:connect (code=10060)

2001-03-07 Thread cchen
Hi, When I invoke a servlet installed in Tomcat, I got error message: Initialization error:connect (code=10060) . Anyone who can help me to know what kind error it is and how to solve it? Thanks! -Charles - To

[free tools] Yet another free tool for integrating jsp, xsl, xml, relational databases, Stored procedures, and EJBs

2001-03-07 Thread Komatineni, Satya
I believe the following free tool running on any servlet engine will help to expedite the web development that involve the following technologies: 1. jsp 2. relational database 3. stored procedures 4. EJB session beans 5. XML/XSL Tool Name: Aspire Availability/cost:

Re: Stopping the correct tomcat for a virtual host

2001-03-07 Thread Shahed Ali
I am doing the same thing, except I have multiple tomcat.sh files for each context and corrosponding multiple server.xml files Eg tomcata.sh - servera.xml tomcatb.sh - serverb.xml When I want to stop context a, I give tomcata.sh -f servera.xml stop (or whaterver the correct syntax is)

Re: Can't migrate to 3.2.1 - Number of issues

2001-03-07 Thread Nick Holloway
[EMAIL PROTECTED] (Andrew Gilbert) writes: There seem to be a number of issues with 3.2.1, some of which prevent us from moving to it. [...] 4. Use of AJP13 breaks multipart uploads. (We haven't seen this yet but do rely on multipart uploads for our application, seem to be a lot of posts

Re: Shutdown problem red-hat 6.2

2001-03-07 Thread Horace A. Vallas, Jr.
I had also seen this - but after moving to rh7, it seemed to vanish? not sure why though... Tagunov Anthony wrote: Hello! On Wed, 07 Mar 2001 16:38:40 +0100, Peter Hrastnik wrote: We are running tomcat 3.2 and IBMJava2 SDK 1.3 on an Intel Red Hat 6.2 machine with Apache 1.3.12 and

Re: Internal Server Error when restarting Tomcat

2001-03-07 Thread lee fellows
Hi Carole, Don't know if anyone else has attempted to help you yet, but you cannot shutdown Tomcat and restart it without cycling Apache as well if Apache is talking to Tomcat. When you shutdown Tomcat with Apache listening to the port, Apache will not re-establish the connection without being

Re: shared library directory for TC 4.0b1

2001-03-07 Thread Michael Engelhart
Ooops - sorry. What I meant to say is that when I put the helper files in the WEB-INF/lib directory, I get 404 errors even accessing just a simple html page which has no servlets associated with it. Thanks Mike On Wednesday, March 7, 2001, at 11:05 AM, Bo Xu wrote: * when I put

RE: Mod_jk error

2001-03-07 Thread Simmons, Donald
Greyson, I went in and modified the mod_jk.c code to spit out some values when this error is generated. It appears that it is looking for some log file. I thought it might be mod_jk.log, but that exists and in the correct location. There are 3 possible errors that generate this error

web.xml

2001-03-07 Thread Benoit Lalumiere (LMC)
Hi all I am converting our application from tomcat 3.1 to tomcat 3.2.1, just want to make sure here as I did not see any documentation on this, so I had to look in the source code...! From the source code, it says that the default web.xml under TOMCAT_HOME/conf/web.xml is not being read

Servlet Configuration,

2001-03-07 Thread Joaquim Cabral da Maia Neto
Title: Servlet Configuration, Hello, I'd like to know if there is a way to map servlets without put the classes in the /WEB-INF/classes directory.I already modified the server.xml file and added a context pointing to the directory of my application, and modified the web.xml file to add the

Re: shared library directory for TC 4.0b1

2001-03-07 Thread Bo Xu
Michael Engelhart wrote: Ooops - sorry. What I meant to say is that when I put the helper files in the WEB-INF/lib directory, I get 404 errors even accessing just a simple html page which has no servlets associated with it. Thanks [...] Hi :-) with jakarta-tomcat-4.0-b1(standalone,

jndi DataSource

2001-03-07 Thread John de la Garza
If I want to set up a DataSource in my server.xml file can I do this with tomcat 3.2? Or must I use 4.0? Or can I even do it at all? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

help with error message in 4.0

2001-03-07 Thread John de la Garza
I added my web app in the webapps dir and now I get this message... - Starting service Tomcat-Standalone Apache Tomcat/4.0-b1 PARSE error at line 13 column -1 org.xml.sax.SAXParseException: Element "web-app" does not allow

Re: help with error message in 4.0

2001-03-07 Thread Steve Ruby
According to the DTD login-config goes after security-constraint John de la Garza wrote: I added my web app in the webapps dir and now I get this message... - Starting service Tomcat-Standalone Apache Tomcat/4.0-b1 PARSE error at

connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-07 Thread Don Hardaway
I have configured tomcat3.2.1 with apache1.3.19 using the mod_jk.so file. Everytime I try to start apache i get this message that say says line 8 of the mod_jk.conf file has a syntax error. it says that "mod_jk.so is garbled -- perhaps this is not an Apache module DSO?" Can anyone tell what

Re: connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-07 Thread Falcon cheetah
I had the same problem sometime ago, and then I downloaded the source code and compiled it. It worked. Try that. Don Hardaway [EMAIL PROTECTED] wrote: I have configured tomcat3.2.1 with apache1.3.19 using the mod_jk.so file. Everytime I try to start apache i get this message that say says

RE: help with error message in 4.0

2001-03-07 Thread John de la Garza
fixed...thanks -Original Message- From: Steve Ruby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 1:42 PM To: [EMAIL PROTECTED] Subject: Re: help with error message in 4.0 According to the DTD login-config goes after security-constraint John de la Garza

Re: Strange custom class behaviour with subdirs in 3.2.1

2001-03-07 Thread Scott Tatum
You have solved my problem sir and I thank you! It all makes sense now that you have explained it. JRun 3.0, which implements the same servlet spec, didn't need the extra qualification. I wonder which one isn't following the spec? :-o I'm guessing JRun. I have a printout of the 2.2 servlet spec

Help with Configurationtomcat with IIS 4.0

2001-03-07 Thread Umbe
HI I have a problem with configuration out-of-process conteiner tomcat on IIS 4.0 My system is : Win NT 4.0 services pack 4 Tomcat 3.2.1 IIS 4.0 Thanks

can't set up jdbc security

2001-03-07 Thread John de la Garza
I guess tomcat 4 doesn't have RequestInteceptors...is that true? Are they now called realms? anyways, I am getting this error Starting service Tomcat-Standalone Apache Tomcat/4.0-b1 Catalina.start: LifecycleException: This Realm has already been started LifecycleException: This Realm has

RE: Strange custom class behaviour with subdirs in 3.2.1

2001-03-07 Thread Randy Layman
I would give 50-50 odds that either JRun is non-conformant or the spec is vague or silent on the packages the generated Java files are a part of. It does make sense though, for Tomcat to do it the way that it does. You class name is your page name and your directory structure is your

RE: Help with Configurationtomcat with IIS 4.0

2001-03-07 Thread Randy Layman
What is your problem? The most common issues are problems with regsitry settings and not reading the IIS HowTo throughly. Randy -Original Message- From: Umbe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 4:58 PM To: tomcat-mailing-list (E-mail)

Consider Crossroads

2001-03-07 Thread Crossroads
Title: Please profile Crossroads Systems is a leading provider of connectivity for storage networking solutions, based in Austin, Texas. MARKET GROWTH: 250 percent through 2004 according to IDC.

FW: Tomcat with IIS

2001-03-07 Thread Kay, Christina
Please bare with me, I'm new to Tomcat. I tried to do what was suggested below (very much appreciated), however, every time I access my jsp page, the Windows Save As.. appears prompting me to save. I assume that the jsp page is not being passed to Tomcat. This is what I have done: In

setting up Tomcat, newbee question

2001-03-07 Thread H.F.N. den Boer
Hello, To test Java servlet applications, I used Apache webserver with JServ. Now I intend to switch to Tomcat 3.2.1. First attempt is to have Tomcat run as a stand alone servlet container. Second attempt will be adding Tomcat to Apache webserver locally and configure my Win2000 webserver with

Multiple JVM's on same machine

2001-03-07 Thread David Miller
Hi, I am trying to figure out a way of making sure that my two war files located on one physical Linux box are running in separate JVM's. I tried mounting the two separate contexts to two separate ports, using something like: ApJServMount /context1 ajpv12://localhost:8007/context1 ApJServMount

Help with Configurationtomcat with IIS 4.0 -- 2

2001-03-07 Thread Umbe
First Time scusme for my English It's all OK but when i call a servlet by browser i recieve error 404. The isapi.log don't start jk_connection Umbe -Messaggio originale- Da: Randy Layman [mailto:[EMAIL PROTECTED]] Inviato: mercoled 7 marzo 2001 22:30 A: [EMAIL PROTECTED] Oggetto: RE:

config.getInitParameter() still returning null

2001-03-07 Thread Michael . Murphy
The config.getInitParameter() called from within a JSP page is returning null. After changing the web.xml file numerous times and trying all the suggestions from java.sun.com and the tomcat archives I still cannot resolve this problem. Does anyone know why we can't access the init parameters?

multiple port configuration

2001-03-07 Thread Erin Roach
Hi - Q for an expert out there! I have apache and tomcat working together. I recently added a second port to apache for a new site. How do I configure tomcat to work with both sites? -- Erin L. Roach / [EMAIL PROTECTED] Web Developer / Network Commerce, Inc.

jdbc realms with tomcat 4

2001-03-07 Thread John de la Garza
Is anyone here currently using JDBC realms with tomcat 4? I'm having trouble and just wanted to make sure it wasn't just me. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

JDBC Connection Pools

2001-03-07 Thread Shantul Nigam
Is there any way to create a JDBC Connection pool within Tomcat? Thanks, Shantul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: JDBC Connection Pools

2001-03-07 Thread John de la Garza
Funny you ask...I've been working all this for the last two days...I run tomcat... Check out: http://poolman.sourceforge.net/PoolMan/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shantul Nigam Sent: Wednesday, March 07, 2001 5:58 PM To:

tomcat ssl config and apache

2001-03-07 Thread mikhail malamud
Do I need to configure anything on Tomcat for SSL if I already have SSL working on Apache and Apache works together with Tomcat. Why? Thanks, MIkhail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: getSession(true) AND SecureRandom

2001-03-07 Thread Alfredo Solano Martinez
Then, is it possible to initialize SecureRandom at startup time? You know, the only thing I'm asking for is not to have the first client waiting 20 seconds to have his/her page loaded :-) Alfredo - To unsubscribe, e-mail:

RE: multiple port configuration

2001-03-07 Thread mikhail malamud
Tomcat supports virtual hosting. Which can be paired up with the virtual hosts ran by Apache. http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/src /doc/mod_jk-howto.html I am not an expert, so there is big chance I am wrong. -Original Message- From: Erin Roach

Re: setting up Tomcat, newbee question

2001-03-07 Thread Gordon Rose
Hi Nico, First, my best advice is to open a command prompt and run the startup.bat file from there in order to see any error messages generated by the startup. Assuming you had unzipped tomcat into c:\tomcat-3.2.1 and the current JDK into c:\jdk1.3.0_02 you would want to have environment

why flush=true is a must for jsp:include?

2001-03-07 Thread Xiao Ma
Sorry this is a question about JSP specification in general. It is specified by the JSP 1.1 specification that flush attribute can only be true for jsp:include. Further, the API for PageContext.include() also says "The current JspWriter 'out' for this JSP is flushed as a side-effect of this call,

gzip

2001-03-07 Thread Parayali, Jayesh 1065
Title: gzip Anybody had any luck with gzip in JSP? Thanks, Jayesh

tomcat problems with double-byte form data?

2001-03-07 Thread Laura Lent
Hi. I'm having problems when I try to submit double-byte form elements using "method=post" and using Tomcat 3.2.1 and Win NT 4.0. In earlier versions of our product, we used Jrun as the servlet engine. With Jrun, we ended up having to use the Javascript "escape()" function to encode the

ȸ½Å: gzip

2001-03-07 Thread ???
If you want to handle gzip files in JSP, you can use java.util.zip.* classes directly. Martin -?? ???- ?? ??: Parayali, Jayesh 1065 [mailto:[EMAIL PROTECTED]] ?? ??: Thursday, March 08, 2001 11:59 AM ?? ??: '[EMAIL PROTECTED]' ??: gzip Anybody had any luck with gzip in JSP?

Re: tomcat ssl config and apache

2001-03-07 Thread Milt Epstein
On Wed, 7 Mar 2001, mikhail malamud wrote: Do I need to configure anything on Tomcat for SSL if I already have SSL working on Apache and Apache works together with Tomcat. Why? I don't believe so -- that's how I have it set up (i.e. Apache with SSL), and I didn't have to set anything extra up

Re: tomcat ssl config and apachey

2001-03-07 Thread Jan Labanowski
On Wed, 7 Mar 2001, mikhail malamud wrote: Do I need to configure anything on Tomcat for SSL if I already have SSL working on Apache and Apache works together with Tomcat. Why? Thanks, MIkhail You do not only need, but you actually cannot configure SSL in Tomcat if your requests

Re: tomcat ssl config and apache

2001-03-07 Thread Brett W . McCoy
On 2001.03.07 21:36 mikhail malamud wrote: Do I need to configure anything on Tomcat for SSL if I already have SSL working on Apache and Apache works together with Tomcat. Why? There's very little you need to configure, actually. You will probably want to capture some of the SSL session

  1   2   >