Re: 4th day offline, getting desperate, please help

2002-09-30 Thread Raj Saini
to be able ot see thi son my site. David -Original Message- From: David Wynter [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 10:11 To: 'Tomcat Users List' Cc: Raj Saini Subject: RE: 4th day offline, getting desperate, please help Hi Raj, I can get www.roamware.com:8080

RE: 4th day offline, getting desperate, please help

2002-09-30 Thread David Wynter
-Original Message- From: Raj Saini [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 12:23 To: Tomcat Users List Subject: Re: 4th day offline, getting desperate, please help Remove the example context from you server.xml and delete the examples directory from you webapps. replace the index.html file

RE: 4th day offline, getting desperate, please help

2002-09-30 Thread Michael Schulz
: Monday, September 30, 2002 10:11 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: 4th day offline, getting desperate, please help Hi, I think that Tomcat 4.1.12 has bug when used with Turbine applications. I have a valid server.xml, the WAR unpacks correctly, but the application does

4th day offline, getting desperate, please help

2002-09-29 Thread David Wynter
To fix a IllegalStateException with Apache 1.3.23 and Tomcat 4.0.4 I have ended up with apache 2.0.42 and Tomcat 4.1.12. I finally got tomcat 4.1.12 to display it's index.jsp on localhost. I changed the host names to my domain name (www.roamware.com) and added a Context for my war file. Now I get

Re: 4th day offline, getting desperate, please help

2002-09-29 Thread Remy Maucherat
David Wynter wrote: To fix a IllegalStateException with Apache 1.3.23 and Tomcat 4.0.4 I have ended up with apache 2.0.42 and Tomcat 4.1.12. I finally got tomcat 4.1.12 to display it's index.jsp on localhost. I changed the host names to my domain name (www.roamware.com) and added a Context

RE: 4th day offline, getting desperate, please help

2002-09-29 Thread David Wynter
a redirect from Apache index page to my servlet and let Tomcat handle it. David -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 29 September 2002 16:01 To: Tomcat Users List Subject: Re: 4th day offline, getting desperate, please help David Wynter wrote: To fix

Re: 4th day offline, getting desperate, please help

2002-09-29 Thread Remy Maucherat
David Wynter wrote: Hi, Over the last 4 days I have tried coyote, mod_jk and was one of the first to use the release 1.2.0. I had built the 1.2.0 from scratch 3 days ago and used th enew binary yesterday. I am not sure that is where the problems lie. I am happy to forgo using the connector

Re: 4th day offline, getting desperate, please help

2002-09-29 Thread David W Rhodes
16:01 To: Tomcat Users List Subject: Re: 4th day offline, getting desperate, please help David Wynter wrote: To fix a IllegalStateException with Apache 1.3.23 and Tomcat 4.0.4 I have ended up with apache 2.0.42 and Tomcat 4.1.12. I finally got tomcat 4.1.12 to display it's index.jsp on localhost

Re: 4th day offline, getting desperate, please help

2002-09-29 Thread Matthew Hannigan
On Sun, Sep 29, 2002 at 07:19:26PM -0500, David W Rhodes wrote: Hi David - I've not played with AJP and the mod_jk modules yet, but if you're trying to get back to serving pages directly from Tomcat, it looked as though you had removed the connector definition for the http 1.1 connector on

Connection Pooling -- Please Help a newbie

2002-09-25 Thread O'Dell, Stacy
I have the following setup: TC 4.0.4 Sybase JConnect 5.5 What EXACTLY do I need to do to get connection pooling working? What configuration, code, parameters, etc. I'm kinda lost here. Thanks, Stacy I believe everybody in the world should have guns. Citizens should have bazookas and

ARG! Please Help

2002-09-11 Thread Chuck Carson
I have a class that needs to read in database connection info from a file called database.dat. The class is located here: $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/OracleBroker.class I refer to this file as follows: String datfile = database.dat; I then use the class from a jsp file:

Re: ARG! Please Help

2002-09-11 Thread Kwok Peng Tuck
This will work if you run the class on its own, because without a full path, it's assumed that it is in the working directory of the invoked VM, which would be the directory you executed the class. In a webapp, the working directory is the one that tomcat started up with, which should be by

RE: ARG! Please Help

2002-09-11 Thread Galbayar
application.getRealPath() return web application directory try use this -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:12 AM To: Tomcat Users List Subject: ARG! Please Help I have a class that needs to read in database connection

RE: ARG! Please Help

2002-09-11 Thread Chuck Carson
I think some of your message was chopped, exactly how would I use this? Thanmks, CC -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 6:26 PM To: Tomcat Users List Subject: RE: ARG! Please Help application.getRealPath() return

RE: ARG! Please Help

2002-09-11 Thread Galbayar
% String webappdir=application.getRealPath(); out.println(webappdir); String data=webappdir+/database.dat % -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:25 AM To: Tomcat Users List Subject: RE: ARG! Please Help I think some

RE: ARG! Please Help

2002-09-11 Thread Chuck Carson
Oh okay. That is a good way of doing it, thanks a bunch. -CC -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 6:34 PM To: Tomcat Users List Subject: RE: ARG! Please Help % String webappdir=application.getRealPath

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

OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
JspFactoryImpl: Exception initializing page context java.lang.IllegalStateException: failed initialize JspWriter at org.apache.jasper.runtime.PageContextImpl._initialize(PageContextImpl.java:1 51) Please help. Pat

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 10:03 AM To: 'Tomcat Users List' Subject: OUT OF MEMORY ERROR - PLEASE HELP Hi everyone, Here is my situation. -NT, -Tomcat 4.0.3 - 2 webapps that have a link to each

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
: August 21, 2002 10:04 AM To: Tomcat Users List Subject: RE: OUT OF MEMORY ERROR - PLEASE HELP Howdy, You may wish to have Apache, not tomcat, serve static content such as images. But for your current setup, using only tomcat, you probably need to increase the amount of memory available to the JVM

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Shapira, Yoav
ERROR - PLEASE HELP Thanks Yoav, I just changed the CATALINA.BAT file this way: I just added these two lines on the top of the batch file. Would that be ok? CATALINA_OPTS = -Xms512m -Xmx512m JAVA_OPTS = -Xms512m -Xmx512m -Original Message- From: Shapira, Yoav [mailto:[EMAIL

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
Thanks a lot. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: August 21, 2002 10:29 AM To: Tomcat Users List Subject: RE: OUT OF MEMORY ERROR - PLEASE HELP Hi, Only one of CATALINA_OPTS or JAVA_OPTS is needed, not both. See if it works for you with 512MB

RE: please help! hard returns in TOMCAT what the heck?!

2002-08-13 Thread Jeff Macomber
out.println adds a new line character. try out.print() -Original Message- From: Richard Diaz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:35 AM To: [EMAIL PROTECTED] Subject: please help! hard returns in TOMCAT what the heck?! the following jsp code: out.println(input

please help! hard returns in TOMCAT what the heck?!

2002-08-12 Thread Richard Diaz
the following jsp code: out.println(input type='hidden' name='scope' value='); out.println(MyArray[i].getScope()); out.println('); out.println(input type='hidden' name='page' value='0'); results in this output: input type='hidden' name='command' value='delete' input type='hidden'

Re: please help! hard returns in TOMCAT what the heck?!

2002-08-12 Thread Richard Diaz
duh, use out.print sorry about that =) Rich --- Richard Diaz [EMAIL PROTECTED] wrote: the following jsp code: out.println(input type='hidden' name='scope' value='); out.println(MyArray[i].getScope()); out.println('); out.println(input type='hidden' name='page' value='0');

Please help me... URGENT

2002-08-01 Thread Sujith Mathew
Please help me . My requirements are to serve JSP, Servlets, static pages and SSL(not important). NO CGI, PERL, PHP etc. I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i should use APACHE+TOMCAT+SSL or TOMCAT+SSL. Please reply me fast , i am banking on you guys

Re: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich
Hi There, I would go with Tomcat+SSL, the setup is much easier than your other alternative. The only thing you really lose by not using apache is the ability to use virtual hosts. Mike On Fri, 2 Aug 2002, Sujith Mathew wrote: Please help me . My requirements are to serve JSP, Servlets

RE: Please help me... URGENT

2002-08-01 Thread Durham David Cntr 805CSS/SCBE
One option is to use IIS + SSL + Tomcat -Original Message- From: Sujith Mathew [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Please help me... URGENT Please help me . My requirements are to serve JSP, Servlets, static

RE: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich
-Original Message- From: Sujith Mathew [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Please help me... URGENT Please help me . My requirements are to serve JSP, Servlets, static pages and SSL(not important). NO CGI, PERL

Re: Please help me... URGENT

2002-08-01 Thread Rick Fincher
of the transfer from Apache to Tomcat of dynamic pages may nullify any speed advantages. - Original Message - Please help me . My requirements are to serve JSP, Servlets, static pages and SSL(not important). NO CGI, PERL, PHP etc. I am using a WINDOWS 2000 Server.*I want anyone

RE: Please help me... URGENT

2002-08-01 Thread Durham David Cntr 805CSS/SCBE
Why are we worried about securing a Windows 2000 server?? I thought they just wanted it set up and running. -Original Message- From: Michael B Sebetich [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 2:42 PM To: Tomcat Users List Subject: RE: Please help me... URGENT

RE: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich
and running. -Original Message- From: Michael B Sebetich [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 2:42 PM To: Tomcat Users List Subject: RE: Please help me... URGENT I wouldn't use IIS, especially if you're interested in having a secure server. IIS

Re: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Andreas Probst
Hi, look at http://localhost:8080/tomcat-docs/manager-howto.html. There it says You can add the manager role to the comma-delimited roles attriute for one or more existing users, and/or create new users with that assigned role. So just add ,manager to one of those users. Then you can use this

Re: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Joa~o Augusto Charnet
Actually there is no default password. You will have to change the user configuration file to set the login and password as you wish. Also, the roles have to be set. To manage everything set the following roles: Standard, Manager. My tomcat-users.xml looks like this ... user name=mgrLogin

RE: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Clay Graham
2:13 AM To: Tomcat Users List Subject:Re: Login-Password http://localhost/manager ? Please help me Hi, look at http://localhost:8080/tomcat-docs/manager-howto.html. There it says You can add the manager role to the comma-delimited roles attriute for one or more existing

Re: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread August Detlefsen
In order to use the manager app, you have to have the role 'manager' defined for your username. --- IT-INDIA.com [EMAIL PROTECTED] wrote: hi, I have installed TomCat 4.0.4 on W2K. Everything seems OK. I can access the examples and run them thru http://localhost:8080 Now when I access

CGI script to execute in TOMCAT. PLEASE HELP

2002-07-24 Thread Sujith Mathew
Hello, I am using win2000 Advanced Server + tomcat4.04 (without IIS and apache http), serving static and dynamic pages. I want a CGI script to execute. When i try to execute CGI scripts in tomcat an error page is displayed. It is reproduced below. Please help me . Thanks in advance Sujith

Login-Password http://localhost/manager ????? Please help me....

2002-07-24 Thread IT-INDIA.com
hi, I have installed TomCat 4.0.4 on W2K. Everything seems OK. I can access the examples and run them thru http://localhost:8080 Now when I access http://localhost:8080/manager I enter tomcat/tomcat it doesn't run this way. I have also gone thru the user configuration file where I found 3

RE: Login-Password http://localhost/manager ????? Please help me....

2002-07-24 Thread Clay Graham
you need to set your user and password in tomcat-user.xml good luck clay -Original Message- From: IT-INDIA.com [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:27 AM To: Tomcat Users List Subject:Login-Password http://localhost/manager ? Please help me

Urgent!!Please Help!

2002-07-22 Thread Renato Romano
I find several occurrences of the following stackTrace in my catalina_log_-MM-DD.txt log file; does someone know what causes it ? Many Thanks 2002-07-22 12:09:18 HttpProcessor[80][14] process.invoke java.lang.NullPointerException at

RE: Urgent!!Please Help!

2002-07-22 Thread Cox, Charlie
further down in the stack trace should be a 'root cause'. please post it as this is the real error... -Original Message- From: Renato Romano [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 6:38 AM To: 'Tomcat Users List' Subject: Urgent!!Please Help! I find several

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
There is no 'root cause'. I saw this in many other places, but not here... -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: lunedì 22 luglio 2002 13.30 To: 'Tomcat Users List' Subject: RE: Urgent!!Please Help! further down in the stack trace should be a 'root

RE: Urgent!!Please Help!

2002-07-22 Thread Shapira, Yoav
]] Sent: Monday, July 22, 2002 6:38 AM To: 'Tomcat Users List' Subject: Urgent!!Please Help! I find several occurrences of the following stackTrace in my catalina_log_-MM-DD.txt log file; does someone know what causes it ? Many Thanks 2002-07-22 12:09:18 HttpProcessor[80][14] process.invoke

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
_ -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: lunedì 22 luglio 2002 14.41 To: Tomcat Users List Subject: RE: Urgent!!Please Help! Howdy, An NPE doesn't necessarily have a root cause. I would guess that you have a misconfigured error handling

RE: Urgent!!Please Help!

2002-07-22 Thread Shapira, Yoav
:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 9:05 AM To: 'Tomcat Users List' Subject: RE: Urgent!!Please Help! Here they are. I tried to find some mispelling, but I did not find them !! Thanks a lot. Renato Renato Romano Sistemi e Telematica S.p.A. Calata Grazie

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
_ -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: lunedì 22 luglio 2002 15.09 To: Tomcat Users List Subject: RE: Urgent!!Please Help! Hi, 1. Why is your web.xml written to the 2.2 spec (and the 2.2 DTD)? Tomcat 4.x expects the 2.3 DTD. 2. Please try to write very simple

RE: Urgent!!Please Help!

2002-07-22 Thread Shapira, Yoav
Hi, 3) When not using the error-page clause for the 403 error, I get the Tomcat 403 error page (the one with blu highlighted words...) as expected. Same for 404 And do you get the NPE in the catalina log? Yoav Shapira Millennium ChemInformatics -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
]] Sent: lunedì 22 luglio 2002 16.47 To: Tomcat Users List Subject: RE: Urgent!!Please Help! Hi, 3) When not using the error-page clause for the 403 error, I get the Tomcat 403 error page (the one with blu highlighted words...) as expected. Same for 404 And do you get the NPE in the catalina log

RE: Urgent!!Please Help!

2002-07-22 Thread Cox, Charlie
PROTECTED]] Sent: Monday, July 22, 2002 11:00 AM To: 'Tomcat Users List' Subject: RE: Urgent!!Please Help! No !! Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603

Apache Tomcat integration-please help

2002-07-18 Thread developer
I am having a problem getting apache tomcat running using mod_webapp.so I am using: linux redhat 7.3 jdk1.4 apache 1.3.26 tomcat 4.0.4 I got apache 1.3.26 compiled and installed with enable-module=so option it starts and stops fine I got tomcat 4.0.4, installed it and it starts

Re: Apache Tomcat integration-please help

2002-07-18 Thread Milt Epstein
On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: I am having a problem getting apache tomcat running using mod_webapp.so I am using: linux redhat 7.3 jdk1.4 apache 1.3.26 tomcat 4.0.4 I got apache 1.3.26 compiled and installed with enable-module=so option it starts and stops fine

RE: Apache Tomcat integration-please help

2002-07-18 Thread Sullivan, Mark E
, and it works fine. -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 12:42 PM To: Tomcat Users List Subject: Re: Apache Tomcat integration-please help On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: I am having a problem getting apache tomcat running

Re: Apache Tomcat integration-please help

2002-07-18 Thread developer
UNfortunately I have tried that at it did not help. Anymore suggestions would be wonderful, cause I am stumped. Maybe does it have something to do with my apache install? thanks ryan On Thu, 18 Jul 2002, Milt Epstein wrote: On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: I am having a

Re: Apache Tomcat integration-please help

2002-07-18 Thread Milt Epstein
On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: UNfortunately I have tried that at it did not help. Anymore suggestions would be wonderful, cause I am stumped. Maybe does it have something to do with my apache install? Well, that *was* a problem, but maybe it wasn't the only one. Try

Re: Apache Tomcat integration-please help

2002-07-18 Thread developer
The lack of a ServerName tag and the warpConnection instead of conn seemed to be my problem i am up and running thanks for your help! ryan On Thu, 18 Jul 2002, Milt Epstein wrote: On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: UNfortunately I have tried that at it did not help. Anymore

Apache Tomcat combo-please help

2002-07-17 Thread developer
I am having a problem getting apache tomcat running using mod_webapp.so I am using: linux redhat 7.3 jdk1.4 apache 1.3.26 tomcat 4.0.4 I got apache 1.3.26 compiled and installed with enable-module=so option it starts and stops fine I got tomcat 4.0.4, installed it and it starts and stops

RE: Tomcat w/ Apache Configuration Issues == Please Help

2002-07-15 Thread John Burgess
Configuration Issues == Please Help Hi All, I'm relatively new to Tomcat and I'm having a couple of vexing Tomcat w/ Apache configuration issues. Any help in solving these problems would be greatly appreciated. First, the particulars: Tomcat 4.0 is running with Apache 1.3 on a RedHat Linux

Re: Please HELP! Need a help with REQUEST object!

2002-07-14 Thread Bill Barker
3.3.1 which has very good guessing logic for the charset (the principal author is a iso-8859-2 user). - Original Message - From: Irina Lishchenko [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, July 13, 2002 9:46 AM Subject: Please HELP! Need a help with REQUEST

Re: Please HELP! Need a help with REQUEST object!

2002-07-14 Thread Irina Lishchenko
Hi everybody again! I have found the solution for my problem and want to share my experience with Tomcat Users List because it may be useful for somebody else The point is that the default encoding behaviour of request object in ApacheJServ case provided a right recognition for characters

Re: Tomcat w/ Apache Configuration Issues == Please Help

2002-07-14 Thread Nikolas A. Rathert
I am having two major problems: 1) Although our JSPs run correctly, neither the list nor the manager contexts do. You have to define a user and a role in tomcat-users.conf like this: 2) Tomcat is apparently intercepting ALL httpd requests. For example, the address

Re: Tomcat w/ Apache Configuration Issues == Please Help

2002-07-14 Thread Nikolas A. Rathert
Hi, my first was to fast (CRTL+Enter). :) I am having two major problems: 1) Although our JSPs run correctly, neither the list nor the manager contexts do. You have to define a user and role like this: user name=administrator password=adminpass roles=manager/ 2) Tomcat is

