Re: help, JDBCRealm, Why Need to authenticate three times to login

2002-05-06 Thread Chad Johnson
Rofl My apologies, I couldn't let the humor slip by! -Chad - Original Message - From: Hillel Bilman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 07, 2002 12:50 AM Subject: help, JDBCRealm, Why Need to authenticate three times to login Dear Tomcat Users I've installed

Re: Help me: URGENT!!!

2002-05-04 Thread Laura
But I dont't want my IP. I presume that .getLocalHost() in my servlet gives me my IP. I want the Ip address of the requesting server (and not my IP or IP cost client = user). Thanks Laura Alle 12:03, venerdì 3 maggio 2002, Anton Schoultz ha scritto: Hi Laura, Have a look at the class

Re: Help me: URGENT!!!

2002-05-04 Thread James Williamson
Subject: Re: Help me: URGENT!!! But I dont't want my IP. I presume that .getLocalHost() in my servlet gives me my IP. I want the Ip address of the requesting server (and not my IP or IP cost client = user). Thanks Laura Alle 12:03, venerdì 3 maggio 2002, Anton Schoultz ha scritto: Hi

Re: Help me: URGENT!!!

2002-05-03 Thread Øyvind Vestavik
I'm no expert, but in the request from the e-commerce server you could set an additional parameter with the IP of this that machine, something like http://server2.com/mypaymentservlet?requestingServer=129.241.345 Then you could retrieve this attribute in the servlet on the payment gateway with

RE: Help me: URGENT!!!

2002-05-03 Thread Anton Schoultz
Hi Laura, Have a look at the class java.net.InetAddress, it has a method .getLocalHost() which returns the local host's IP address. Kindest Regards Anton Schoultz Rubico (Pty) Ltd Cell Phone: +27 83 651 7191 Tel: +27 (11) 808 1000 Fax: +27 (11) 808 1101 mailto:[EMAIL PROTECTED]

Re: Help me: URGENT!!!

2002-05-03 Thread Laura
Ok, this is a way. But is there a way without any additional parameter, exspecially in the query string? Bye Laura Alle 12:06, venerdì 3 maggio 2002, Øyvind Vestavik ha scritto: I'm no expert, but in the request from the e-commerce server you could set an additional parameter with the IP

Fwd: Re: Help me: URGENT!!!

2002-05-03 Thread Laura
But I dont't want my IP. I presume that .getLocalHost() in my servlet gives me my IP. I want the Ip address of the requesting server (and not my IP or IP cost client = user). Thanks Laura Alle 12:03, venerdì 3 maggio 2002, Anton Schoultz ha scritto: Hi Laura, Have a look at the class

RE: Help me: URGENT!!!

2002-05-03 Thread Mikael Helbo Kjr
I have two clients (company A and company B): each company use one interface and when the user has to pay, the compnay (A or B) calls my sistem(servlets with tomcat and apache). I'd like to distinguish A or B by IP address but when I call request.getRemoteAddr() in my servlet I take the

Re: Help me: URGENT!!!

2002-05-03 Thread Laura
Hi Michael, I presume that the only way solving my problem is introducing an additional parameter in the query string. sigh, sigh, sigh Bye and thanks everybody Laura Alle 12:28, venerdì 3 maggio 2002, Mikael Helbo Kjær ha scritto: I have two clients (company A and company

Re: Help me: URGENT!!!

2002-05-03 Thread Raja Sekhar
Hi, Try using request.getServerName(). If this doesnt work, import java.net.*, in which u use, InetAddress.getHostAddress(). Hope this should solve your problem. ..Raj -- On Fri, 3 May 2002 11:17:48Laura wrote: Hi all, please help me!! I'll explain you my problem. I have a servlet

Re: Help me: URGENT!!!

2002-05-03 Thread Christian Bockerman
Hi Laura ! Perhaps I completely misunderstand your problem. On Fri, May 03, 2002 at 11:17:48AM +0200, Laura wrote: I have a servlet which has to recognize two ip addresses. If the servlet finds that the request is from the IP1 (server1), it sets a shop login variable to x, else if the

RE: Help me: URGENT!!!

2002-05-03 Thread Cox, Charlie
to have the same ip all the time, you don't need to pass the ip, just some indicator that it came from server1... Charlie -Original Message- From: Laura [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 6:38 AM To: Tomcat Users List; Mikael Helbo Kjær Subject: Re: Help me: URGENT

Re: Help using JDBC realm with MySQL

2002-04-26 Thread Fabrizio Giudici
: Shawn A. Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 2:33 PM To: Tomcat Users List Subject: Re: Help using JDBC realm with MySQL Does nobody know a solution to get around this problem? I have received no replies and I desparately need to know how to get around the Cannot

RE: Help using JDBC realm with MySQL

2002-04-12 Thread Dennis Doubleday
]] Sent: Thursday, April 11, 2002 9:12 PM To: Tomcat Users List Subject: RE: Help using JDBC realm with MySQL Well, I tried adding the relaxAutocommit=true parameter but I still get the same message. Arg... this is not making any sense. Do my tables need to be of a specific type? I

