Problem with tomcat installation

2001-07-09 Thread ramana satyavarapu
Hi, WHEN I TRY TO START TOMCAT AFTER SETTING ALL THE ENVIRONMENTAL VARIABLES, IT SAYS OUT OF ENVIRONMENT SPACE AND IS NOT GETTING STARTED. PLEASE HELP ME OUT WITH THIS. THANKS, Ramana = Ramana Satyavarapu. M.S (Arizona State univ) TA (CSE 566) phone: 480-966-8803 (res)

RE: Problem with tomcat installation

2001-07-09 Thread Emir Alikadic (ADNOC IST)
I understand you're upset that your Tomcat installation doesn't work, but that's no reason to shout: PLEASE TURN OFF YOUR CAPS LOCK! Thank you! -Original Message- From: ramana satyavarapu [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 11:14 AM To: [EMAIL PROTECTED] Subject:

RE: Problem with tomcat installation

2001-07-09 Thread MUSTAFA KOCA
-Original Message- From: ramana satyavarapu [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 10:14 AM To: [EMAIL PROTECTED] Subject: Problem with tomcat installation you must add your config.sys file SHELL=c:\PATHTO\command.com /E:4096 /P. Mutafa KOCA Turkey Hi, WHEN I

authentifikation at tomcat/apache through a Windows NT domain

2001-07-09 Thread walter . schlott
is it possible to authentificate with a Windows NT user at a website that is run under tomcat/apache? username and password should be trusted with the NT domain controller. could this be handled with apache or tomcat? and how could I do this? thanks for helping walter

RE: How to configure a custom page for JSP 404 errors?

2001-07-09 Thread Hunor Nam
You also MUST set in your error page the faloving tag: %@ page isErrorPage=true % Hades -Original Message- From: Ryan Lubke [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 10:29 PM To: [EMAIL PROTECTED] Subject: Re: How to configure a custom page for JSP 404 errors? Hi

any body using jetspeed here ?

2001-07-09 Thread Sumit Ranjan
hi all! i have been trying to get jetspeed run properly on my comp for quite some time. my config.is : windows NT 4.0 apache 1.3.11 tomcat 3.2.2 jetspeed latest( from http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz ) earlier i was having the problem of confirmation mail not

TOMCAT VISUAL AGE

2001-07-09 Thread sean . d . clifford
Hello, I have Visual Age Installed, and I am trying to Install and Integrate Tomcat. I have one or two issues: Firstly according to documentation

RE: TOMCAT VISUAL AGE

2001-07-09 Thread Emir Alikadic (ADNOC IST)
1. Look in your TOMCAT_HOME/lib 2. Unjar == Unpack Hint: Use JDK's jar utility (it's in JAVA_HOME/bin) to unpack JARs, WARs, or EARs. Type jar at command prompt (without any parameters) to get usage help. Cheerioh! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

Why does Tomcat spend too much time before process a request?

2001-07-09 Thread Vicente Martínez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, We have tested Tomcat under stress conditions, to see how it works handling hundreds of concurrent requests. Our system is using Apache as static content server and tomcat as dynamic content server (jsp servlet) We have measured ...

Re: authentifikation at tomcat/apache through a Windows NT domain

2001-07-09 Thread Francis Pallini
Hi, I think it can be achieved with the NTLoginModule for JAAS. See : http://java.sun.com/products/jaas/ But you will have to write you own realm. Maybe one could write a general-purpose JAAS realm for Tomcat ? Regards, Francis Pallini At 09:25 AM 7/9/01 +0100, you wrote: is it possible to

Sitemap

2001-07-09 Thread Dino Fratelli
Hi, I'm a newbie of Cocoon2! I have installed it, with Tomcat on my Windows 2000 pro and it is OK! Now i would to test my pages and I would to know where i put the pages and where I should modify the sitemap. I tried to modify the file sitemap.xmap in the TOMCAT\WEBAPPS\COCOON dir but I don't

RE: TOMCAT VISUAL AGE

2001-07-09 Thread Aravind Naidu
Even better. IBM has a Tomcat test environment package available for free It replaces the websphere test environment and works very well http://www7.software.ibm.com/vad.nsf/FrameData/Master?OpenDocumentTitle=Ove rviewFSet=1Doc3=4556Doc4=4567 Been using it for dev, testing and

RE: problem with getPort()

2001-07-09 Thread Randy Layman
JRun is just about the last place I would look to find the correct implementation of any method. Tomcat implements the specification exactly (maybe only with minor variances that we haven't found yet). Since Tomcat is the reference implementation, there isn't really any choice

newbie needs help with Tomcat install

2001-07-09 Thread Graham, Steve (GIC)
Hi there, i am trying to install Jakarta-tomcat 3.2 on a Linux for OS/390 environment. I made a printout of the readme doc named Tomcat Servlet Container. Installing and building Tomcat. I downloaded all the required packages XML, JSSE,ANT jakarta-servletapi etc i did the compile of

problems with integrating omcat 3.2.1 with IIS 5

2001-07-09 Thread h . juge
Hi, Hi there - I'm running Windows 2000 / IIS 5.0 with TOMCAT 3.2.1. I've configured the webserver with the appropriate /jakarta virtual dir, entered the correct registry settings and all, and properly setup the workers.properties and uriworkermap.properties files. I was reading the IIS How-To

Hi Vinay and Wentzel

2001-07-09 Thread praveen
Hi vinay and Wentzel SUCCES finally i got break through in TOMCATconfiguration and connectivity with ORACLE8i on LINUXThanks a lot for u r valuble help yaarbut all this is on port 8080 only i didnt integrate with apache (i didnt tried till now)but now i have confidence that

Hi Vinay and Wentzel

2001-07-09 Thread praveen
Hi vinay and Wentzel SUCCES finally i got break through in TOMCATconfiguration and connectivity with ORACLE8i on LINUXThanks a lot for u r valuble help yaarbut all this is on port 8080 only i didnt integrate with apache (i didnt tried till now)but now i have confidence that

RE: problem with getPort()

2001-07-09 Thread Joseph D Toussaint
Believe me I agree with you about JRun (hence why were moving to tomcat) ;) The more I think about this I think this is a tomcat configuration problem. After playing around some more I simply tried a response.sendRedirect(url); This brought me to a page that said This page has moved to

RE: Problem with tomcat installation

2001-07-09 Thread Greg Trasuk
Hello: You need to add the following to your c:\CONFIG.SYS file: SHELL=C:\COMMAND.COM /P/E:4096 where the '4096' is the numebr of bytes to allocate for environment space. You may need to increase the number from 4096. Cheers, Greg Trasuk, President StratusCom

RE: problem with getPort()

2001-07-09 Thread Joseph D Toussaint
Ok now I'm convinced that I have something misconfigured. I wrote 2 simple servlets http://beru.cariboulake.com:8765/servlet/Servlet1 http://beru.cariboulake.com:8765/servlet/Servlet2 As you can see from the attached source all Servlet1 does is call Servlet2. I'm going to browse

RE: Help on application scope

2001-07-09 Thread Cox, Charlie
Title: RE: Help on application scope See notes below -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 07, 2001 5:24 PM To: 'ericdev' Cc: '[EMAIL PROTECTED]' Subject: RE: Help on application scope I tried to do a Singleton Instance

Re: Why does Tomcat spend too much time before process a request?

2001-07-09 Thread David Cassidy (Programmer)
Title: Re: Why does Tomcat spend too much time before process a request? Vicente, You say under stress conditions how many hits are you doing on tomcat at the same time ? In server.xml what have you got these set to ... Connector className=org.apache.tomcat.service.PoolTcpConnector

jk_nt_service -- where exactly is it?

2001-07-09 Thread Michael Weir (Transform Research)
Title: Re: Why does Tomcat spend too much time before process a request? I've read about using jk_nt_service torun Tomcat as an NT Service but where exactly can this be downloaded from? Thanks, Michael Weir

streaming pdfs through servlet...

2001-07-09 Thread Chris Gross
This is my first post to this list. Hi. I've written a quick little servlet to stream pdf files from my database to the browser but I'm encountering a strange little problem. The first time I call the servlet the page loads (I can see adobe's little plugin initializing) but nothing ever

RE: jk_nt_service -- where exactly is it?

2001-07-09 Thread Michael Weir (Transform Research)
Title: RE: jk_nt_service -- where exactly is it? Yeah, yeah. I'm stupid. But I read about jk_nt_service in the docs for Tomcat 3.1.1, and there is no corresponding file in that build. -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 8:59

Re: authentifikation at tomcat/apache through a Windows NT

2001-07-09 Thread Brett Knights
I just use mod_ntlm and let apache handle it. http://members.ozemail.com.au/~timcostello/mod_ntlm/ v 1.2 has been rock solid. There's another one (that I haven't used) at sourceforge: http://modntlm.sourceforge.net/ Date: Mon, 9 Jul 2001 09:25:16 +0100 To: [EMAIL PROTECTED] From: [EMAIL

RE: streaming pdfs through servlet...

2001-07-09 Thread Deacon Marcus
Hi, Seems you send it in one big piece, leaving buffering entirely to the container. Try writing 2048 (or whatever) bytes, flushing, writing next 2048-bytes piece, flushing, etc until the end of file, should help, at least that's how I do it in similar situations and encountered no problems so

Re: error 404 not found

2001-07-09 Thread Matt Goodall
You probably haven't told the isapi plugin what URLs to match. You need to put them in (I think) $TOMCAT_HOME/conf/uriworkermap.properties. Sorry, can't remember more than that but it is documented in the Tomcat-IIS HOWTO. Cheers, Matt - Original Message - From: [EMAIL PROTECTED] To:

Re: Urgent Help with Tomcat 4.0

2001-07-09 Thread Michael Misovec
How do I unsubscribe to this list?? Randy Layman wrote: First, only use plain email messages, not HTML or Rich Text Format - many list readers can't deal with the more complex messages, thus limiting your audience. Second, it seems to me like you have an old version of

RE: Get Me Out Of This

2001-07-09 Thread Saritha Pula
-Original Message- From: Algarve, Leila [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 9:05 AM To: '[EMAIL PROTECTED]' Subject: AW: Get Me Out Of This Just send an email to this address: [EMAIL PROTECTED] If you subscribes the digest list, send an email to: [EMAIL

Re: JDBC Realm error on startup

2001-07-09 Thread David Herder
I am still a little perplexed about which .jar file I should use?? How do I determine which library is needed from the following error message: 2001-07-06 02:49:01 - ContextManager: JDBCRealm: Starting JDBCRealm, trying to acquire JDBC Driver class and DB Connection

Re: Help Please

2001-07-09 Thread Boris Niyazov
if you use apache web server look at http://www.apache-ssl.org or http://www.modssl.org - Boris Hello all, I am planning to use https: protocol for the secure communication(i.e. when ever i use users name and password i need to switch on to

RE: Urgent Help with Tomcat 4.0

2001-07-09 Thread Randy Layman
See http://www.aswethink.com/employees/randy/tomcat/unsubscribe.html -Original Message- From: Michael Misovec [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 1:20 PM To: [EMAIL PROTECTED] Subject: Re: Urgent Help with Tomcat 4.0 How do I unsubscribe to this

Re: JDBC Realm error on startup

2001-07-09 Thread David Herder
Information: MS Access DB Tomcat 3.2.2 Apache 1.3.20 jdk 1.3.1 I only have the bare apps installed... examples, test, root, and admin. What would the missing JDBC jars be for these apps? dave -- From: Ignacio J. Ortega [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]

Setting Classpath ---was: jk_nt_service -- where exactly is it?

2001-07-09 Thread Bruce A. Carson
Title: Re: Why does Tomcat spend too much time before process a request? You can specify multiple Jars / .Class files by separating them with semicolons. No additional -classpath should be used: javac -classpath c:\jakarta-tomcat\lib\servlet.jar;c:\jakarta-tomcat\lib\xerces.jar *.java You

RE: problem with getPort()

2001-07-09 Thread Fernando_Salazar
Try using telnet to connect to your servlet 1 and then see what is returned. You would enter something like this: telnet beru.cariboulake.com 8765[ENTER] GET /servlet/Servlet1 HTTP/1.0[ENTER] [ENTER] You should see the HTTP response from the servlet written to the console, eg: HTTP/1.1 302

(application library) ClassNotFoundException

2001-07-09 Thread Kevin HaleBoyes
I've been running Tomcat 4.0b5 since it was released and had the JDBCRealm stuff working just fine. I've been using Oracle 8.1.7 (8i) on Linux RedHat 6.2. I upgraded just recently to RedHat 7.1 and Oracle 9i (9.0.1) and tried to get my application working again but it is failing on the

RE: (application library) ClassNotFoundException

2001-07-09 Thread Michael Wentzel
The only change I made for 9i was to change the driverName from oracle.jdbc.driver.OracleDriver to oracle.jdbc.OracleDriver as recommended by Oracle. In my application lib directory I made a link to the classes12.zip (and .jar file) and rebuilt. I've confirmed that the

Re: (application library) ClassNotFoundException

2001-07-09 Thread ericdev
Hey Mike, Your advice helped immensely. Can you help me with this one too, we use HTTP Apache based authentification. So we need to pass a HREF in HTML with the syntax username:password@URL. But thing is, this URL is a JSP page that invalidates the session of a USER. So what we did is call

XSP ClassPath

2001-07-09 Thread Dino Fratelli
What is the CLASSPATH to use for XSP process? I try to start the XSP example in the sample dir of Cocoon2 but i give this result: java.lang.ClassNotFoundException Thanks

RE: (application library) ClassNotFoundException

2001-07-09 Thread Kevin HaleBoyes
Herein lies your problem. The classes12.jar(it has to be a jar not a zip), has to be in TOMCAT_HOME/lib, not your webapps lib folder. Think of it this way. Where do you configure the JDBCRealm? In TOMCAT_HOME/conf/server.xml. The server.xml file is parsed at startup and therefore the

Help on Issuing a GET from Java to Apache

2001-07-09 Thread Brida, Tony
Title: Help on Issuing a GET from Java to Apache hi, I've copied a java program that opens a socket and returns a file. The program works well against URL's directed to other sites but not against my Apache site running on NT. I've ran the java program from the Apache site and from another

RE: (application library) ClassNotFoundException

2001-07-09 Thread Michael Wentzel
So, this leads me to a follow up question. I know that I've got the jar file in the server/lib directory, is there any way to use that from my application. If not then I have to have the exact same jar file in my WEB-INF/lib directory to use Oracle JDBC in my application. You could

RE: Help on Issuing a GET from Java to Apache

2001-07-09 Thread Randy Layman
I believe that your problem lies in the \r\n\n at the end of your request. The spec doesn't specify the \r as a valid character here, but since Apache works with my Telnet, I'm guessing that both \r\n\r\n and \n\n will work. Randy -Original Message- From: Brida, Tony

RE: Help on Issuing a GET from Java to Apache

2001-07-09 Thread Brida, Tony
Title: RE: Help on Issuing a GET from Java to Apache Randy, I tried your suggestion and modified the code as follows : writer.write(GET + file + HTTP/1.0\r\n\r\n); writer.flush(); and no luck thanks, tony -Original Message- From: Randy Layman [mailto:[EMAIL

Re: Tomcat + Apache on NT

2001-07-09 Thread Gary Dale
You only need to start Tomcat ahead of Apache if you have changed Tomcat's configuration and are including the .conf-auto in httpd.conf. What I suggest is setting them both to automatically start, then if you change anything, shut them down and restart them in the correct (Tomcat first)

RE: Help on Issuing a GET from Java to Apache

2001-07-09 Thread Nael Mohammad
Title: RE: Help on Issuing a GET from Java to Apache Does anyone have any good references for GET and POST ? -Original Message-From: Brida, Tony [mailto:[EMAIL PROTECTED]]Sent: Monday, July 09, 2001 12:28 PMTo: '[EMAIL PROTECTED]'Subject: RE: Help on Issuing a GET from Java

Re: Tomcat works as NT service when logging off in JDK1.3.1

2001-07-09 Thread Gary Dale
The problem I've found however is that when you stop the Tomcat service, it takes longer to shut down than Windows expects. You get an annoying error message telling you it couldn't stop the service about half a minute or so before the service actually stops. Holden, Mark wrote: Tomcat can

RE: Tomcat + Apache on NT

2001-07-09 Thread Bruce A. Carson
You can modify your Registry to ensure that Jakarta is started before Apache: Make sure that the ApacheJak Service starts before Apache by editing the registry: Run regedt32 Select Window - HKEY_LOCAL_MACHINE on Local Machine from the menu Double-click to open the SYSTEM, then the

Nasty OutofMemory problem - possible reason: Cookie name path is a reserved token Exception?

2001-07-09 Thread Ben Parker
We are facing a very persisitent and nasty OutofMemory problem and have narrowed down the possible culprits SETUP: Linux 2.2.14 SMP Tomcat 3.2.2 binary JDK (Sun 1.3) Apache 1.3.16 (with mod_usertrack for cookies) mod_jk compiled from source (thanks to this list's archives, that helped the 99%

virtual hosts with Tomcat 3.2.2 Apache 1.3.20

2001-07-09 Thread Gary Dale
I've got 3.2.2 to work and I've integrated it with Apache. I can run the example applications as either http://server:8080/ or http://server/ and they work. Some consultants have developed some java applications that I need to install on this server. They don't seem to have followed the

RE: Nasty OutofMemory problem - possible reason: Cookie name path is a reserved token Exception?

2001-07-09 Thread Ben Parker
I know this is terrible manners, but here's a reply to my own question Is the Cookie error a symptom of heavy load/low memory, not a cause? After I posted this, I found this bug report: http://w4.metronet.com/~wjm/tomcat/2000/Nov/msg00362.html which suggests it is a symptom. So if it's

RE: (application library) ClassNotFoundException

2001-07-09 Thread Kevin HaleBoyes
From: Michael Wentzel So, this leads me to a follow up question. I know that I've got the jar file in the server/lib directory, is there any way to use that from my application. If not then I have to have the exact same jar file in my WEB-INF/lib directory to use Oracle JDBC in my

help with building mod_jk

2001-07-09 Thread mbb
Hello, I just tried to build and install mod_jk from the Tomcat 3.2 source distribution. I'm running YellowDog Linux 1.2 (which is pretty much RedHat 6 for the PowerPC). First, from the unpacked TOMCAT_SOURCE/src/native/apache1.3 directory I ran: apxs -o mod_jk.so -I../jk -I$JAVA_HOME/include

RE: (application library) ClassNotFoundException

2001-07-09 Thread Michael Wentzel
You could always alter you startup script to so that the TOMCAT CLASSPATH contains the fully qualified oracle jar. Ok that works, but is that the right thing to do? K. No, not really, but if you don't want to have multiple file copies (which shouldn't be that much of a problem really)

RE: JDBC Realm error on startup

2001-07-09 Thread Ignacio J. Ortega
Using the JDBC-ODBC Bridge can not lead to jar problems as is included on the default bootstrap classpath.., perhaps a incorrectly created ODBC? i dont know,but can you access your config with a plain vanilla main java program..?? having and answer for this question probably will help in resolve

RE: problem with getPort()

2001-07-09 Thread Joseph D Toussaint
Unfortuantly I did get something like that. HTTP/1.1 302 Date: Mon, 09 Jul 2001 20:56:22 GMT Server: Apache/1.3.20 (Unix) mod_jk Location: http://beru.cariboulake.com:0/servlet/Servlet2 Content-Length: 179 Connection: close This sounds odd, but what if I swiched to ajp13? Could that

AccessControlException in Tomcat

2001-07-09 Thread Brian Lenz
Hello, I am running Tomcat 3.3 milestone 4 as an out-of-process servlet container along with Apache Web Server. When I start up Tomcat, my application initializes correctly. Additionally, I can successfully make requests to the application through the web server. However, before each request

RE: JDBC Realm error on startup

2001-07-09 Thread Michael Wentzel
Using the JDBC-ODBC Bridge can not lead to jar problems as is included on the default bootstrap classpath.., perhaps a incorrectly created ODBC? My point was not that the bridge would cause this problem but that it causes problems in general. Why add another layer to your code when it is

RE: AccessControlException in Tomcat

2001-07-09 Thread Vladimir Grishchenko
Make sure you enable permissions for your application, in your case you should have something like this in your security file (default is conf/tomcat.security when using -security flag): grant codeBase file:${tomcat.home}/webapps/ip { permission java.io.FilePermission

RE: How to configure a custom page for JSP 404 errors?

2001-07-09 Thread Courtney, Pierce
Ryan and Hunor (Hades), Thanks for your replies, but this simply does not work for me (perhaps I'm missing something... some other setting one must set in server.xml or something?) I created a simple error.jsp and put this snippet in the main web.xml in /conf/ and also in the web.xml file for my

RE: Problems with a tomcat build.

2001-07-09 Thread Patterson, David
ANT.jar was not in the class path. (Duh!) Thanks all. Dave P. -Original Message- From: Patterson, David Sent: Monday, July 09, 2001 2:06 PM To: '[EMAIL PROTECTED]' Subject:RE: Problems with a tomcat build. I put the XML

Re: Tomcat + Apache on NT

2001-07-09 Thread Gregory Guthrie
At 03:26 PM 07/09/2001 -0400, Gary Dale wrote: You only need to start Tomcat ahead of Apache if you have changed Tomcat's configuration and are including the .conf-auto in httpd.conf. What I suggest is setting them both to automatically start, then if you change anything, shut them down and

RE: Tomcat as NT service.. problem.

2001-07-09 Thread Bruce A. Carson
Ah, you probably fell for the "secret" trap laid for you by the programmers... The stupid Tomcat jk_nt_service can't handle directories with a space in them and the default install for Apache puts Apache in a directory with not one, but two spaces !! I will send you my install directions

Newbie - 500 Error

2001-07-09 Thread Phillip Gillis
Hello, I have just installed the JDK and Tomcat 3.2.1 on Win Server 2000 . . . all of my example jsp files work fine. My problem is that I am trying to create a directory to put my own jsp files. I copied the included date.jsp file and put it in a directory named "phil", under webapps. I

Re: Newbie - 500 Error

2001-07-09 Thread Dmitri Colebatch
Phil, Ok - you're using the %TOMCAT_HOME%\webapps\examples\jsp\dates\dates.jsp? The line you're interested in is jsp:useBean id='clock' scope='page' class='dates.JspCalendar' type=dates.JspCalendar / This is more of a general java question rather than tomcat (assuming I'm understanding you

Fwd: Re: Newbie - 500 Error

2001-07-09 Thread Dmitri Colebatch
sorry - meant to keep this on the list for archives -- Forwarded Message -- Subject: Re: Newbie - 500 Error Date: Tue, 10 Jul 2001 16:20:03 +1000 From: Dmitri Colebatch [EMAIL PROTECTED] To: Phillip Gillis [EMAIL PROTECTED] Cc: Phillip L. Gillis [EMAIL PROTECTED] ahh,

Weird startup problem - V3.3m4

2001-07-09 Thread Mark Muffett
I don't know for sure if this is a bug or my fault with config. I've been using Tomcat 3.3m3 with Apache for a month or so with success. I changed to 3.3m4 last week, apparently also successfully. I rebooted the computer (Linux, 2.2 kernel) and it went wrong! - Tomcat would work on its own