Re: Please HELP! Need a help with REQUEST object!

2002-07-14 Thread Irina Lishchenko
On Sunday 14 July 2002 09:57, you wrote: You can use the request.setCharacterEncoding method in TC 4.x (or any other 2.3 container) before requesting the parameters. However, it will probably be more successful if you is an ISO charset (e.g. iso-8859-2). This solution solve this problem too

Re: Please HELP! Need a help with REQUEST object!

2002-07-14 Thread Irina Lishchenko
my hands typing on the keyboard can't keep up with my thoughts:) Plus, sorry but it is very late here ;) On Sunday 14 July 2002 09:57, you wrote: You can use the request.setCharacterEncoding method in TC 4.x (or any other 2.3 container) before requesting the parameters. However, it will

Please HELP! Need a help with REQUEST object!

2002-07-13 Thread Irina Lishchenko
Hi everybody, I have just a simple problem with characters which are different from latin symbols, for examlple I have cyrrilic. May be it seems to be not a subject for Tomcat Users List, but I decided to ask here because I did not have this problem before working with ApacheJServ and I

Error - Please Help

2002-07-12 Thread Sunit Munjal
Hi, I just installed Tomcat and setup JDK, but can't see any thing. I always get an error. I was trying the same thing in WebLogic before, but had an error over there. I can view the index.html page fine on my local host, but when I try to view a JSP page. I ge the following error: The

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
It seems to be the wrong JDK-Version. Try J2SDK1.4 It looks like you only installed the run-time. But this is not sufficient. You need the whole thing with javac, javaw etc. Cheers, Nick Sunit Munjal wrote: Hi, I just installed Tomcat and setup JDK, but can't see any thing. I always get an