Re: help with configuring servlets for tomcat 4.0.1

2002-04-12 Thread David M. Karr
kris7077 == kris7077 KM writes: kris7077 We have been successfully using Tomcat 3.2.3 for kris7077 deploying our application which uses servlets. However kris7077 to take advantage of the latest we decided to migrate kris7077 to Tomcat 4.0.1. Now we are having problem deploying

Re: Help using JDBC realm with MySQL

2002-04-12 Thread Hugh Brien
Try the latest version of the driver r, Hugh - Original Message - From: Shawn A. Wilson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 8:11 PM Subject: RE: Help using JDBC realm with MySQL Well, I tried adding the relaxAutocommit=true parameter

Re: Help using JDBC realm with MySQL

2002-04-12 Thread Shawn A. Wilson
- From: Shawn A. Wilson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 8:11 PM Subject: RE: Help using JDBC realm with MySQL Well, I tried adding the relaxAutocommit=true parameter but I still get the same message. Arg... this is not making any

RE: Help using JDBC realm with MySQL

2002-04-11 Thread Peter Armstrong
/securityDB userTable=users userNameCol=username userCredCol=password userRoleTable=userroles roleNameCol=userrole / -Original Message- From: Shawn A. Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 2:33 PM To: Tomcat Users List Subject: Re: Help

RE: Help using JDBC realm with MySQL

2002-04-11 Thread Dennis Doubleday
:33 PM To: Tomcat Users List Subject: Re: Help using JDBC realm with MySQL Does nobody know a solution to get around this problem? I have received no replies and I desparately need to know how to get around the Cannot disable AUTO_COMMIT error with JDBC realms and MySQL

RE: Help using JDBC realm with MySQL

2002-04-11 Thread Shawn A. Wilson
: Thursday, April 11, 2002 2:33 PM To: Tomcat Users List Subject: Re: Help using JDBC realm with MySQL Does nobody know a solution to get around this problem? I have received no replies and I desparately need to know how to get around the Cannot disable AUTO_COMMIT error

RE: help Adobe Acrobat

2002-04-09 Thread Mike Jackson
You could just drop the iText.jar file in to the $tomcat/lib directory. That way it'll get included in the classpath at startup. Depending on the version of tomcat that you're running you may need to place the .jar file in one of the subdirectories under lib. In my install that'd be in

RE: help redirecting requests to mod_jk

