tomcat on Netware

2001-05-30 Thread Mark Currie
Can someone please provide the URL where the Netware version of Tomcat can be downloaded fromit is not in the downloads area. Thanks, Regards, Mark Currie (CNE)Senior Consulting EngineerNetwork Integration and Design Austnet Support Group Pty Ltd88 St Kilda RoadSt Kilda. Vic. 3182.

Who Can Provide Me org.hsql.jdbcDriver ?Thanks!

2001-05-30 Thread Rock Luiss
Who Can Provide Me org.hsql.jdbcDriver ?Thanks In Advance.

Re: Problems with ResultSet

2001-05-30 Thread Guido Medina
That's what I'm saying with the snip example... Guido. Java Leader/Network Specialist, CTO, WHS International - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 2:19 AM Subject: AW: Problems with ResultSet It can happen

Re: Who Can Provide Me org.hsql.jdbcDriver ?Thanks!

2001-05-30 Thread Guido Medina
Go to http://java.sun.com and search in JDBC... Guido - Original Message - From: Rock Luiss To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 2:28 AM Subject: Who Can Provide Me org.hsql.jdbcDriver ?Thanks! Who Can Provide Me org.hsql.jdbcDriver

RE: newbie problem: javax.servlet.ServletException at org.apache. jasp er.runtime.PageContextImpl.handlePageException

2001-05-30 Thread Terje Kristensen
Thanks, that did it :-) Terje K. -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: 29. mai 2001 13:16 To: '[EMAIL PROTECTED]' Subject: AW: newbie problem: javax.servlet.ServletException at org.apache. jasp er.runtime.PageContextImpl.handlePageException As I

Dynamically reloading a web.xml

2001-05-30 Thread Jeff Trent
If I have webapp named a b, is it possible to: (1) dynamically add c without restarting the tomcat service thereby affecting a b? (2) redeploy a without restarting the tomcat service? Thanks.

Tomcat hanging

2001-05-30 Thread Heijns, P.J.B.
Hi, I have some problems with tomcat. Sometimes when I am using tomcat, and a some other users, tomcat hangs. Very strange. Some jsp pages are oke after the crash, but some not, I don't know when en why it crashes. But when it crashes, it are always the same pages that are oke and not oke. When

Re: newbie problem: javax.servlet.ServletException at org.apache. jasp er.runtime.PageContextImpl.handlePageException

2001-05-30 Thread Guido Medina
Another way to do it is saving the complete URI+parameters in a String variable and put it as a tag: @jsp:forward page=%=url_plus_paramters% parameters=?+parameters... to get http://yourdomain.com/some.jsp?... Guido. P.D: I already tested but I don't remember if is @jsp:forward or jsp:forward

Re: Tomcat hanging

2001-05-30 Thread Guido Medina
Are you using mod_jk with tomcat 3.2.1 ?, it is a bug...it is fixed in 3.2.2... Guido. - Original Message - From: Heijns, P.J.B. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 2:58 AM Subject: Tomcat hanging Hi, I have some problems with tomcat. Sometimes

Tomcat-4.0-Apache-WARP/Tomcat-4.0-Apache-AJP13

2001-05-30 Thread SongDongsheng
Hi, Who Can Provide Me server.xml httpd.conf examples with Tomcat-4.0-Apache-WARP/Tomcat-4.0-Apache-AJP13connectors? Thanks In Advance.

RE: Tomcat hanging