RE: Error - Please Help

2002-07-12 Thread Turner, John
? Can you view/access the tomcat examples URL? John Turner [EMAIL PROTECTED] -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 9:18 AM To: [EMAIL PROTECTED] Subject: Error - Please Help Hi, I just installed Tomcat and setup JDK, but can't see

RE: Error - Please Help

2002-07-12 Thread Reynir Hübner
put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL PROTECTED] Subject: Error - Please Help Hi, I just

Re: Error - Please Help

2002-07-12 Thread Sunit Munjal
I do have JDK 1.4 installed. How do I get javac, javaw. I just went to the sun site and downloaded an exe for J2RE1.4. If this is the wrong one, which one do I need to download? -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
This is wrong. You need J2SDK 1.4. I think this one http://java.sun.com/j2se/1.4/download.html is right. Cheers, Nick Sunit Munjal wrote: I do have JDK 1.4 installed. How do I get javac, javaw. I just went to the sun site and downloaded an exe for J2RE1.4. If this is the wrong one,

Re: Error - Please Help

2002-07-12 Thread Nishant_Awasthi
] @db.com cc: (bcc: Nishant Awasthi) Subject: Re: Error - Please Help 07/12/2002 09:25 AM

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
. Message History From: Turner, John [EMAIL PROTECTED] on 07/12/2002 09:21 AM AST Please respond to Tomcat Users List [EMAIL PROTECTED] To:'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Error - Please Help Please provide

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
List [EMAIL PROTECTED] cc: Subject:RE: Error - Please Help put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL

