Re: Access Log for Tomcat in standAlone mode or Running Apache with Tomcat.

2000-11-29 Thread Krishna Kant
you will have to include the config file ( tomcat-apache) of tomcat in httpd of apache then start tomcat and start apache Moursli Nabil wrote: > Can anyone help me with this, I can't run TOMCAT with Apache, so the only > issu I see > is to run Tomcat in standAlone mode. If anyone know how to man

Re: chinese language

2000-11-29 Thread Simon Lam
1. Try to put tag to specify character set directly in your jsp. 2. Try to convert your Chinese string to "8859_1" encoding outside jsp. For example, in a JavaBean. The two methods above works fine for Japanese. 3. Visit Internationlization forum in java.sun.com. Hope this might help.

Re: password and login admin

2000-11-29 Thread KINGMAN
Are you China? kingman

Re: »Ø¸´: password and login admin

2000-11-29 Thread Craig R. McClanahan
It is up to you to set these values. You need to create a username/password combination that has the role "admin" assigned to them. If you are using a stock Tomcat configuration, you can do this by editing the file "conf/tomcat-users.xml" user the Tomcat distribution directory. Craig McClanahan

Re: WAP Configuration

2000-11-29 Thread Craig R. McClanahan
I have two recommendations for you, below. Rob Mitchell wrote: > Hi, > > I've set up the apache-tomcat configuration with the aim of having jsp > pages deliver WML to the WAP browser in the Nokia WAP toolkit. > > I have set up a JSP page under Tomcat that just contains WML content. > > So far th

Re: wrapper.classpath not working?

2000-11-29 Thread Craig R. McClanahan
KINGMAN wrote: > Can you tell me how to construct a Web Application in my tomcat4.0.Where I put my >servlets? > thanks! The basic concepts of how a web application needs to be organized (which includes where servlets should be placed) are defined by the Servlet 2.2 (for Tomcat 3.x) or Servlet

回复: password and login admin

2000-11-29 Thread zhan yi
-Original Message- ·¢¼þÈË: Persegato Marco <[EMAIL PROTECTED]> ÊÕ¼þÈË: [EMAIL PROTECTED] <[EMAIL PROTECTED]> ÈÕÆÚ: 2000Äê11ÔÂ29ÈÕ 18:35 Ö÷Ìâ: password and login admin >Hi all, >how can I find the default password and username for admin in >tomcat3.2beta8? > >thanks in advance >Persegat

WAP Configuration

2000-11-29 Thread Rob Mitchell
Hi, I've set up the apache-tomcat configuration with the aim of having jsp pages deliver WML to the WAP browser in the Nokia WAP toolkit. I have set up a JSP page under Tomcat that just contains WML content. So far the WAP Toolkit can access the page but as far as I can tell it is being encod

Re: wrapper.classpath not working?

2000-11-29 Thread KINGMAN
Can you tell me how to construct a Web Application in my tomcat4.0.Where I put my servlets? thanks!

wrapper.classpath not working?

2000-11-29 Thread Neil Aggarwal
Hello: I added the following line to my wrapper.classpath in the tomcat.properties file: wrapper.classpath=/usr/local/mm.mysql-2.0.2-bin.jar But, in my test servlet, I printed the classpath and I got this: /usr/local/jakarta-tomcat/classes:.:/usr/local/jakarta-tomcat/lib/ant.jar:/usr/local/jakar

[ANNOUNCEMENT] Tomcat 3.2 Final Release

2000-11-29 Thread Craig R. McClanahan
The most anticipated release from the Jakarta project yet! We hereby announce the availability of the final release of version 3.2 of the Tomcat servlet container and JSP engine. Tomcat implements the Servlet 2.2 and JSP 1.1 specifications, and represents the most current release quality build o

Re: j_security is pissing me off...

2000-11-29 Thread Craig R. McClanahan
John de la Garza wrote: > Does anyone know what's up with the formbased security that tomcat supports? > Tomcat 3.1 does not support form based security. Upgrade to 3.2 or 4.0. Craig McClanahan

j_security is pissing me off...

2000-11-29 Thread John de la Garza
Does anyone know what's up with the formbased security that tomcat supports? I try to access the http://127.0.0.1/examples/jsp/security/protected/index.jsp and it never gets to index.jsp or if I click on protected from the http://127.0.0.1/examples/jsp/security/ directory display it puts me in