2001-05-30 Thread Heijns, P.J.B.
I think that I am not using mod_jk, I have never installed it. I only use tomcat as a standalone webserver. Do you know if my problem is solved in tomcat 3.2.2.? Thanks Pieter -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: woensdag 30 mei 2001 9:01 To: [EMAIL

Re: Tomcat hanging

2001-05-30 Thread Guido Medina
A lot of bugs are solved in 3.2.2 and the migration is very easy, of course, don't overwrite the files without read a litle bit but you almost can may do it... You can also put running apache web server in windows, is ten times faster than IIS and is very fast for static page, use the bridge

Re: Signed certificate and tomcat

2001-05-30 Thread François Andromaque
You can go to http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-ssl-howto.html - Original Message - From: Bo Xu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 29, 2001 7:12 PM Subject: Re: Signed certificate and tomcat François Andromaque wrote: I'm using tomcat on

RE: FATAL: java.netBindException: Address in use: JVM_Bind

2001-05-30 Thread Terje Kristensen
I got the same error when I had Oracle running its own http-server (apache) as a service. Check if you got any http services running, stop them, make them manual, then try again Hope it will help... Terje K. -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: 29. mai

Re:Problems with ResultSet

2001-05-30 Thread Twylite
Hi, Statement s=cn.createStatement (ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY); if (!rs.isFirst()) rs.previous(); %tr td%=rs.getString(1)%/td% } [Microsoft][ODBC Driver Manager] Invalid cursor state You never close

Re:Who Can Provide Me org.hsql.jdbcDriver ?Thanks!

2001-05-30 Thread Twylite
Hi, Who Can Provide Me org.hsql.jdbcDriver ?Thanks In Advance. http://hsqldb.sourceforge.net Twylite

Why doesn't this work:

2001-05-30 Thread Terje Kristensen
Could anyone tell my why the jsp:include doesn't work? I'm getting an 500 error. % String opn = request.getParameter(opn); Enumeration paramNames = request.getParameterNames(); while(paramNames.hasMoreElements()) { String paramName = (String)paramNames.nextElement();

tomcat and security manager

2001-05-30 Thread niraj
i have an application in servlet and jsp in directory format in /myapp i have put the /myapp in c:\sites\myapp i have created a host int server.xml file like Host name="10.0.0.1" Context path="" docBase="c:\sites\myapp" //Host now i start the tomcat in secure mode by giving command

Context

2001-05-30 Thread Heijns, P.J.B.
Hi, Does anybody know how I can map a page? I want that my www.test.com/test/login.jsp page immediately shows when I look at www.test.com/test. How does the context look? Thanks Pieter

Where's a servlet log?

2001-05-30 Thread Davanzo Luca
Hi, When from a servlet i use the metthod HttpServlet.log(String, Exception) it apparentrly works but I cant' find the log file, neither in TOMCAT_HOME/log NOR ANYWHERE ELSE.. Where is it? or has the log method an empty implementation or what? Using tomcat 3.2 on winnt Thanks - dott. Luca

R: Context

2001-05-30 Thread Davanzo Luca
Hi, You have to addthe welcome-file-list tag to your web.xml file Look at the welcome-file-list configuration directive in conf/web.tdt, it is well explained there -Messaggio originale- Da: Heijns, P.J.B. [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 30 maggio 2001 10.05 A: '[EMAIL

Segmentation faults when invoking test servlets

2001-05-30 Thread Simon Ransome
Hi, Apols if this has already been answered: I've found a few references to it in the existing FAQ, but nowehere where it appears to have been answered. I've just installed Tomcat, which runs via Apache 1.3.12. Everything appears to be running fine, until I try to run one of the test jps apps

tomcat+apache

2001-05-30 Thread unplug
Hi all, Just install tomcat3.2.2 and mod_jk.so. However, when I restart tomcat and then apache, I found the following message in mod_jk.log [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In

RE: tomcat+apache

2001-05-30 Thread David DELGRANCHE
You just have to start apache before starting Tomcat! David. -Message d'origine- De: unplug [SMTP:[EMAIL PROTECTED]] Date: mercredi 30 mai 2001 10:35 A: tomcat-user Objet: tomcat+apache Hi all, Just install tomcat3.2.2 and mod_jk.so. However, when I restart tomcat and

green and native threads

2001-05-30 Thread Matt Dilley
Hi I have been searching for a long time for a green threads version of java, and so far have only found one for v1.2.2 - from the java.sun site. Does anyone know of a green-threads installation for java v1.3.x? Thanks

Re: Where's a servlet log?

2001-05-30 Thread Egidijus Drobavicius
It is $TOMCAT_HOME/logs/servlet.log. You can set this to any file by modifying server.xml. This file is self explanatory Note, that log file is started from scratch each time you restart the server so you must take care of old log your self (i did this by modifying tomcat.sh script. Regards,

Re: tomcat+apache

2001-05-30 Thread Egidijus Drobavicius
WRONG If you include generated configuration in apache conf, starting apache before tomcat means that you dont use or you use outdated config of tomcat. Therefore you always have to start tomcat first and apache second. Regards, Egidijus - Original Message - From: David DELGRANCHE [EMAIL

Re: tomcat+apache

2001-05-30 Thread unplug
Thanks. But I have read that it is better to start tomcat before apache as the mod_jk.conf-auto will be generated for apache. Am I right?? So which one should be started first?? Rgds, unplug David DELGRANCHE wrote: You just have to start apache before starting Tomcat! David.

how to automaticaly redirect to SSL?

2001-05-30 Thread Pernica, Jan
Hi I would like to automaticaly redirect client to use HTTPS if it is required. In the version 4.0 there is attribute redirectPort. How can I set up this feature in the version 3.2.2? Thank you Jan __ Tato komunikace je urcena

Re: tomcat+apache

2001-05-30 Thread unplug
That's what I have read before. So return to my question. What is the meaning of the messages below?? [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters How can

RE: how to automaticaly redirect to SSL?

2001-05-30 Thread Rams
Jan, Anyway, ur tomcat server is ssl enabled. once u enable server for ssl, there u specify the ssl-port and all. Depending on some criteria, u'll be redirecting to ssl using https. so use some condition for https and change the url accordingly.. To comm. thru' https, u

Re: tomcat+apache

2001-05-30 Thread Parag S
tomcat has to be started before apache David DELGRANCHE wrote: You just have to start apache before starting Tomcat! David. -Message d'origine- De: unplug [SMTP:[EMAIL PROTECTED]] Date: mercredi 30 mai 2001 10:35 A: tomcat-user Objet: tomcat+apache Hi all,

REPOST Please help! Virtual hosts on Tomcat4-3b

2001-05-30 Thread hische
Hi, I'm trying to run two virtual hosts on Tomcat4-3b on RH Linux 7.0. I try to give each host a default Context (ie a Context for path=) but I keep getting the error message: StandardContext[]: Error initializing naming context for context in the logs and HTTP Status 503 - This

simple Query

2001-05-30 Thread Parag S
I am using Apache 1.3.14 with Tomcat 3.2.2b on Solaris 2.6 and 2.7. I start tomcat and then I start apache. When I start apache it is throwing the following error - httpd:Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName. apachectl starts well, all

RE: how to automaticaly redirect to SSL?

2001-05-30 Thread Pernica, Jan
Thank you for your prompt reply. I have set up you have described. But redirection did not work. I found that I have to set up redirection port in the context manager: ContextManager debug=0 workDir=work showDebugInfo=true securePort=8443 in the server.xml because by default it is -1 so

Tomcat hanging

2001-05-30 Thread Heijns, P.J.B.
Hi, I have some problems with tomcat. Sometimes when I am using tomcat, and a some other users, tomcat hangs. Very strange. Some jsp pages are oke after the crash, but some not, I don't know when en why it crashes. But when it crashes, it are always the same pages that are oke and not oke. When

AW: Why doesn't this work:

2001-05-30 Thread Ralph Einfeldt
Are there no log messages from tomcat ? How do you know that the jsp:include ../ is not working? It might be working and the error is in the included page. To verify that, you could strip down the included page to something like: % log(this.getClass().getName() + : I'm included); % and see if

RE: simple Query

2001-05-30 Thread Bhat, Mahesh
In the Apache http.conf add/change entry for ServerName something like this ServerName a054848.abbey Add what ever name you want if you are on intranet - like www.tomcat.com then you can access your server/servlets using http://www.tomcat.com/snoop regards mahesh -Original Message-

Re: xalan ApplyXSL sample servlet fails

2001-05-30 Thread Stan Devitt
The ApplyXSLT example also works under tomcat 3.2.2, the crucial thing being to include xalan.jar and xerces.jar in the CLASSPATH (and to exclude jaxp.jar and parser.jar.) Notes: 1. relative paths for dtd's etc. are relative to the webapps directory rather than the servlet context

BASE64Decoder not found in JSP - why?

2001-05-30 Thread S . Schörner-Richter
Hello, I have to use the BASE64Decoder class which is available in sun.misc.* (import) because I am using Tomcat 3.2.2 and want to decode username and password from HTTP-Header. When writing a simple application the BASE64Decoder (like in BASE64Decoder decoder = new BASE64Decoder()) is

A little help, please

2001-05-30 Thread James Philip Dossey
I am trying to install the tomcat server software on my computer and I am having a little trouble. My operating system is Windows 2000 pro. I have modified the wrapper.properties file to point to my jdk1.3.0_02 file and my jakarta-tomcat-3.2.1 file. I have also downloaded the NT patch

Asking tomcat Whats the current Config

2001-05-30 Thread Andy C
This is probably simple, something I've missed in the documents. I want to ask a running tomcat what it's configuration is ? I.E I'd like to access a webpage such as http://myhost.com:8080/Config.html and get a response that shows which AJP is loaded etc Any ideas ? Ta Andy C

Security Questions

2001-05-30 Thread Gerry Duhig
Hi! I have Tomcat setup, actually running with JBoss, and I am looking at security. I can setup an application with a login-conf in web.xml, but I cannot see who or what handles that. Is it Tomcat directly, or some loaded subsystem? In detail: In my server.xml file I have thefollowing:

Roll or cycle Logs

2001-05-30 Thread Jim Willeke
Is there a way to roll or cycle the tomcat log files? As tomcat appears to lock the file, the logs are not viewable until you shut down. Or am I missing something? -jim

reloadable = true, ok...but...

2001-05-30 Thread jsoriano
(i'm talking about re-deploying a WAR file without stopping Tomcat) how does this option affect to tomcat's efficiency? ...because i supose this option force Tomcat to check often its 'webapp' directory in order to look for new files. Regards: __ Jaume

RE: Tomcat Image Errors

2001-05-30 Thread Randy Layman
This message means that Tomcat wasn't able to find the file. It would appear that you are expecting the /images/qc.bmp file to be in the root webapp. Check that its there and check your configuration that the root webapp is where you expect it to be (look in server.xml file and look

RE: Internal Server Error

2001-05-30 Thread Randy Layman
Your problem is that you didn't import the class. When Tomcat generates the classes, it puts them into packages according to your directory structure. All classes therefore have a package and any classes that are not in a package are not accessible unless each is explicitly imported.

Re: Connector

2001-05-30 Thread Andrea Mari
Thanks to all!

change default servlet

2001-05-30 Thread Asa Bar-David
Hi, How can I change the default /servlet/ uri when I am posting to servlets ?

Re: AW: Why doesn't this work:

2001-05-30 Thread Terje Kristensen
I did what you asked me, and the files did get included, but it doesn't tell me much. To try an clear what I am trying to do: I want this url: http://localhost:8080/xsql/tek/advanced_section_result.jsp?opn=1PCS=0AC10APCS=AAC10A To do this: (info 1) jsp:include page=advanced_result_PCS.xsql

RE: change default servlet

2001-05-30 Thread Randy Layman
Either create a mapping in the web.xml file (using servlet and servlet-mapping tags, or edit the server.xml file and change the ServletInvoker's prefix. The first is definitely the preferred method since its supported by the JSP Spec and doesn't affect any other servlets. The second is

RE: format of uriworkermap.properties file?

2001-05-30 Thread Ignacio J. Ortega
AFAIK, you need to declare a foo context too.. because if you does not have a foo context the redirection should work but Tomcat does not find /foo/b.xml at all.. Its only a weird tought, Donald. Saludos , Ignacio J. Ortega -Mensaje original- De: Donald Ball [mailto:[EMAIL

problem running tomcat in secure mode

2001-05-30 Thread niraj
i have an application in servlet and jsp in directory format in /myapp i have put the /myapp in c:\sites\myapp i have created a host int server.xml file like Host name="10.0.0.1" Context path="" docBase="c:\sites\myapp" //Host now i start the tomcat in secure mode by giving

RE: change default servlet

2001-05-30 Thread Asa Bar-David
Thanks for the reply, when deploying a WAR file I always need to add the WAR file name before the /servlet/ for example: if the WAR file name is Tash.war when posting to a servlet I need to write /Tash/servlet/servletName. On the IDE I'm using (Forte for java)the default servlet uri is /servlet/

Can You Dynamically Reloading web.xml?

2001-05-30 Thread Jeff Trent
If I have webapp named a b, is it possible to: (1) dynamically add c without restarting the tomcat service thereby affecting a b? (2) redeploy a without restarting the tomcat service? Thanks.

RE: change default servlet

2001-05-30 Thread Michael Wentzel
when deploying a WAR file I always need to add the WAR file name before the /servlet/ for example: if the WAR file name is Tash.war when posting to a servlet I need to write /Tash/servlet/servletName. On the IDE I'm using (Forte for java)the default servlet uri is /servlet/ with no

RE: Can You Dynamically Reloading web.xml?

2001-05-30 Thread Michael Wentzel
If I have webapp named a b, is it possible to: (1) dynamically add c without restarting the tomcat service thereby affecting a b? Someone correct me if I'm worng here but I believe the answer is yes, but you would have to reference it in relation to the root webapp. In other words,

RE: Servlets and relative paths

2001-05-30 Thread Ronald G. Louzon
I found this in the archives (http://marc.theaimsgroup.com ). You might search them for more info if this doesn't work. If you put the file in your servlet's classpath, this code, which in this case is accessing a properties file, should allow you to access the file. -

RE: tomcat on Netware

2001-05-30 Thread Marc Saegesser
The NetWare binaries are there now. I can't build the binaries for every platform, so other volunteers build them and send them to me to be posted. Binaries for additional platforms will appears over the next few days. -Original Message- From: Mark Currie [mailto:[EMAIL PROTECTED]]

AW: AW: Why doesn't this work:

2001-05-30 Thread Ralph Einfeldt
Sorry, but I'm not shure that I understand right. To verify that I unstood well so far: - Your code sniplet (info 2) is from the source advanced_section_result.jsp - info 1 is the desired effect of the for loop in advanced_section_result.jsp - If you directly use the sniplet info 1 instead

Re: servlet start-up

2001-05-30 Thread Brian Elliott
Silvestre Turija Jr. wrote: sorry for the intrusion, I am having the same problem Internal Servlet Error kindly inform me I you got a fixed on this bug. Based on another unrelated discussion on this list, I tried starting tomcat (embedded in jboss) first and then apache - and it fixed my

Re: Tomcat hanging

2001-05-30 Thread Chris Janicki
Are you using Java 1.3? If so, downgrade to the last 1.2.2.5 (or the latest 1.2). Java 1.3 has some very serious, and unfortunately very intermittent thread problems. Chris Original Message On 5/30/01, 6:12:27 AM, Heijns, P.J.B. [EMAIL PROTECTED] wrote regarding Tomcat hanging: Hi,

RE: Tomcat hanging

2001-05-30 Thread Michael Weissenbacher
i've started using java 1.3.1 a week ago and all thread releated problems known fron 1.3.0 seem to have disappeared michael -Original Message- From: Chris Janicki [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 3:39 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Tomcat

Re: servlet start-up

2001-05-30 Thread Tom . Hunter
Brian, Yesterday, I got an answer from Marty Hall (author of Core Servlets JSPs ): Go to this URL and you'll get help: www.archive.coreservlets.com/Using-Tomcat.html Good Luck! Tom Hunter I/S Managed Health Care x6201

RE: Re: Servlets and relative paths

2001-05-30 Thread Chris McNeilly
Thanks Bo. This is certainly a step in the right direction. I can now include the xml file and xsl file using relative paths. My only problem now is that there are xsl includes inside the xsl files and they are still being loaded incorrectly (using the tomcat/bin directory as root, not the

RE: Security Questions

2001-05-30 Thread William Kaufman
RequestInterceptorclassName="org.apache.tomcat.request.AccessInterceptor" debug="0" / From that class' javadoc: * Access control - find if a request matches any web-resource-collection* and set the "required" attributes.** The spec requires additive checking ( i.e. there is no "best

Re: tomcat+apache

2001-05-30 Thread Milt Epstein
On Wed, 30 May 2001, unplug wrote: Thanks. But I have read that it is better to start tomcat before apache as the mod_jk.conf-auto will be generated for apache. Am I right?? So which one should be started first?? I always start tomcat before apache, I seem to recall reading that was the

RE: green and native threads

2001-05-30 Thread Jeff Crawford
Matt, We've looked into this and discovered that Sun is phasing out green threads and replacing it with Hot Threads in 1.3. -Original Message- From: Matt Dilley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 2:45 AM To: [EMAIL PROTECTED] Subject: green and native threads

Re: servlet start-up

2001-05-30 Thread Milt Epstein
On Wed, 30 May 2001, Brian Elliott wrote: Silvestre Turija Jr. wrote: sorry for the intrusion, I am having the same problem Internal Servlet Error kindly inform me I you got a fixed on this bug. Based on another unrelated discussion on this list, I tried starting tomcat (embedded in

RE: green and native threads

2001-05-30 Thread Jeff Crawford
Sorry, I hit the send button too soon, = : p Here's a link. And I meant ...replacing it with... HotSpot and Native Threads. http://www.sun.com/software/solaris/java/wp-java/4.html;$sessionid$ZTC4I PIAABZPNAMTA1LU45Q#java

How to change the Tomcat web-root

2001-05-30 Thread Frank Niedermann
Hi, I've just installed Tomcat on my Debian-Server with apt-get install tomcat. The tomcat-files are now located in /usr/share/tomcat, but my Apache-WebRoot is in /home/httpd and I want tomcat also there. How can I change the WebRoot-Directory for Tomcat? I think it's the webapps directory in

How to set not directy broswing allow

2001-05-30 Thread Jerry Villamizar
Hi. I would like to know how to set tomcat to do not allow the directory broswing Thanks in Advance Jerry - Original Message - From: Frank Niedermann [EMAIL PROTECTED] To: tomcat-user Mailing List [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 10:27 AM Subject: How to change the

Re: Servlets and relative paths

2001-05-30 Thread Bo Xu
Chris McNeilly wrote: Thanks Bo. This is certainly a step in the right direction. I can now include the xml file and xsl file using relative paths. My only problem now is that there are xsl includes inside the xsl files and they are still being loaded incorrectly (using the tomcat/bin

Tomcat/IIS Installation Problem

2001-05-30 Thread ernest . a . dicicco
Gentlemen: I have installed a copy of Tomcat 3.2.1 onto an IIS system. I can process the /examples/jsp/index.html example fine. I am trying to make two custom applications work in this same environment with no success. I have created two new directories under Tomcat/webapps when I start up

setAttribute behaviour when passing null as attribute

2001-05-30 Thread Thomas Krebs
Hope, this wasn't discussed already (I browsed through the list but didn't find it), if it was I apologize. What is the expected result of calling setAttribute on an instance of ServletRequest, if the attribute to be passed is null (i.e. request.setAttribute(someName, null))? I would expect that

Problem sun.misc solved - but why is authorization=null???? Please help (urgent!)

2001-05-30 Thread me
Hello, I solved the problem with sun.misc (was an error in directive). But now I had a strange error. When performing form login via JDBC and trying to read out AUTHORIZATION Header the string is NULL. Why? Does form login not write Authorization in HTTP Header? I do the following: % String

RE: Tomcat/IIS Installation Problem

2001-05-30 Thread Randy Layman
Your quandary is a mis-configuration. Remove the virtual directories from IIS, add the appropriate entries to uriworkermap.properties, and then restart the IIS process (using the Services Control Panel, or perform a machine restart, not the stop/start buttons in IIS Admin)

RE: Problem sun.misc solved - but why is authorization=null???? Please help (urgent!)

2001-05-30 Thread Pernica, Jan
I have tried it and it works fine. But the page you are requesting must be under security-constraint Regards Jan On Wednesday, May 30, 2001 4:50 PM, [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] wrote: Hello, I solved the problem with sun.misc (was an error in directive). But now I had a

RE: tomcat process dies out...

2001-05-30 Thread Wouter Boers
Maybe it's because you don't start it with nohup. It's common in unix to kill all process that are initiated the parent if the parent (your shell) ceases to exist (you are logging out). See 'man nohup' Wouter -Original Message- From: Krishna Kishore Thotakura [mailto:[EMAIL PROTECTED]]

Ajp12 vs Ajp13

2001-05-30 Thread Andy C
I'm confused. When editing the server.xml file to use Ajp13 support should I delete the AJP12 support or leave it in? Is there a way to find out which Ajp is running on my server? I.E should my server.xml be: Connector className=org.apache.tomcat.service.PoolTcpConnector

Re: green and native threads

2001-05-30 Thread Tim O'Neil
At 09:44 AM 5/30/2001 +0100, you wrote: Hi I have been searching for a long time for a green threads version of java, and so far have only found one for v1.2.2 - from the java.sun site. Does anyone know of a green-threads installation for java v1.3.x? You want green threads? Isn't that what

authorization=null?? I use JDBC Realm?

2001-05-30 Thread me
Hi Jan, does it really work?? I am using Apache 1.3, Tomcat 3.2.2, Win NT 4.0 SP6, JDBC Realm, the page is under security-constraint in a frame (the first subpage) and request.getRemoteUser() and request.getAuthType() are working, giving me FORM and USER. But request.getHeader always returns

Re: Ajp12 vs Ajp13

2001-05-30 Thread Tim O'Neil
At 04:37 PM 5/30/2001 +0100, you wrote: I'm confused. When editing the server.xml file to use Ajp13 support should I delete the AJP12 support or leave it in? You have to leave ajp12 in because tomcat uses it in its wind down procedure, at least in 3.x versions. You can run everything else on 13

Starting tomcat from a Java Class

2001-05-30 Thread Joseph Variamparambil
hello, how do i make an instance of the tomcat server and run its ?start? method? Is it possible to do something like this...(just an example...i don't know the real class and method names!): class TestTomcat{ void StartTomcat(){ Tomcat server=new Tomcat(8080);

Session in Tomcat

2001-05-30 Thread Pablo Trujillo
Hello friends, I need information about how Tomcat assign the numbers of ID for each session. I also need to know where is the Cookie JSessionID stored. I wait you can help me and thank you Pablo

Apache - Tomcat Examples not working

2001-05-30 Thread pjcrump
I'm running Tomcat 3.2.1 Apache on Linux and I'm having a problem w/ the examples. They work if I use http://localhost:8080/examples/servlet/HelloWorldExample however if I use http://localhost/examples/servlet/HelloWorldExample I get a 404 (the same w/ the sample JSP pages as well). Since I am

RE: Session in Tomcat

2001-05-30 Thread Randy Layman
About the session numbers: it uses SecureRandom to generate the numbers. More information can be found in Tomcat's source code for org.apache.tomcat.session.StandardManager, the method getNewSession seems to be particularly relevant. About storage of JSessionID: the clients

Tomcat

2001-05-30 Thread Carlos Gallardo C.
Hi !! I have a problem with Tomcat / IIS 4.0 The arrow in filters ISAPI IIS console is down and have red color. What could do I? Iam not understand. Check the jakarta filter you added and make sure its status shows a green upward-pointing arrow. If not, check the following: Check

Re: setAttribute behaviour when passing null as attribute

2001-05-30 Thread anil
I do not think this is posiible. Session attributes are stored in a hashtable. You cannot save null value to hashtable. If you try session.setAttribute(myValue,null); you will get null pointer exception with error 500. I might have missed some thing, but take a look at package

Re:Problem sun.misc solved - but why is authorization=null???? Please help (urgent!)

2001-05-30 Thread Twylite
Hi I solved the problem with sun.misc (was an error in directive). But now I had a strange error. When performing form login via JDBC and trying to read out AUTHORIZATION Header the string is NULL. Why? Does form login not write Authorization in HTTP Header? Form-based logon uses a POST method

Tomcat in a Hosted Environment

2001-05-30 Thread Jeff Trent
I am in the process of making a proposal to my web hosting service to include Tomcat (basically so I can use Struts). They are an NT shop but are ammenable to suggestions. Here are basically the requirements: The directory structure of accounts look something like this: \home \user-1

RE: Tomcat

2001-05-30 Thread Randy Layman
First, I would suggest that you only use plain text email when responding to the list - many people here don't have HTML enabled mail readers and you don't want to limit the audience of your question. Second, check all of the registry settings that you made. If you are getting

Re: Apache - Tomcat Examples not working

2001-05-30 Thread steve gold
Phillip, Tomcat uses port 8080 as a default; 8080 is not, however the default http port. So http://localhost/examples/servlet/HelloWorldExample is actually equivalent to http://localhost:8000/examples/servlet/HelloWorldExample (8000 is the default port for http used by most browsers). Tomcat's

Session In TOmcat

2001-05-30 Thread Pablo Trujillo
Hello friends, I need information about how Tomcat assign the numbers of ID for each session. I also need to know where is the Cookie JSessionID stored. I wait you can help me and thank you Pablo P.D.:This is the second time that I send the message, but I don't receive it. Excuse me for the

Not found request(404) /jakarta/isapi_redirect.dll

2001-05-30 Thread paulanastas
This whole thing was working on Friday. When I rebooted the system on Tuesday I got the Not Found (404) Original request /jakarta/isapi_redirect.dll Not found request /jakarta/isapi_redirect.dll It works in standalone mode and I rechecked the various settings

Re: Starting tomcat from a Java Class

2001-05-30 Thread Chris Janicki
This works for me: String[] args = { -start }; org.apache.tomcat.startup.Tomcat.main(args); Original Message On 5/30/01, 11:57:59 AM, Joseph Variamparambil [EMAIL PROTECTED] wrote regarding Starting tomcat from a Java Class: hello, how do i make an instance of the

RE: format of uriworkermap.properties file?

2001-05-30 Thread Donald Ball
On Wed, 30 May 2001, Ignacio J. Ortega wrote: AFAIK, you need to declare a foo context too.. because if you does not have a foo context the redirection should work but Tomcat does not find /foo/b.xml at all.. actually, the only context that tomcat is serving is the ROOT context. my .xml

RE: server.xml DTD

2001-05-30 Thread WEST, Peter
server.xml does not use a DTD on Tomcat 3.2.1 I would guess that you could use web.dtd or make a few slight changes to a copy of it, since server.xml is just a superset of web.xml info. Pete -Original Message- From: Paulo J S Pereira [mailto:[EMAIL PROTECTED]] Sent: 29 May 2001 15:41

What is the value of auto-assigning beans?

2001-05-30 Thread greyson . smith
This question may be asked out of ignorance, but it seems to me that using the tag: jsp:useBean id=MyBean scope=session class=Test.MyBean / jsp:setProperty name=MyBean property=* / to assign values from form fields to the bean is of limited use. Let's assume that there are 2 text fields, A and

RE: JSP and Tomcat containers

2001-05-30 Thread WEST, Peter
1. dunno 2. dunno but remember that JSPs are compiled into servlets and cached so they all end up as servlets eventually. 3. yes change conf/server.xml There are 3 ports listed. One is for tomcat receiving HTTP requests, one is for HTTPS requests (SSL) and one is for communicating with a web

  1   2   >