RE: Error - Please Help

2002-07-12 Thread andre . powroznik
You would better have download the JSDK, not the JRE! ;-) Andre POWROZNIK -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 15:33 To: Tomcat Users List Subject: RE: Error - Please Help Where do I get it. Its not in my J2RE1.4.0 folder

RE: Error - Please Help

2002-07-12 Thread Turner, John
: Friday, July 12, 2002 9:31 AM To: Tomcat Users List Subject: RE: Error - Please Help Yes, I have followed instructions on the installation instructions and HOW-TO documents. I'm just using Tomcat and it is listening on port 80. What file do I find out from what values JAVA_HOME and CATALINA_HOME

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
Sorry, I forgot: you need the All languages SDK not the JRE. Nikolas A. Rathert wrote: This is wrong. You need J2SDK 1.4. I think this one http://java.sun.com/j2se/1.4/download.html is right. Cheers, Nick Sunit Munjal wrote: I do have JDK 1.4 installed. How do I get javac,

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
: Error - Please Help put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL PROTECTED] Subject: Error - Please Help

Re: Error - Please Help

2002-07-12 Thread Sunit Munjal
Alright, it works now. I just copied tools.jar into that directory. Thanks everyone for the help. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and

RE: Error - Please Help

2002-07-12 Thread Reynir Hübner
either of the two, I suggested copying would be a simple way to achive this. just copy and try agian. -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 14:07 To: Tomcat Users List Subject: RE: Error - Please Help I just installed

