Re: Installing tomcat on Windows 2000

2001-01-21 Thread Erik G. Dybdahl
--- Pete Ehli [EMAIL PROTECTED] skrev: Ok Erik was right and I was wrong - Classpath should not have spaces and set your enviorment variables via startup.bat - I apologize to Erik for such a rude response. Accepted, Pete. erik ___ Do You

RE: Restricting Tomcat to a single IP address?

2001-01-21 Thread Mike Ball
Malcom, lurking around in the source (Tomcat 3.2.1) I found some undocumented parameters that can be put in server.xml. Use something like this: Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler"

RE: I don't want cached pages

2001-01-21 Thread Amos Shapira
Hi, You can look at the generated code to understand what happens. What happens is that "%!" (with "!") defines STATIC variables of the servlet instance. Without the "!" the variables are automatic variables of doGet/doPost. Cheers, --Amos -Original Message- From: Hugo Lara

POST/GET problems

2001-01-21 Thread David Treves
Hi, I recently downloaded Tomcat 4 (b1) from apache site. After installing it I tried to write a servlet to test it's operation. I keep getting the following message from the server: "HTTP Status 405 - HTTP method GET is not supported by this URL. The specified HTTP method is not

Re: POST/GET problems

2001-01-21 Thread William Brogden
David Treves wrote: Hi, I recently downloaded Tomcat 4 (b1) from apache site. After installing it I tried to write a servlet to test it's operation. I keep getting the following message from the server: "HTTP Status 405 - HTTP method GET is not supported by this URL. The

Redirect question

2001-01-21 Thread David Oxley
When sending a HttpServletResponse resp.sendRedirect how can I specify parameters without having them appear on the URL in the browser address bar? Thanks. Dave. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Thanks!

2001-01-21 Thread hg5hg67
Save 20% to 50% on your phone bill each month and we will donate 5% of your long distance phone bill to the charity of your choice! No monthly service charges - save $3 to $9 per month! No Installation fees! Billed in 6 second increments - not 1 minute increments! Only 6.9 cents per minute

Thanks!

2001-01-21 Thread hg5hg67
Save 20% to 50% on your phone bill each month and we will donate 5% of your long distance phone bill to the charity of your choice! No monthly service charges - save $3 to $9 per month! No Installation fees! Billed in 6 second increments - not 1 minute increments! Only 6.9 cents per minute

Thanks!

2001-01-21 Thread hg5hg67
Save 20% to 50% on your phone bill each month and we will donate 5% of your long distance phone bill to the charity of your choice! No monthly service charges - save $3 to $9 per month! No Installation fees! Billed in 6 second increments - not 1 minute increments! Only 6.9 cents per minute

Thanks!

2001-01-21 Thread hg5hg67
Save 20% to 50% on your phone bill each month and we will donate 5% of your long distance phone bill to the charity of your choice! No monthly service charges - save $3 to $9 per month! No Installation fees! Billed in 6 second increments - not 1 minute increments! Only 6.9 cents per minute

RE: Thanks!

2001-01-21 Thread Etienne Baert
Can the respondible of the message make the necessary in order to get removed from that stupid mailing list ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: vendredi 19 janvier 2001 10:25 To: [EMAIL PROTECTED] Subject: Thanks! Save 20% to 50% on your phone

Buffering of servlet responses

2001-01-21 Thread dale+tomcat
Hi, Apologies if this has been asked before but the search on the mailing list archive directs to port at the moment which I cannot access from behind my firewall. I'm trying to get the small servlet 'push' example below working but tomcat appears to ignore the requests to flush it's

RE: Buffering of servlet responses

2001-01-21 Thread Craig O'Brien
Excuse my confusion but, HttpServletResponse does not contain the methods setBufferSize() or flushBuffer(). Did you leave these out of your example? Also, If you set a buffer size to 0 would there be anything there to flush? Regards, Craig -Original Message- From: [EMAIL PROTECTED]

CLASSPATH.

2001-01-21 Thread Doug Ferguson
Hi, I am using tomcat and communication with an application server. jBoss. I am not using jBoss embedded tomcat, I am using standalone tomcat with apache redirecting. I have a jar file with my ejb interfaces and my "helper classes" that I have placed in my lib dir. Tomcat loads this jar and has

Cache in tomcat....?????

2001-01-21 Thread Mick Sullivan
Hi, I got my first JSP pages and bean working a few minutes ago. Basically what the application does is take input from the first page and output it on a response page after submission. My problem is that when I tried to modify the response page it keeps using the old version. I actually deleted

RE: Cache in tomcat....?????

2001-01-21 Thread Craig O'Brien
Make sure that you are not assigning variables via "%!" which sets static variables which will carry from page to page, user to user. Re-start tomcat as once you instantiate a jsp or servlet it will exist even if the file is deleted. Regards, Craig -Original Message- From: Mick