Re: WML Generation from JSP broken!!!!

2000-11-29 Thread Scott Jones
Could you not just replace your with <% out.println(""); %> ? Seems like that would work to me... Cheers, -Scott - Original Message - From: "Alex Tang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Alex Tang" <[EMAIL PROTECTED]> Sent: Wedne

RE: jk_nt_service and more java params needed

2000-11-29 Thread David Rees
Have you tried setting the environment variable "TOMCAT_OPTS"? -Dave > From: Milton [mailto:[EMAIL PROTECTED]] > > Has anyone figured how to modify wrapper.properties to send > "-Djava.security.manager -Djava.security.policy = c:\tomcat\tomcat.policy" > parameters to the jvm?

jk_nt_service and more java params needed

2000-11-29 Thread Milton
Has anyone figured how to modify wrapper.properties to send "-Djava.security.manager -Djava.security.policy = c:\tomcat\tomcat.policy" parameters to the jvm? Thanks in advance.

RE: Tomcat 3.2b8 ClassCastException after servlet update

2000-11-29 Thread David Rees
Replying to my own message: I just downloaded and tried it under Tomcat 3.1 which showed the same problem. So at least this isn't a new bug. :-) I also tried Tomcat 4.0-m4 which works perfectly in for my test case. -Dave > I have a simple test case (which this was generated under) which I ca

Location of mod_jserv.so in tomcat-apache.conf

2000-11-29 Thread Neil Aggarwal
Hello: In my tomcat-apache.conf file, there is this line: LoadModule jserv_module libexec/mod_jserv.so My apache installation uses a modules directory (even though I am on Linux). Where do I set how this line is generated? If I change this line, it will be overwritten the next time tomcat sta

Re: WML Generation from JSP broken!!!!

2000-11-29 Thread Davanum Srinivas
Thanks Craig. I was mixing two things.I got it to work by removing the directive for now. -- dims --- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > > > Davanum Srinivas wrote: > > > Hi all, > > Attached is a JSP Sample file which generates WML. It works with no problems on >Tomcat3

chinese language

2000-11-29 Thread zhan yi
I met two problems with chinese text.     1 When i include file from another chinese file, the included file will not display correctly. See attached file1.jsp and file2.jsp.     2 In tomcat-4.0-m4, I used setCharacterEncoding to process chinese form attribute, but it doesn't work. See att

Re: WML Generation from JSP broken!!!!

2000-11-29 Thread Alex Tang
Is there a way to get the compiler to ignore the "" syntax? Otherwise this means that serving any page that is XML compliant (WML, XHTML, etc) now requires a complete rewrite of all JSP files to run in 4.0. Thanks. ...alex... "Craig R. McClanahan" wrote: > Davanum Srinivas wrote: > > > Hi a

mod_jk.so problem on Linux

2000-11-29 Thread Graham Freeman
I am having trouble getting mod_jk.so working in Apache 1.3 on my Linux box. If I include the instruction LoadModulejk_module libexec/mod_jk.so in my httpd.conf file, Apache reports # ./bin/apachectl configtest Syntax error on line 991 of /usr/local/apache/conf/httpd.conf

Re: WML Generation from JSP broken!!!!

2000-11-29 Thread Craig R. McClanahan
Davanum Srinivas wrote: > Hi all, > Attached is a JSP Sample file which generates WML. It works with no problems on >Tomcat3.1, but > fails miserably with the latest dev nightly snapshot and m4. Can someone shed light? > Well, your page certainly doesn't work under Tomcat 4.0 (which implement

Tomcat 3.2b8 ClassCastException after servlet update

2000-11-29 Thread David Rees
Hi, I've got a problem where I'm doing a HttpServletRequest.getAttribute in a servlet after a JSP forwards the request to it. Here's a basic outline of what happens: test.jsp POSTs to forward.jsp (which stores the form info in a test.TestBean) which then forwards the request to TestServlet. Th

Re: potentially thousands of servlet context entries

2000-11-29 Thread Craig R. McClanahan
David Bussenschutt wrote: > Q1, > Thanks andreas, this fixed it: > cd /path/to/tomcat/webapps/ > find . -type d -print | xargs -n1 chmod o+x > find . -type f -print | xargs -n1 chmod o+r > Is that going to be a security problem giving 'nobody' read access to all > of 'webapps' ? > It should't (b