RE: Error - Please Help

2002-07-12 Thread Arnaud HERITIER
Have you setted a JAVA_HOME environment variable to your new SDK installation directory ?? -Message d'origine- De : Sunit Munjal [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 12 juillet 2002 16:07 À : Tomcat Users List Objet : RE: Error - Please Help I just installed the SDK

RE: Error - Please Help

2002-07-12 Thread rsequeira
/2002 09:06:35 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: Error - Please Help I just installed the SDK for all languages and it still doesn't work. Reynir mentioned something about putting the tools.jar into my tomcats

RE: Error - Please Help

2002-07-12 Thread Jacob Lund
: Error - Please Help put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL PROTECTED] Subject: Error - Please Help Hi

RE: Error - Please Help

2002-07-12 Thread jeff . guttadauro
- Please Help 07/12/02 09:14 AM

Please help - Tomcat IIS

2002-06-27 Thread David Thielen
Hi all; I've been tring for 3 days non-stop to get Tomcat working with IIS. And I'm still stuck and getting desperate. If anyone can help on these, please please do so. I'm assuming that there must be someone out there who has done this before successfully. Or if it can't be done let me know

RE: Please help - Tomcat IIS

2002-06-27 Thread Brad Rhoads
we, everthing is is in the tomcat4/webapps/somesite folder, like normal. Hope this helps. -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 1:57 PM To: Tomcat Users List Subject: Please help - Tomcat IIS Hi all; I've been tring for 3 days non