Re: Buffering of servlet responses

2001-01-21 Thread dale+tomcat
I think they may be tomcat specific? thanks, - Dale $ export CLASSPATH=~/proj/jakarta-tomcat-3.2.1/lib/servlet.jar $ javap javax.servlet.ServletResponse Compiled from ServletResponse.java public interface javax.servlet.ServletResponse /* ACC_SUPER bit NOT set */ { public abstract

load balancing and failsafety

2001-01-21 Thread Jayesh
Anybody implemented load balancing and failsafety on tomcat stand alone? Thanks, Jayesh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -

Re: Buffering of servlet responses

2001-01-21 Thread dale+tomcat
Sorry, my mistake, bug has been fixed in 3.3 dev. Just have to wait for the next stable version I suppose. Oh and the buffer calls are part of the 2.2 Servlet spec. thanks, - Dale On Sun, Jan 21, 2001 at 07:03:43PM +, [EMAIL PROTECTED] wrote: I think they may be tomcat specific?

Context timeout/reloading ?

2001-01-21 Thread Dave Frankson
I've been noticing that tomcat 3.2.1 seems to unload and reload a context every so often when it is inactive for a while. Whenever this happens I lose all my application level objects and all the sessions disappear. Does anyone know more information on how to control this, or the

RE: Buffering of servlet responses

2001-01-21 Thread Craig O'Brien
I stand corrected. Since version 2.3 these are methods of the ServletResponseWrapper. Thank you for bringing this to my attention. Tomcat 3.2 uses a servlet.jar which was updated 11/29/2000 so the capabilities of this wrapper should be included. I tried your code and got the same result. This

RE: isapi_redirect.dll on Win2k and IIS

2001-01-21 Thread Kevin Badinger
I would appreciate any additional information you might have on this, because I had and have tomcat 3.1.1 working just fine, however, when I replace 3.1.1 with 3.2.1 and the redirector, it starts sending the incorrect uri to tomcat from isapi_redirect.dll. Thanks -Original Message-

IIS 5.0, Windows 2000 Server, Tomcat 32

2001-01-21 Thread Niemiec, Greg
I am looking at installing Tomcat on a multiple CPU IIS 5.0 system and was wondering has anyone did it yet? I have read the tomcat-iis-howto but the thread stops 30 November.. Thanks in advance.. Greg.. Greg Niemiec Per-Se Technologies Software Development Environment Engineer [EMAIL

URGENT Problem with includinfg files

2001-01-21 Thread Carlos López
Hi a have a big problem when I trie to include files that are not in the same directory as the file tryng to include. For example y mi file structure is /FileA /dir /file B If FileB tryes to include FileA it marks me the folling error Included servlet error: 500 Location: /dir/FileB.jsp

RE: Problem with mod_jserv.so...

2001-01-21 Thread GOMEZ Henri
excuse me... i have a great problem, and i don't know how solve it... can someone help me ? when i start apache, it give me the error message: # /sbin/init.d/apache start Starting service httpd[Sat Jan 20 14:24:28 2001] [warn] Loaded DSO /usr/lib/apac he/mod_jserv.so uses plain Apache 1.3

RE: IIS 5.0, Windows 2000 Server, Tomcat 32

2001-01-21 Thread Craig O'Brien
I have had Tomcat 3.2 running on Windows 2000 server with IIS-5 as a stand alone configuration with the isapi_redirect.dll for about 1 month. It has been stable and performed better then I expected. My configuration is a single cpu. The documentation in the package that you download is good and

RE: Redirect question

2001-01-21 Thread Andy Nuss
1)original jsp HttpSession session = req.getSession(false); MyParams params = new MyParams("a", "b", "c"); String retrieveid = "QUICK_RETRIEVE" + "/myredirect.jsp" + new Object().hashCode(); session.setAttribute(retrieveid, params); Cookie ck = new

UNICODE

2001-01-21 Thread Krisztian Nemeth
Hello, can sombody tell me, how can I configure Tomcat not to convert UTF-8 to ISO-8859-1. If I transform my XML documents with org.apache.xalan.xslt.Process from the command line, the result html fil is OK. If I open the document locally in Netscape or IE with encoding UTF-8 I can see all the

JDBC realm authentication

2001-01-21 Thread Dario Novakovic
i want to use database for (form based) user authentication but problem is that i have crypted user passwords and JDBCRealm.class expects plain passwords. Would it be enough if i change JDBCRealm class to encrypt password typed in the form before it checks it against password in the database? i

java.lang.NoClassDefFoundError

2001-01-21 Thread Ken
Hi, Started up Tomcat on our school AS/400 without a problem, but in trying to bring it down I get an error java.lang.NoClassDefFoundError: org/apache/tomcat/util/xml/XmlMapper java/lang/Error.init(Ljava/lang/String;)V+1 (Error.java:53) following is what is returned to me:

RE: JDBC realm authentication

2001-01-21 Thread Ignacio J. Ortega
Do not need to exchange classe in the jar, call it XYZRealm put it into %TOMCAT_HOME%/classes and change the requestinterceptor line in server.xml from org.apache.tomcat.request.JDBCRealm to your XYZRealm , and that's all folks. FYI.: Next Tomcat 3.X already has Digested passwrods inside ( and

Tomcat - IIS

2001-01-21 Thread Kenny Lee
Hi, May i know how to do this step: 8.Using the IIS management console, add isapi_redirect.dll as a filter in your IIS/PWS web site... I am using IIS4.0 on a NT Environment. Rgds, Kenny __ Do You Yahoo!? Yahoo! Mail – Free email you can

installing servlet

2001-01-21 Thread wtf
I'm new to Tomcat; I've recently downloaded and installed (from binaries) Tomcat 3.2 for Windows onto a WinNT 4.0 SP6a machine. I'm using IIS 4.0, JDK1.3 (Sun's), servlet API 2.1.1 (Sun's), isapi_redirect.dll, and I'm running Tomcat as an NT service (jk_nt_service.exe). I've read (and

installing servlet

2001-01-21 Thread wtf
I'm new to Tomcat; I've recently downloaded and installed (from binaries) Tomcat 3.2 for Windows onto a WinNT 4.0 SP6a machine. I'm using IIS 4.0, JDK1.3 (Sun's), servlet API 2.1.1 (Sun's), isapi_redirect.dll, and I'm running Tomcat as an NT service (jk_nt_service.exe). I've read (and

RE: installing servlet

2001-01-21 Thread Craig O'Brien
The default location for servlets is tomcat/webapps/ROOT/WEB-INF/classes/. If you place your servlet here you will access it by http://localhost:8080/servlet/myServlet You can configure other locations if you like. Hope this helps, Craig -Original Message- From: wtf [mailto:[EMAIL

Working with docBase under Windows 9x

2001-01-21 Thread James Arendt
I installed Tomcat 3.2 under Windows 98 and have been having a hard time getting my servlet working. I believe I've narrowed the problem down to setting the docBase. Here's what I've got currently at the end of server.xml: Context path="/myApp" docBase="e:\Work\myApp"

RE: Tomcat - IIS

2001-01-21 Thread Craig O'Brien
I am using IIS5 but here goes: Open your IIS management console and highlight your active HTTP server. Right click on it and get the server's properties. There should be a tab for ISAPI Filters. Navigate to tomcat/bin/win32/i386 (where you placed isapi_redirect.dll) and install it. reboot(I

mod_jk.so problem

2001-01-21 Thread venkatesan
Hi all, 1) I downloaded binary version of jakarta-tomcat-3.2.1.tar. I configured it in my Linux6.3 system. The tomcat server is running locally. While i try to configure it to Apache server which is in the same machine, i gone through the user guide and it tells that there should be one