2002-04-08 Thread Reynir Hübner
If I understand it correctly it happens like this : apache - mod_jk - AJP - tomcat and back. So mod_jk uses AJP to connect with tomcat (meaning you do not need HTTP connector if you are using Apache). hope it helps -reynir -Original Message- From: jo outen [mailto:[EMAIL

Re: Help with Apache

2002-04-02 Thread Joel Rees
Hello Mariano: You wrote: - Original Message - From: Mariano [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 5:33 AM Subject: Help with Apache I have the following simple problem with apache runnign under w2k. I have a directory under c:\program

Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp

2002-04-01 Thread @Basebeans.com
Subject: Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp From: Hyunjin Kim [EMAIL PROTECTED] === Simply said, Had anyone successfully configured and used Apache 1.3 + TOMCAT 4 + warp + tomcat container managed security?? with emphasis on **Apache

Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp

2002-04-01 Thread @Basebeans.com
Subject: Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp From: Hyunjin Kim [EMAIL PROTECTED] === uh oh... I just found out that tomcat example application's security stuff works fine from port 80. That means the apache-tomcat connection was not the problem

RE: help on NT 4 Servicese

2002-03-26 Thread Chris Pheby
You will find tomcat.exe which comes with Tomcat 4. This is the recommended way to start Tomcat 4. Tomcat.exe is really javaservice.exe which is documented at http://www.alexandriasc.com/software/JavaService/ Hope this helps, Chris. -Original Message- From: [EMAIL PROTECTED]

Re: (HELP) where must i put my applets ?

2002-03-26 Thread Tom
What do you want to do? An applet runs on the client machine where as a servlet runs on the server. The way an applet and a servlet are written is completely different. If you want to simply put the applet up on the server (with the corresponding html file) you may want to look in your

Re: HELP! Tomcat startup error

2002-03-19 Thread matt
Looks like you don't have xerces-j installed. You can download it here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/ Make sure the xerces.jar file is in your classpath. $CATALINA_HOME/lib is a good place. Matt Hi, Here is a debug of my startup. Could someone

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
I figured it out. I needed jdk1.4 because there are extra classes being called in tomcat 4.03. talk to you later, Will -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:54 AM To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

RE: HELP! Tomcat startup error

2002-03-19 Thread Andy Eastham
William, Try renaming the tomcat directory so that it has no spaces in it. This usually breaks anything written in java. Andy -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 19:54 To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
Thanks Matt. That made me realize I downloaded the light version. I downloaded the full version and it works great. Will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 7:04 AM To: [EMAIL PROTECTED] Subject: Re: HELP! Tomcat startup

Re: help with realm setup

2002-03-17 Thread John Holman
Tony If you use the newly committed JNDIRealm, you can easily arrange that each user has a role whose name is the same as their username. Just set userRoleName to uid (or whatever attribute of the user's directory entry holds the username) and your security constraint below should work.

RE: help Error Catalina

2002-03-16 Thread Jarecsni János
Hi, it seems that tomcat doesn't shut down fully, ie. the port remains used. Maybe removing the configuration entry you cited helps. Cheers, János |-Original Message- |From: Giuseppe De Vincenzi [mailto:[EMAIL PROTECTED]] |Sent: Saturday, March 16, 2002 9:11 AM |To: Tomcat Users List

Re: help with realm setup

2002-03-15 Thread Tony Dahbura
Micael: Thanks for the data. The question I have though is that I am using the role-name but this only applies to roles that map (basically as groups) against a series of users that authenticate. I need to map directly against the user without having roles. So I need to be able to do a 1-1

Re: help with realm setup

2002-03-15 Thread Micael Padraig Og mac Grene
Sorry, Tony, I jumped in too fast there. If you want to do it without roles, then the manager is not the app for you. Why don't you make your own app for ids? There are many, many ways to do this. What you want to do depends on the number of users you are talking about, etc., etc. What

Re: help with realm setup

2002-03-15 Thread Craig R. McClanahan
On Fri, 15 Mar 2002, Tony Dahbura wrote: Date: Fri, 15 Mar 2002 11:27:40 -0500 From: Tony Dahbura [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: help with realm setup Micael: Thanks for the data. The question I

Re: help with realm setup

2002-03-15 Thread Micael Padraig Og mac Grene
PROTECTED] Subject: Re: help with realm setup Micael: Thanks for the data. The question I have though is that I am using the role-name but this only applies to roles that map (basically as groups) against a series of users that authenticate. I need to map directly against the user

Re: help with realm setup

2002-03-15 Thread Micael Padraig Og mac Grene
2002, Tony Dahbura wrote: Date: Fri, 15 Mar 2002 11:27:40 -0500 From: Tony Dahbura [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: help with realm setup Micael: Thanks for the data. The question I have though

Re: help with realm setup

2002-03-14 Thread Micael Padraig Og mac Grene
Just as a start, you need something more like the following. You need to look at how xml dtd are used. web-app security-constraint web-resource-collection web-resource-nameJoes Grill/web-resource-name

Re: Help : Error Starting Tomcat 4.0.1 in AIX

2002-03-12 Thread Andy Soedibjo
Hi All, At 14:30 11/03/2002 -0600, you wrote: Did you actually look at these log files first? I only know a few words in French, but enough to see from your catalina.out that it could not create a jar file cache in your /tmp directory because it doesn't exist. Of course, it exist and i've

RE: Help in JDBC

2002-03-11 Thread Edward Haynes
/oracle/9.0.1/jdbc/lib/classes 111.jar Ted -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 3:16 AM To: Tomcat Users List Subject: Re: Help in JDBC Hi there, I solved the problem by putting my classes111.zip for Oracle to %tomcat_home%\lib

RE: Help in JDBC

2002-03-11 Thread Thanh Duong
Hi, if you are using tomcat 4.0, then you need to generate a jar library file. Tomcat 4.0 cannot read zip file. Thanh -Original Message- From: Edward Haynes [mailto:[EMAIL PROTECTED]] Sent: Montag, 11. März 2002 16:30 To: 'Tomcat Users List' Subject: RE: Help in JDBC It would

Re: Help in JSP

2002-03-11 Thread August Detlefsen
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 12:34 PM Subject: RE: Help in JSP Think use the output= statement before u use the close function statement. Karthik -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED

Re: Help in JSP

2002-03-11 Thread August Detlefsen
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 12:34 PM Subject: RE: Help in JSP Think use the output= statement before u use the close function statement. Karthik -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED

Re: Help : Error Starting Tomcat 4.0.1 in AIX

2002-03-11 Thread jeff . guttadauro
Did you actually look at these log files first? I only know a few words in French, but enough to see from your catalina.out that it could not create a jar file cache in your /tmp directory because it doesn't exist. The errors in the localhost_log file seem to result from this as well, so why

Re: Help ! Connection busy

2002-03-11 Thread August Detlefsen
You have to explicitly close your JDBC statements and connections when you are done with them. Make sure you are using these for Statement and Connection, respectively: stmt.close(); //and conn.close(); --- Gurmeet [EMAIL PROTECTED] wrote: I am getting [Microsoft][ODBC SQL Server

Re: Help in JSP

2002-03-11 Thread Neo Gigs
There is no problem with the statement of the parameters, coz i had tested with a application. - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 2:00 AM Subject: Re: Help in JSP You specify your

Re: Help in JSP

2002-03-11 Thread Neo Gigs
PROTECTED] Sent: Tuesday, March 12, 2002 2:00 AM Subject: Re: Help in JSP You specify your statement as this: String scall = begin sp_GetClatTypeIE(?, ?); end;; Which has 2 ?s, but you are only setting the first one: cs.setInt(1, interString); What does your error message say

RE: Help in JDBC

2002-03-10 Thread Martin Sandiford
The %! directive is strictly for declarations. The Class.forName() line is a statement. You can change this in to a statement trivially thus: Class driver = Class.forName(blahblah); Tomcat (any jsp compiler?) will put the contents of %! directives in the class body for the jsp page (ie

RE: Help in JDBC

2002-03-10 Thread Cyber Sagar
Your reply helped me alot. Thank you very much -Original Message- From: Martin Sandiford [mailto:[EMAIL PROTECTED]] Sent: 11 March 2002 13:43 To: Tomcat Users List Cc: Neo Gigs Subject: RE: Help in JDBC The %! directive is strictly for declarations. The Class.forName() line

Re: Help in JDBC

2002-03-10 Thread Neo Gigs
[EMAIL PROTECTED] Cc: Neo Gigs [EMAIL PROTECTED] Sent: Monday, March 11, 2002 12:42 PM Subject: RE: Help in JDBC The %! directive is strictly for declarations. The Class.forName() line is a statement. You can change this in to a statement trivially thus: Class driver = Class.forName(blahblah

Re: Help in JDBC

2002-03-10 Thread Neo Gigs
- From: Martin Sandiford [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: Neo Gigs [EMAIL PROTECTED] Sent: Monday, March 11, 2002 12:42 PM Subject: RE: Help in JDBC The %! directive is strictly for declarations. The Class.forName() line is a statement. You can change

RE: Help in JDBC

2002-03-10 Thread Cyber Sagar
Dear Neo Gigs, Thank you very much for your kind cooperation. Yours Sagar -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED]] Sent: 11 March 2002 14:54 To: Tomcat Users List Subject: Re: Help in JDBC hi there, after modifying my codes like this: html headtitleStored

Re: Help in JDBC

2002-03-10 Thread Neo Gigs
is intended to addressees only, if you wanna be removed, let me know. - Original Message - From: Cyber Sagar [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, March 11, 2002 2:06 PM Subject: RE: Help in JDBC Dear Neo Gigs, Thank you very much for your kind

RE: help: logging failed login attempts

2002-03-09 Thread Scott Shorter
This may not be the answer you are looking for, but if you implement the login form yourself, you can log failed login attempts however you want to... - Scott -Original Message- From: Rob Cartier [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 10:36 PM To: 'Tomcat Users

RE: help: logging failed login attempts

2002-03-09 Thread Rob Cartier
form-error-page/errorpage.jsp/form-error-page /form-login-config /login-config -Original Message- From: Scott Shorter [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 09, 2002 7:49 AM To: 'Tomcat Users List' Subject: RE: help: logging failed login attempts This may

RE: Help in JSP

2002-03-08 Thread Karthikeyan .K.V
Think use the output= statement before u use the close function statement. Karthik -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:53 PM To: Tomcat Users List Subject: Help in JSP Hi there all, I had a JSP page that talks to a JBeans,

Re: Help in JSP

2002-03-08 Thread Neo Gigs
] Sent: Saturday, March 09, 2002 12:34 PM Subject: RE: Help in JSP Think use the output= statement before u use the close function statement. Karthik -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:53 PM To: Tomcat Users List Subject

Re: Help? tomcat 4.0.2 and jdk1.4 with poolman

2002-03-03 Thread Bill Barnhill
This may already have been responded to, but FYI JDK 1.4 includes Xml parsing. Trying using 4.0.2 lite I think it's called. That distrib is designed to not include it's own XML package but use JDK 1.4's instead. HTH, Bill Barnhill - Original Message - From: Cavan Morris [EMAIL

RE: help in include file tag.

2002-02-27 Thread Ricky Leung
you are missing a closing on your second example's first include file. -Original Message- From: Kurt Kurniawan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:52 AM To: [EMAIL PROTECTED] Subject: help in include file tag. hi everyone! Need help with tis one I have

RE: help in include file tag.

2002-02-27 Thread Kurt Kurniawan
That wasn't the case. Don't worry. I found the mistake in my getPool.jsp, i put @page language=java. and also in my program tha calls the include. Apparently the engine doesn't like more than 1 page directives. Once I removed that thing, programs works fine. Thanx anyway

Re: HELP HELP HELP HELP HOW to Configure Tomcat on IIS and deploy our own web Application.

2002-02-25 Thread Vishal Mukherjee
Any one to help me on this - Original Message - From: Vishal Mukherjee [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 25, 2002 10:27 AM Subject: HOW to Configure Tomcat on IIS and deploy our own web Application. Hi all, I an a NewBie to

RE: Help Preventing VM Tomcat Crash

2002-02-24 Thread Kennedy Clark
Shawn, Excellent advice! The ByteArrayOutputStream worked beautifully. Thank you. I'm in the process of downloading 1.4 and will see if that works too. Again, thanks a bunch! Kennedy At 03:31 PM 2/23/2002 -0600, Shawn Church wrote: So much for that theory. However, your guess is pretty

RE: Help Preventing VM Tomcat Crash

2002-02-23 Thread Shawn Church
Looks like you are using the JDBC-ODBC bridge (maybe to an MS Access or MS SQL Server database?), which is not thread-safe and is not intended for use in production environments. My guess is that one thread (the current thread servicing the Thumbnail servlet) has a db connection open, and the

RE: Help Preventing VM Tomcat Crash

2002-02-23 Thread Kennedy Clark
Hi Shawn, Many thanks for the note the suggestion! I am using MySQL as my Db and MM.MySQL is my driver (mm.mysql-2.0.11-bin.jar). Given that this is a Type 4 driver, I don't think I should be getting a native code crash involving database access, right? I could be missing something, but

RE: Help Preventing VM Tomcat Crash

2002-02-23 Thread Shawn Church
: Kennedy Clark [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 2:32 PM To: Tomcat Users List Subject: RE: Help Preventing VM Tomcat Crash Hi Shawn, Many thanks for the note the suggestion! I am using MySQL as my Db and MM.MySQL is my driver (mm.mysql-2.0.11-bin.jar). Given

RE: Help Preventing VM Tomcat Crash

2002-02-23 Thread Shawn Church
Shawn -Original Message- From: Shawn Church [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 3:32 PM To: Tomcat Users List Subject: RE: Help Preventing VM Tomcat Crash So much for that theory. However, your guess is pretty close. I found something which you might find

Re: HELP PLEASE!!!: JSP/Tomcat/MySQL

2002-02-22 Thread Kurt Kurniawan
Probably you can also try to put your MySQL driver in the main ../jdk1.3.1/lib/ext/ directory. That's works fine for me... without putting the driver in the ../web-inf/lib/ kurt * - NOTICE - The information

RE: HELP PLEASE!!!: JSP/Tomcat/MySQL

2002-02-21 Thread Cato, Christopher
Can we see the code where you allocate the driver handle and the connection? /Christopher -Original Message- From: fusterjj [mailto:[EMAIL PROTECTED]] Sent: den 21 februari 2002 17:23 To: Tomcat Users List Subject: HELP PLEASE!!!: JSP/Tomcat/MySQL Hello JSP developers! I have a

RE: HELP PLEASE!!!: JSP/Tomcat/MySQL

2002-02-21 Thread Randy Layman
First, you probably want to send messages in plain text and not HTML - a number of the people who can answer your question have mail readers that make it difficult to view HTML messages. Second, you need to add import statements to the top of your JSP page for the java.sql

RE: Help with User Authentication in Tomcat 3.3a

2002-02-19 Thread Larry Isaacs
Neither of the URL's http://localhost:8080/chi2002/index.html or http://localhost:8080/chi2002 match the /chi2002/demos/* pattern. What happens if you access a JSP page under the demos directory? Cheers, Larry -Original Message- From: Wise, Bowden (CRD) [mailto:[EMAIL PROTECTED]]

Re: Help with url-pattern in web.xml

2002-02-13 Thread Christopher K. St. John
Press, Michael wrote: Where can I find the definition for valid entries in the url-pattern element of the servlet-mapping in web.xml? ...I'm also interested in finding a reference for web.xml - a document or DTD that defines/describes the possible URL patterns.

RE: Help !!! JNI Tomcat (UnSatisfiedLinkError exception)

2002-02-04 Thread Anil Bhagwat
know of this ? Any help would be great. thanks - Anil From: Brian Adams [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Help !!! JNI Tomcat (UnSatisfiedLinkError exception) Date: Wed, 30 Jan 2002 20:31:14 -0600 Tomcat must not look in the \winnt

Re: HELP on server.xml PLEASE

2002-02-03 Thread Janet Kaufman
- Original Message - From: Micael Padraig Og mac Grene Sent: Saturday, February 02, 2002 2:06 AM To: Tomcat Users List Subject: Re: HELP on server.xml PLEASE Thanks, Rick. I guess I was not clear. What I need is a way to set the context for different urls rather than aliases

Re: HELP on server.xml PLEASE

2002-02-02 Thread Rich Hansen
folder such as webapps\quest - Rich - Original Message - From: Micael Padraig Og mac Grene [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, February 02, 2002 1:52 AM Subject: Re: HELP on server.xml PLEASE Thanks, Rick. I guess I was not clear. What I

Re: Help giving Tomcat more memory

2002-02-01 Thread Tom Bednarz
Michael, I then start the program with java -Xms145M -Xmx160M test If I understand this correctly, the initial heap size should be 145 megs. However, looking at my processes, there is only about 7200K allocated for the program. Why doesn't it start out at 145? That is the same behaviour

Re: HELP on server.xml PLEASE

2002-02-01 Thread August Detlefsen
I am pretty sure that you need to add the contexts within your virtual hosts. If the same context needs to be accessed from multiple virtual hosts, you have to define it for each one. Does anyone know of a way to deploy a context across multiple virtual hosts? --- Micael Padraig Og mac

Re: HELP on server.xml PLEASE

2002-02-01 Thread Rich Hansen
Michael, There should be a folder under the tomcat installation director called webapps. Under that folder you should create a new folder for your jsp pages. Lets call your new folder home for argument sake. Under the home folder you should have created a folder called WEB-INF. Under WEB-INF

Re: HELP on server.xml PLEASE

2002-02-01 Thread Micael Padraig Og mac Grene
Thanks, Rick. I guess I was not clear. What I need is a way to set the context for different urls rather than aliases for a single url. Micael At 05:58 PM 2/1/02 -0500, you wrote: Michael, There should be a folder under the tomcat installation director called webapps. Under that folder you

Re: Help giving Tomcat more memory

2002-01-31 Thread J. Russell Smyth
I then start the program with java -Xms145M -Xmx160M test If I understand this correctly, the initial heap size should be 145 megs. However, looking at my processes, there is only about 7200K allocated for the program. Why doesn't it start out at 145? That is the same behaviour I'm

RE: Help !!! JNI Tomcat (UnSatisfiedLinkError exception)

2002-01-30 Thread Brian Adams
Tomcat must not look in the \winnt\system32 directory. put the dll in the same directory as the class file. If you have tomcat starting as a service, try putting the dll in the %TOMCAT_HOME% directory eg. C:\tomcat lastly try putting the dll in %TOMCAT_HOME%\bin directory. goodluck, B

Re: Help with Alias in Tomcat 4.0.2

2002-01-28 Thread Ozzie Gurkan
I believe the syntax is as follows, Aliaswww.site1.com/Alias Aliaswap.site1.com/Alias and that works for me. Ozzie - Original Message - From: Renato [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 28, 2002 2:13 PM Subject: Help with Alias in Tomcat 4.0.2 Hi all, I'm

Re: Help with Alias in Tomcat 4.0.2

2002-01-28 Thread Patrick Roumanoff
Host name=site1.com Alias name=www.site1.com / Alias name=wap.site1.com / Context path= docBase=/home/site1/public_html/ debug=0 crossContext=false reloadable=true / /Host As far as I can understand, the

RE: Help giving Tomcat more memory

2002-01-24 Thread Randy Layman
No space and capital M works for me (i.e. -Xms256M -Xmx384M), but I'm not sure what is required. Randy -Original Message- From: Michael Molloy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 8:47 AM To: Tomcat Subject: Help giving Tomcat more memory

Re: Help giving Tomcat more memory

2002-01-24 Thread Michael Molloy
I'll give that a try. Thanks. --Michael On Thursday 24 January 2002 09:03 am, you wrote: No space and capital M works for me (i.e. -Xms256M -Xmx384M), but I'm not sure what is required. Randy -Original Message- From: Michael Molloy [mailto:[EMAIL PROTECTED]] Sent:

Re: Help giving Tomcat more memory

2002-01-24 Thread Michael Molloy
Okay, I tried Randy's suggestion below, no spaces and a capital M, but the application still ran out of memory around 79 megs (Windows 2000 Server). I'm fiddling around with a simple java program on my linux box trying to figure this out. My main method is public static void main(String

Re: Help in configuring Taglibs

2002-01-21 Thread Craig R. McClanahan
On Mon, 21 Jan 2002, Scott Ahten wrote: Date: Mon, 21 Jan 2002 00:14:40 -0500 From: Scott Ahten [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Help in configuring Taglibs for some reason, it's trying to find

Re: Help in configuring Taglibs

2002-01-20 Thread Scott Ahten
for some reason, it's trying to find the classes in the jsp namespace, which is 'org.apache.jsp.' i'm having the same problems with the tag libs that come with the javamail webapp from sun's site. i've tried changing the location of the jar file from the webaps' libs folder to the common lib

Re: Help in configuring Taglibs

2002-01-20 Thread Scott Ahten
ok the jsp is failing due to a class not found error... org.apache.jsp.MessageInfo not found. i've scanned through the ListMessagesTag, which creates an instance of MessageInfo, but i've moved both classes to the package javamail.tags. the generated JSP [nor the taglib class] does not

Re: HELP! VAJ 4.0, Tomcat 4.0 Apache SOAP - How to Debug in IDE

2002-01-19 Thread Sriram Narayanan
1/17/02 2:38:43 AM, Thomas Thornbury [EMAIL PROTECTED] wrote: Does anyone know how to get the Tomcat class loader to load a class from the VisualAge workspace. I'm already loading Tomcat from within VisualAge? Is this possible? Here's what I do to debug servlets and the classes that they

Re: help is needed -- question on page redirect

2002-01-09 Thread Tom Drake
Follow the standard servlet spec / api: request.sendRedirect(http://www.yahoo.com;); Keep in mind that this will fail if the response has already been 'committed' (e.g. some data has been sent to the client). The reason is that a 'redirect' requires that certain HTTP header values be returned

RE: Help needed with package access

2002-01-07 Thread Michael Wentzel
I am using tomcat and i am unable to compile my servlet classes when i try to make an instance of a class that i have created which lies in the same folder as my servlet, ie WEB-INF/classes. A error occurs telling me that it cannot resolve the class. The only way around this is to

Re: Help needed with package access

2002-01-07 Thread Kirby Vandivort
On Mon, Jan 07, 2002 at 10:43:08AM -0500, Michael Wentzel wrote: I am using tomcat and i am unable to compile my servlet classes when i try to make an instance of a class that i have created which lies in the same folder as my servlet, ie WEB-INF/classes. A error occurs telling

RE: Help needed with package access

2002-01-07 Thread Drinkwater, GJ (Glen)
Sorry about that, worked it out , i was just been completly stupid. I have just changed computers and have set up everything correctly and i had everything working except one thing.!! .; in my classpath. cheers anyway -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: Help starting Tomcat 4.0 on Windows 2000

2001-12-31 Thread Simon Gottesman
, Simon Gottesman - Original Message - From: Rama [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, December 30, 2001 3:50 AM Subject: RE: Help starting Tomcat 4.0 on Windows 2000 try to upgrade your jdk (currently 1.3). the error shows that there are some

RE: Help starting Tomcat 4.0 on Windows 2000

2001-12-30 Thread Rama
try to upgrade your jdk (currently 1.3). the error shows that there are some classes missing. upgrading most probably solves your problem. Rama -Original Message- From: Simon Gottesman [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 29, 2001 7:44 PM To: [EMAIL PROTECTED]

Re: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-25 Thread Frans Thamura
to implement JSP/Servlet/Java Bean in this years.. and upgrade it later.. Frans - Original Message - From: Pae Choi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 9:16 PM Subject: Re: HELP - URGENT : Stability of Tomcat if compare with JBOSS

RE: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-20 Thread Kemp Randy-W18971
I have never used Tomcat for large scale projects like this, but some on the list have. But I will ask a few questions. Do you plan on using EJB or just JSP and servlets? If so, look at Resin at www.caucho.com as another option. This can be hooked up to Jboss but not in the same VM. If

Re: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-20 Thread Pae Choi
No WebSphere or any other? Just BEA and Oracle? :-) Pae - Original Message - From: Kemp Randy-W18971 [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 6:03 AM Subject: RE: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN I

Re: help - tomcat config

2001-12-20 Thread ian silvester
just a quick one off the top of my head - have you tried stopping tomcat, deleting the contents of the 'work' dir and restarting? I've sometimes seen class instantiation problems fixed this way... ian - Original Message - From: Matthew Du Plessis [EMAIL PROTECTED] To: [EMAIL PROTECTED]

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