RE: Please help - Tomcat IIS

2002-06-27 Thread Whitcomb, Roger
: Thursday, June 27, 2002 12:37 PM To: 'Tomcat Users List' Subject: RE: Please help - Tomcat IIS It can be done. It's working at one of our clients. I didn't set it up, so I don't know exactly what the secret is - I tried to get it working here myself once got stock. But FWIW, I've been following

RE: Please help - Tomcat IIS

2002-06-27 Thread Andrew Conrad
]] Sent: Thursday, June 27, 2002 2:57 PM To: Tomcat Users List Subject: Please help - Tomcat IIS Hi all; I've been tring for 3 days non-stop to get Tomcat working with IIS. And I'm still stuck and getting desperate. If anyone can help on these, please please do so. I'm assuming that there must

IIS doesn't redirect JSP files properly, please help

2002-06-19 Thread Steve
Hi Everyone, Does someone know of where I could find a good document on how to configure IIS to redirect JSP files to Tomcat or point me the right direction of how to solve this error. The reason for my question is becasue everytime I try executing a jsp file I receive a page cannot be

RE: Please help with Tomcat - newbie

2002-06-18 Thread Simon Wong
Hello, I am trying to get the servlet to obtain a list of filenames and directories in my servlet class to be sent back to the applet. However, I am not sure if my approach is correct. I used the following code in my servlet class in the directory: C:\(where i installed my tomcat)\Apache