Need Help

2001-01-21 Thread Durai kumar
Hi, I need help from you guys. 1. I am loading a jsp thro tomcat. It is working fine. I am interested to know the flag setting for java compiler( it is used while compiling the .java file produced from JSP). Can any one help me in this regard? 2. Does anyone know what "jikes" are? This

AW: Thanks!

2001-01-21 Thread Christian Schulz
Title: AW: Thanks! Stop sending this spam-mail ! -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 19. Januar 2001 10:25 Betreff: Thanks! Save 20% to 50% on your phone bill each month and we will donate 5% of your long distance phone

RE: installing servlet

2001-01-21 Thread Etienne Baert
Hi, there is an issue regarding the use of tomcat as service on NT when running it with JDK1.3. Use tomcat as stand-alone by starting it using the command line, then try to access your servlet through the port 8080. If it works, then your settings were OK and the problem is well the NT service

RE: IIS 5.0, Windows 2000 Server, Tomcat 32

2001-01-21 Thread Etienne Baert
Hi Greg, we are running tomcat 3.2.1 (and ran tomcat 3.1) on 2 dual-CPU machines without any problems. We simply followed the howto documentation for installing them. Etienne -Original Message- From: Niemiec, Greg [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 12:59 PM To:

RE: Tomcat - IIS

2001-01-21 Thread Etienne Baert
In your Admnistrative Tools menu, you should have a link to Internet Service Management, open it. Expand branches to locate your Default Web Site, right-click on it and select properties. In the window you opened, locate the ISAPI filter tab. -Original Message- From: Kenny Lee