RE: Some pointers in getting SSL in Tomcat 3.2

2000-11-29 Thread Xia, Alex
I agree with you, BUT: SSL will not work properly with security turned on through FORM-based authentication. There appears to be a bug as I have written to this list previously. Alex X. Xia -Original Message- From: Trevor Little [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2

WML Generation from JSP broken!!!!

2000-11-29 Thread Davanum Srinivas
Hi all, Attached is a JSP Sample file which generates WML. It works with no problems on Tomcat3.1, but fails miserably with the latest dev nightly snapshot and m4. Can someone shed light? Thanks in advance, dims PS: Am not currently subscribed to the list. So please CC me at "[EMAIL PROTECTED]

potentially thousands of servlet context entries

2000-11-29 Thread David Bussenschutt
Q1, Thanks andreas, this fixed it: cd /path/to/tomcat/webapps/ find . -type d -print | xargs -n1 chmod o+x find . -type f -print | xargs -n1 chmod o+r Is that going to be a security problem giving 'nobody' read access to all of 'webapps' ? Everyone: Q2. I'm completely new to java and servlets (I

Re: Problem with servlet api that ships with 3.2.b8

2000-11-29 Thread Thom Park
Thanks Craig, I appreciate the quick answer ! -Thom Craig R. McClanahan wrote: > Thom Park wrote: > >> I'm having some trouble getting the J2EE CTS tests to pass using Tomcat >> 3.2.b8. >> The CTS is complaining that a public static final member has been added >> to javax.servlet.http.HttpSe

Re: how do I get mod_so?

2000-11-29 Thread David Bussenschutt
pretty much straight from the apache instalation docs: to build most modules as static, but enable DSO try building apache as: ./configure --prefix=/path/to/install --enable-shared=so or to build pretty much everything as DSO try this: ./configure --prefix=/path/to/install --enable-module=most

RE: Jakarta/Tomcat 3.2 sites

2000-11-29 Thread Michael Dowling
Robert: e-Acumen is an ASP for the energy services market. With deregulation, electricity/energy became a commodity. Our all-web based software products provides analytics and modelling for certain scenarios for those organizations. We provide analytics & modelling for short term forecasting (

Re: Problem with servlet api that ships with 3.2.b8

2000-11-29 Thread Craig R. McClanahan
Thom Park wrote: > I'm having some trouble getting the J2EE CTS tests to pass using Tomcat > 3.2.b8. > The CTS is complaining that a public static final member has been added > to javax.servlet.http.HttpServletResponse class - > > e.g.:public static final int SC_TEMPORARY_REDIRECT = 307; > >

Directory problem

2000-11-29 Thread Neil Aggarwal
Hello: I am trying to use tomcat with apache and am having a problem with my virtual host directory. In my httpd.conf file, I added index.jsp to my listing of index files: DirectoryIndex index.jsp index.php index.html index.htm index.shtml index.cgi I also have the following virtual host define

Re: is ajp12 connection handler required to shutdown?

2000-11-29 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: I don’t want to use the ajp12 protocol but if I leave it out of the server.xml file(s) I can’t shut tomcat down cleanly.The docs state that this is needed to shut down tomcat properly but if I am running multiple JVMs with multiple server.xml files, that means I need

how do I get mod_so?

2000-11-29 Thread Cherie Yoon
Hi, I am trying to build mod_jserv.so for linux and I ran "apxs -c -o mod_jserv.so" in the Tomcat directory(TOMCAT_HOME/src/native/apache/jserv) When I install apache, I think I enabled DSO as following, ./configure --prefix=/path/to/install --enable-rule=SHARED_CORE=yes but I am getting this err

Re: Some pointers in getting SSL in Tomcat 3.2

2000-11-29 Thread Craig R. McClanahan
Trevor Little wrote: > No you can just download the binaries... I did and I have ssl working > (for Windows and linux). Once you download the binaries you DO have to > compile 3 java files in TOMCAT_HOME/src/org/apache/tomcat/net. Then > follow the directions in server.xml. > Actually, as of 3

Exceptions.

2000-11-29 Thread Sharma, Rajeev
Hi, I have recently started working on Tomcat. I am currently using the following environment. OS -Win32 Web server - Apache Web Server. Adapter - mod_jk.dll ( I have copied it in the Apache's module directory and have updated its httpd.conf

Problem with servlet api that ships with 3.2.b8

2000-11-29 Thread Thom Park
I'm having some trouble getting the J2EE CTS tests to pass using Tomcat 3.2.b8. The CTS is complaining that a public static final member has been added to javax.servlet.http.HttpServletResponse class - e.g.:public static final int SC_TEMPORARY_REDIRECT = 307; I can't find this public stati

Jakarta/Tomcat 3.2 sites

2000-11-29 Thread Robert B. Easter
Can some people please provide me with some URLs of sites that are running Jakarta/Tomcat 3.1 or 3.2 so that I can see what kind of content is typically possible with this technology? Thanks. I'm very new to Java and want to understand this better. I'm running Apache and PHP for a site of mi

How to build mod_jserv.so on AIX using apxs

2000-11-29 Thread Ritwick Dhar
I have been trying to do this for some time now, and have been frustrated by how little info is out there to solve this particular problem. It's especially difficult on this platform because there are certain changes that need to be made that are not intuitive at all (at least to me). So I thought

Tomcat as service wrapper files missing

2000-11-29 Thread Vince Ulfig
Hi,   I want Apache and Tomcat to start automatically as a service on my NT machine when the machine boots, or when I log in.   I'm following the instructions on this page: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.html   This page refers to these files, that I

Tomcat as a service

2000-11-29 Thread anuj suri
Hi I was trying to run Tomcat as service on Win2000 and was following the steps on given in the jakarta site. I just wanted to know in the step #4 how do u start and stop Tomcat as a service after creating a service called jakarta. It says type "net start jakarta"on th ecomand line.. but it doe

RE: Distributed session tracking?

2000-11-29 Thread Lacerda, Wellington (AFIS)
Take a look on the list archives. I saw this subject circulating before. There's an interesting article about distributed session tracking in web farms that use RDBMS and is very good (despite the fact it deals with ASP, but that's not relevant). I saw the reference to the article on that thre

Finding jk_nt_service.exe

2000-11-29 Thread Robert Gillespie
Title: Finding jk_nt_service.exe Hello there, Your documentation located on this page: D:\Robert\Sony of Europe\JAVA SOAP Layer\Tomcat Installation\Jakarta-Tomcat as NT Service.htm states that the file jk_nt_service.exe is located in win32/i386 directory, but it is currently not there. Our c

Re: JspC HOW-TO? (Was precompilations)

2000-11-29 Thread Aleksey Tsalolikhin
On Wed, Nov 29, 2000 at 01:29:58PM -0600, Mike La Budde wrote: > OK, I'm stumped! How do I use JspC to precompile a specific (or all of the) > .jsp file(s)? > > I've tried the following: > > jspc -uriroot c:\sfwr\tomcat\webapps\examples > -webapp c:\sfwr\tomcat\webapps\examples > c:\sfwr\tom

RE: Problem retrieving bean from session....

2000-11-29 Thread James Morgenstein
More information In my pages I am now logging the current session id, if the session is new, and the value of all cookies. In those cases where I am getting an error (and this is on a second or third page), the session is new and there is a jsessionid cookie even though I have disabled cooki

cookie session tracking doesn't work

2000-11-29 Thread Stefan Woithe
Hi all, Using Tomcat 3.1final and a servlet I wonder why my browser doesn't asks me whether to accept a cookie (what I've selected in the preferences). Analyzing every available information with the first request from the originaly delivered page of my servlet (i.e. the second request to it) t

RE: Java don't stop when I shutdown.

2000-11-29 Thread Aumann, Shad
I had the same problem with Tomcat when I was using IBM's JDK 1.3 for Linux. The problem was solved when I switched to the released version of the Sun JDK 1.3 for Linux. Maybe the switch will work for you, too. Shad > -Original Message- > From: Matthew L Daniel [mailto:[EMAIL PROTECTED

Re: send redirect question

2000-11-29 Thread Rick Bosch
if I have a bean that is called from a jsp and has the call if (!(cookie.tempContains("loggedin"))){ try{ String param=(request.getParameter("show")!=null)?"?show="+request.getParameter("sh ow"):""; response.sendRedirect("index.jsp"+

Re: Java don't stop when I shutdown.

2000-11-29 Thread Matthew L Daniel
On Wed, Nov 29, 2000 at 09:51:32PM +0200, Jaco van Staden wrote: > > Hi > > When I excecute ../bin/shutdown.sh all the Java Threads stay alive. When I > start again new Threads are started. And so on.. > > What could cause this? > > I am using Tomcat 3.1 on RH7 with SUN JDK1.2.2 -native thread

apache virtual directories

2000-11-29 Thread Corey_Drew
How do I set up virtual directories in Apache? I used the Alias directive like: Alias /temp c:/sampledir/dir2/dir3 This did not work? Should this work if I add it to the httpd.conf file? corey.

RE: Distributed session tracking?

2000-11-29 Thread Andrew Cowie
Look into the mod_jserv package. Look under the JServ project for a paper "Load Balancing HOWTO" and read it carefully. It's wonderfully written. All though it's pointed towards the balancing for JServ, the same code has been more or less hacked into Tomcat, and we run it in production presently.

is ajp12 connection handler required to shutdown?

2000-11-29 Thread Morianos
I don’t want to use the ajp12 protocol but if I leave it out of the server.xml file(s) I can’t shut tomcat down cleanly.  The docs state that this is needed to shut down tomcat properly but if I am running multiple JVMs with multiple server.xml files, that means I need multiple ajp12 connec

Java don't stop when I shutdown.

2000-11-29 Thread Jaco van Staden
Hi When I excecute ../bin/shutdown.sh all the Java Threads stay alive. When I start again new Threads are started. And so on.. What could cause this? I am using Tomcat 3.1 on RH7 with SUN JDK1.2.2 -native threads. -- AJ van Staden Cyber Seal Business and Industrial Information systems Pta Of

Distributed session tracking?

2000-11-29 Thread Aumann, Shad
Hello, If I wanted to run multiple web servers - each running Apache/Tomcat - in a load-balancing configuration, how can I make it so that the session tracking on each installation of Tomcat is available to whatever web server gets the client's request? I realize that I could just do "first hit"

Http Authentication.

2000-11-29 Thread Lijia Xu
Hi, I'm trying to implement HTTP authenticaiton. But with tomcat-apache.conf file included, the initial http authentication ability I set under the server configuration in httpd.conf file under apache doesn't work anymore. Does anyone know how to make it work? Thanks. Lijia Xu

RE: temporary page

2000-11-29 Thread Josh Knowles
Another idea would be to use forward to forward them to a temp page. The servlet would still have control and could finish working and then forward or redirect to the final page. -Original Message- From: Sayles, Scott SAXONHQ [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000

Cannot restart tomcat on Windows2000- Help reqested

2000-11-29 Thread Prathapan Nair
Hi all My env - Tomcat3.1 relese build on win2000 When I try to shutdown and restart tomcat, I get following message on console Starting tomcat check tomcat.log for errors The web server starts, but my application will not run. If I restart windows and start tomcat, every thing is fine. But you k

JspC HOW-TO? (Was precompilations)

2000-11-29 Thread Mike La Budde
OK, I'm stumped! How do I use JspC to precompile a specific (or all of the) .jsp file(s)? I've tried the following: jspc -uriroot c:\sfwr\tomcat\webapps\examples -webapp c:\sfwr\tomcat\webapps\examples c:\sfwr\tomcat\webapps\examples\jsp\num\numguess.jsp and various other tries w/out succes

RE: tomcat as an NT service

2000-11-29 Thread Paul Feuer
Title: RE: tomcat as an NT service oops. nevermind. i found it in the cvs archive ./paul  -Original Message- From:   Paul Feuer  Sent:   Wednesday, November 29, 2000 1:54 PM To: '[EMAIL PROTECTED]' Subject:    tomcat as an NT service hi. i'm having trouble finding th

RE: tomcat as an NT service

2000-11-29 Thread Aumann, Shad
Title: tomcat as an NT service http://jakarta.apache.org/builds/tomcat/release/v3.2-beta-8/bin/win32/i386/   HTH.   Shad -Original Message-From: Paul Feuer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 29, 2000 1:54 PMTo: '[EMAIL PROTECTED]'Subject: tomcat as an NT serv

improper content-length header

2000-11-29 Thread Juan Munoz
Hello, I'm developing a VoiceXML application using tellme.com's tools. Apparently, their browser doesn't work properly unless the correct content-length header is set. Tomcat doesn't set this correctly from the JSPs I'm writing. How can I configure tomcat to set the correct content-length? I

RE: temporary page

2000-11-29 Thread Sayles, Scott SAXONHQ
Here's another possibility: Send a response and display something like "Working Please wait" and continually flush out a little bit of text at a time like "." during processing. When you're done processing, you could display a javascript call like the following. window.location="theOtherPa

RE: Help : HANDLER THREAD PROBLEM (Tomcat3.2b6, NT4.0, JDK1.2)

2000-11-29 Thread Ritwick Dhar
Philip,   I had this problem with Tomcat 3.1 with Apache on AIX (there's a previous post by me with title 'Handler thread problem)> I Isolated the problem to mod_jserv. Recompiling solved it. It should be the same with mod_jk.   Rit -Original Message-From: Philip Chan [mailto:[E

mod_jk config question under WinNT

2000-11-29 Thread Matt Coolidge
Hi - to configure Apache to use mod_jk under Solaris the httpd.conf code looks like: # Load mod_jk LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c QUESTION: Is this code identical under WinNT or would it be mod_jk.dll? An example snippet would be great. Thx, -MC

Problem forwarding to JSP when calling servlet has already processed POST data

2000-11-29 Thread Duane Morse
I have a servlet which has processed a form (method POST) and now wants to invoke a JSP to render the response page. It puts a new attribute on the request object for the JSP to pick up. With Tomcat 3.2b8, an attempt is apparently made to re-read the POST data for the JSP (even though the JSP its

RE: mod_jk for AIX?

2000-11-29 Thread Ritwick Dhar
Cristoph, Glad to be of help. By the way, the mod_jserv.so works now (no core dump). I used the *real* apache code, instead of the IBM one. The IBM version is nothing but the src code that comes with the IBM HTTPS server 1.3.6.2 (http://www-4.ibm.com/software/webservers/httpservers/) - basically

Re: tomcat as service

2000-11-29 Thread Corey_Drew
Here they are (See attached file: samplewrapper.properties)(See attached file: jk_nt_service.exe)(See attached file: Instsrv.exe) Corey. Ryan Parnell

tomcat as an NT service

2000-11-29 Thread Paul Feuer
Title: tomcat as an NT service hi. i'm having trouble finding the jk_nt_service.exe file. i've seen a couple messages talking about problems with jdk1.3 and log-on/log-off, but this is a issue i'm prepared to deal with (prolly with an auto-logon). can you point me to the file, or point out any

Re: Some pointers in getting SSL in Tomcat 3.2

2000-11-29 Thread Trevor Little
No you can just download the binaries... I did and I have ssl working (for Windows and linux). Once you download the binaries you DO have to compile 3 java files in TOMCAT_HOME/src/org/apache/tomcat/net. Then follow the directions in server.xml. Thom Park wrote: > > Hi, > > bear with me on t

RE: Some pointers in getting SSL in Tomcat 3.2

2000-11-29 Thread GOMEZ Henri
Take a look at the following documents for SSL and Tomcat : Will be included in 3.2 release ;-) Title: Tomcat and SSL Tomcat and SSL By Gomez Henri <[EMAIL PROTECTED]> Table of Contents Tomcat and SSL Building tomcat with SSL support Tomc

Re: temporary page

2000-11-29 Thread Vik P. Solem
If you only need to support Netscape then you can use multi-part/x-mixed-replace . It looks to me like t's not supported by IE5.0, but I don't know if later versions will support it. (Also, replacing "x-mixed-replace" with "mixed" may work for you.) ... the nice thing about standards is that th

Re: Some pointers in getting SSL in Tomcat 3.2

2000-11-29 Thread Thom Park
Hi, bear with me on this one but... " It is NOT enough to download the binaries from the jakarta web site and follow the instructions in server.xml. You have to build it from source (and make sure that the JSSE files are in the classpath)." ...Why not? is there some special build directives th

RE: "root-relative" URLs don't work(Tomcat 3.1)

2000-11-29 Thread Russell Freeman
Thanks Marek, Yes, that was the conclusion I have come to trying to get it working although I still couldn't get .forward() to work either. Yes, hardcoding /context-name/ before all links seems like a bad idea to me. Surely there must be a better way!? -Original Message- From: VONKA, M

Re: admin context

2000-11-29 Thread John Tangney
Thanks, Craig. Meanwhile I have found the RTFM-problem behind it all: I needed to turn on the 'trusted' flag in server.xml for that context. That allows me to run the admin app. The bug is presumably the less than elegant handling of the situation where the app is not "trusted" and attempts to

Problem retrieving bean from session....

2000-11-29 Thread James Morgenstein
All- Three pages into my application I am attempting to retrieve a bean using the same useBean clause as on the second page (cut and paste here for comparison): The bean should already be in the session from previous pages; therefore, I have a type clause instead of a class clause. I a

Problem with Session tracking API using with Tomcat 3.1 and Reverse Proxy

2000-11-29 Thread GCT
Hi! I've encountered the following problem using the Session Tracking API in Tomcat 3.1. I use servlets (not JSP!) under the following environment: java 1.2.2 tomcat 3.1 (servlet.jar version 2.2) apache For invalidating a session, in the servlet scope, I use the following code: Ht

RE: temporary page

2000-11-29 Thread CPC Livelink Admin
  Put your processing in a background thread.  Put a META Refresh tag in your HTML to refresh a monitoring servlet priodically. If the processing is not done, the monitoring servlet returns the same refresh tag, else it forwards/redirects to the real data you want to show.   Or you could lo

tomcat as service

2000-11-29 Thread Ryan Parnell
Before I bug [EMAIL PROTECTED] who wrote the file describing how-to run tomcat as a service I want to ask you generally, Is this possible anymore? The how-to references two files that don't exist: jk_nt_service.exe (not on your web site) wrapper.properties (not in tomcat

archivos class

2000-11-29 Thread Carlos
recurro de nuevoa ti por un verdadesro problema. REsulta que he configurado varios dominios virtuales en el tomcat y apache y van muy bien, excepto cuando tienen que conseguir unas classes del direcotio donde las paongo. Como podría ahcer para que todos los dominios virtuales me cogieran las class

RE: Support for ACLs in Tomcat ?

2000-11-29 Thread HENROTAY PIERRE
Thanks for the info but we are using 3.1 (the latest release quality Tomcat build). Pierre > -Original Message- > From: Steven Peterson [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, November 29, 2000 4:32 PM > To: [EMAIL PROTECTED] > Subject: Re: Support for ACLs in Tomcat ? > > To

RE: servlet

2000-11-29 Thread Aumann, Shad
Carlos, You need to explicitly configure Tomcat to work with Apache. See the HOWTO for configuring mod_jk at: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html Hope this helps. Shad > -Original Message- > From: Carlos [mailto:[EMAIL PROTECTED]] > Sent: Wednesd

servlet

2000-11-29 Thread Carlos
i am working with tomcat(3.2b8)+apache in i invoque http://.../servler/... the system says me there is not found if i read the logs i see that the system whant to founf http://:8080/servlet/... what is may problem and the solution? thanks Carlos

temporary page

2000-11-29 Thread Gianluca
how can i send to the browser a temporary html page from servlet invoked with post method while it is woking ? i want that only after my servlet has finished it will response with a sendRedirect method to the client.   Is it possible that ?   Thanks.   

virtualdomains and configuration

2000-11-29 Thread Carlos
For each virtual domain i must put in the WEB-INF directory a web.xml file and in this fole writte the description? thanks Carlos

servlet

2000-11-29 Thread Carlos
in my tomcat if i invoque http://server/servlet/class it not response. How can i configute it? if i use virtual domains how and where can i configure for the classes alwais use the classes that are in ROOT/WEB-INF/classes? thanks Carlos

RE: "root-relative" URLs don't work(Tomcat 3.1)

2000-11-29 Thread VONKA, Marek
Hi, Not an expert so not sure what is suppossed to happen, but for referencing resources like this I've found that you also have to include your application context name, so it would be "/myContextName/style.css". Dosen't seem correct to me, but that's what I've found for Tomcat 3.1. Note that fo

RE: isapi_redirect.dll - Where is it?

2000-11-29 Thread Jacob Kjome
Ok, I can see that, but 3.2 will be out in just a few days (hopefully) and the original question was about getting isapi_redirect.dll. I pointed you to it. jake At 03:20 PM 11/29/2000 +, you wrote: >...but 3.2 isn't GA yet. People won't want to ship products on beta >software. > >-Ori

Server timeout & IllegalMonitorStateException

2000-11-29 Thread Teófilo Alonso Marbán
Hi folks!   I'm making a JSP performance test using apache's ab (a client and a server within the same network) in two different situations: a) running tomcat b) running tomcat with apache + mod_jk   When I'm testing tomcat (without apache) everything seems to go OK but after 7 or 8 times I

AJPV12

2000-11-29 Thread Dan Yin
I found the following note in your instruction, can you tell me where to find AJPV12. Thank you in advance for your reply. Special note: The Tomcat service is using AJPV12 to perform clean shutdown and you should make sure that an AJPV12 connector is defined in your server.xml. In the absence of

Re: tomcat 3.2b8 and response.flushBuffer()

2000-11-29 Thread Mauro Bertapelle
Scott, I've finally got it. The problem with Internet Explorer is that, no matter how many flavors of no-cache, cache-no, no-cache-thanks, etc.. you put in your header, it'll not output anything until it has read at least 256 characters: public void doPost(HttpServletRequest request, HttpServlet

Re: Support for ACLs in Tomcat ?

2000-11-29 Thread Steven Peterson
Tomcat version 3.2b8 has an example of how to limit access to certain pages/jsps to specific user roles (under 'Security'). - Steven Peterson HENROTAY PIERRE wrote: > I am new to this list and I have a specific question (and did not find a complete >answer in the archives): does Tomcat suppor

RE: isapi_redirect.dll - Where is it?

2000-11-29 Thread Russell Freeman
...but 3.2 isn't GA yet. People won't want to ship products on beta software. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: 29 November 2000 15:25 To: [EMAIL PROTECTED] Subject: Re: isapi_redirect.dll - Where is it? Really, I can't believe anyone would want to co

Re: isapi_redirect.dll - Where is it?

2000-11-29 Thread Jacob Kjome
Really, I can't believe anyone would want to continue to use Tomcat 3.1. Tomcat 3.2 (even in the early betas) has been far better. Also, you will find all files extra files in the 3.2 downloads. The most current would be 3.2 beta 8. If you still want to use Tomcat 3.1, just grab the extra

isapi_redirect.dll - Where is it?

2000-11-29 Thread Christian Rauh
Come on people, This is the third message I post asking where I can find a compiled binary for isapi_redirect.dll. Where is it? Obviously, it is not "available under the win32/i386 directory where you downloaded the Tomcat binary distribution" as the docs say in: http://jakarta.apache.org/to

sun & blackdown jdk1.3.0

2000-11-29 Thread Teófilo Alonso Marbán
Hi all!   I´m trying to test Tomcat running with different jdk's. Everything is OK with IBMJava2-SDK-1.3-2.0.i386.rpm (and IBM's former ones and sun 1.2.2prev as well). The problem appears when I try to start Tomcat with sun or even blackdown jsdk1.3.0*: some jsdk processes begin to run but

Access Log for Tomcat in standAlone mode or Running Apache with Tomcat.

2000-11-29 Thread Moursli Nabil
Can anyone help me with this, I can't run TOMCAT with Apache, so the only issu I see is to run Tomcat in standAlone mode. If anyone know how to manage Acces Log on Tomcat. That would be great. Or if you know how to make Apache Run with Tomcat let me know. Thx in advance. Nabil. CMG-Admiral. -

"root-relative" URLs don't work(Tomcat 3.1)

2000-11-29 Thread Russell Freeman
Whenever I have a web page that references a "root-relative" resource, e.g. "/style.css", tomcat can't see to resolve it properly. It seems to be ignoring the web site root as specified in server.xml. Obviously if the resource lives in the same location as the current page I can drop the leading f

AW: Help me, PLEASE! Tomcat X multipart-form/data

2000-11-29 Thread Ralph Einfeldt
Look at the error message: javac is complaining that it can't compile. At this time there isn't even a servlet to handle your request. It hasn't anything to do with multipart requests or what ever. The reason is a syntax error in your jsp: Look here-^-^

RE: start tomcat and apache at first

2000-11-29 Thread Saurabh Shukla
:-) Why try so hard and reboot your machine to test. the script which starts apache, before apache add (/opt/jakarta/bin/tomcat.sh start) to start tomcat. Shuklix Ps: I haven't tried this, standard Disclaimers apply. :-) -Original Message- From: Carlos [mailto:[EMAIL PROTECTED]] Sent:

  1   2   >