RE: Please help with Tomcat - newbie

2002-06-18 Thread Shapira, Yoav
- From: Simon Wong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 2:58 PM To: [EMAIL PROTECTED] Subject: RE: Please help with Tomcat - newbie Hello, I am trying to get the servlet to obtain a list of filenames and directories in my servlet class to be sent back to the applet. However

Please help with JDBCReam logout problem

2002-06-18 Thread Michael's new Comcast Account
I am using a JDBCRealm for user authentication with form-based authentication and Tomcat 4.0.3 (see config info below). I've also configured an HttpSessionListener that prints a message when a session is created or destroyed. A page called home.jsp is used as the default page. When I access the

please help: multiuser installation

2002-06-13 Thread Neil Zanella
Hello, I want all users on my system to serve servlets or JSPs from their own ~/public_html directories or somewhere under there. So how do I configure tomcat for this? Thanks, Neil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Please help me improve my question skills (number of tomcat a pps)

2002-06-12 Thread Martin Jacobson
Knutsen Jeffrey S wrote: YES! You've hit it! I AM asking the question about how fast the car will go. At this time, I DON'T care about the type of car or engine! My question is being analyzed far too deeply by the diligent developers on this mail list. snip Well, although I agree with

please help me

2002-06-12 Thread sunmeet
hi, i am tryingto configure Tomcat as a secure web server using SSL on windows 2000 i have installed the tomcat 4.0 and j2sdk1.4.0 my tomact is working alright that is the unsecure tomcat so far to make secure web server i have done this 1. i have created the certificate by

RE: Please help me improve my question skills (number of tomcata pps)

2002-06-11 Thread Knutsen Jeffrey S
, 2002 7:32 PM To: Tomcat Users List Subject: Re: Please help me improve my question skills (number of tomcat apps) Your question cannot be answered without specifying criteria. 1) OS type 2) JVM type 3) Type and Complexity of Application 4) Are you using connectors 5) Are you connecting

RE: Please help me improve my question skills (number of tomcat a pps)

2002-06-11 Thread Whitcomb, Roger
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Knutsen Jeffrey S [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 9:20 AM To: Tomcat Users List Subject: RE: Please help me improve my question skills (number of tomcat a pps) YES! You've hit it! I AM asking

please help..Tomcat4+Ibm jdk1.3 get hang in FreeBSD

2002-06-10 Thread sonam singh
hi I installed the linux-jdk1.3 and linux-ibm-jdk1.3.1 using ports . When i tried to run tomcat4+with above JVM machine gets hang...Below is some of the parameter which i tried .. Os Jdk TomcatRun/Or Not FreeBSD Sun1.2 4xYes FreeBSD Sun1.3

please help..Tomcat4+Ibm jdk1.3 get hang in FreeBSD

2002-06-10 Thread sonam singh
hi I installed the linux-jdk1.3 and linux-ibm-jdk1.3.1 using ports . When i tried to run tomcat4+with above JVM machine gets hang...Below is some of the parameter which i tried .. Os Jdk TomcatRun/Or Not FreeBSD Sun1.2 4xYes FreeBSD Sun1.3

Re: please help..Tomcat4+Ibm jdk1.3 get hang in FreeBSD

2002-06-10 Thread RNivas
: please help..Tomcat4+Ibm jdk1.3 get hang in FreeBSD hi I installed the linux-jdk1.3 and linux-ibm-jdk1.3.1 using ports . When i tried to run tomcat4+with above JVM machine gets hang...Below is some of the parameter which i tried .. Os JdkTomcatRun/Or Not FreeBSD Sun1.24x

Please help me improve my question skills (number of tomcatapps)

2002-06-10 Thread Knutsen Jeffrey S
the problem must be with me or the way I am asking. Can someone please help me improve myself? Is this a stupid question? Have I perhaps asked it incorrectly? I am open and receptive to any constructive criticism available (I can take it, but maybe you could send a direct response if you want

<    2   3   4   5   6   7   8   9   10   11   >