Tomcat error

2001-04-25 Thread Chonsiu208
Hi everybody, I'm using Poolman1.4.1 with tomcat3.2.It can be run smoothly at first, but after few hrs the tomcat will be shutdown and "Dr Wattson" promopt up an error box say:"java.exe error, Invalid Access(0xc005)".Do anybody know what's happening ? Also the poolman sometimes display

AW: mod_jk as static mod with Apache.

2001-04-25 Thread Wesselmann, Marcus
Hi , I posted the same question a week ago. It seems that the answer is NO. Mainly because mod_jk will be subject to change quite often in the near future, I got convinced that it's better for now to leave it as an DSO, so I don't have to compile apache every time, mod_jk is updated. Regards,

RE: Books on Tomcat

2001-04-25 Thread Saurabh Shukla
Can the guys who are interested in WRITING a book use a seprate forum ? I am not interested in knowing who is interested in writing or who doesn't know about his skills. Please stop this stupidity. Thanks. ps: You can create an egroup on yahoo and use it. -Original Message- From: Anne

Re: Reaped pid = 24793, status = 0

2001-04-25 Thread Christoph Kukulies
On Tue, Apr 24, 2001 at 12:54:56PM -0400, Boyce, David wrote: A guess: you're letting the object reference go out of scope without doing a waitFor() or similar. When it then gets garbage collected the JVM tells you what became of your abandoned child. So should I do a WaitFor(p) (the process

ServletRequest.getParameterMap() method not found

2001-04-25 Thread Frans Verhoef
Hi, I tried tried using the method request.getParameterMap(), and with compiling I hadn't encountered any problems. But when deploying on the webserver (linux kernel2.4, apache1.3.12 and tomcat3.2.1), and the testing, I did get the the following error: java.lang.NoSuchMethodError at

Re: Problem at mod_jk.conf-auto

2001-04-25 Thread Sam Newman
Unfortunatley you cannot change this file. It would be nice if the contents of this file were based partyl on some meta file so you could change stuff like this, or for example which prootocl to use for the apache/tomcat connection. If you want to change this file just paste its contents

Re: Problem at mod_jk.conf-auto

2001-04-25 Thread Frans Verhoef
Well, first of all, why do you want to change the location of mod_jk.so?? It is much easier if you keep things in the standard places, so that next time you need help, people can help you better. But if you really want to change it, you should not change the file mod_jk.config-auto. This is a

Re: Reaped pid = 24793, status = 0

2001-04-25 Thread Christoph Kukulies
On Wed, Apr 25, 2001 at 09:28:29AM +0200, Ralph Einfeldt wrote: Process mProcess = Runtime.getRuntime().exec(new String[] {Command, arg0[, arg1-n]}); ... try { mProcess.waitFor(); } catch (Throwable ex) { } mProcess.destroy(); Thanks for the elegant shorthand

AW: Reaped pid = 24793, status = 0

2001-04-25 Thread Ralph Einfeldt
Process mProcess = Runtime.getRuntime().exec(new String[] {Command, arg0[, arg1-n]}); ... try { mProcess.waitFor(); } catch (Throwable ex) { } mProcess.destroy(); -Ursprüngliche Nachricht- Von: Christoph Kukulies [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch,

Re: urgent

2001-04-25 Thread Sam Newman
I don't know of anyone getting tomcat to work with Personal Web Server myselfyou might have more luck (and get more support) if you just download Apache for win32. sam Jignasha Raval wrote: i want to know how to configure tomcat with pws 4.0... as the earliest pls send me the step

Re: urgent

2001-04-25 Thread Wolle
Hello, simple, 1. Download 2. install 3. run ;-) could you specify you Problem and configuration a lit more ? Greetings, Michael Jignasha Raval wrote: i want to know how to configure tomcat with pws 4.0... as the earliest pls send me the step by step method

Re: urgent

2001-04-25 Thread Arnaud Dostes - NTI
IMO, PWS can hardly be called a web server... Download Apache for windows, it's easier to run than personal Web Server. And you can always get an ASP module for Apache. There's one for unix, so there's surely one for win32. Ciao. AD. - Original Message - From: Sam Newman [EMAIL

Problem at mod_jk.conf-auto

2001-04-25 Thread Chonsiu208
hi there, Does anybody know how to change the configuration of mod_jk.confg-auto ? I want to instruct Apache to load the jk module from location other than the default libexec/mod_jk.so. Thanks chonsiu.

How do i unsubscribe!!

2001-04-25 Thread Danny Appaiah
can somebody tell me how to unsubscribe from this list!! Thanks and Regards, Danny

RE: How do i unsubscribe!!

2001-04-25 Thread Vinoj Vijayan
This id doesn't work!!! Is there any way to get info from people who have actually 'escaped' this mailing list ??? Rgds Vinoj -Original Message- From: Manuel Melle Ocariz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 2:31 PM To: [EMAIL PROTECTED] Subject: Re: How do i

Re: How do i unsubscribe!!

2001-04-25 Thread Manuel Melle Ocariz
try sending an e-mail to: [EMAIL PROTECTED] Manuel Melle Ocáriz Software AG - E-Business Competence Center [EMAIL PROTECTED]

Adding modules

2001-04-25 Thread Manuel Melle Ocariz
Hi there, I m an Apache Web/Jserv user trying to migrate to Tomcat. I already have Tomcat running on my system, but I use a database that requires a special module to be loaded on the server. With Apache this was easy, I just had to add the following portion of code to the httpd.conf file:

RE: How do i unsubscribe!!

2001-04-25 Thread Gary Lawson
Try [EMAIL PROTECTED] HTH Gary -Original Message- From: Vinoj Vijayan [mailto:[EMAIL PROTECTED]] Sent: 25 April 2001 10:07 To: '[EMAIL PROTECTED]' Subject: RE: How do i unsubscribe!! This id doesn't work!!! Is there any way to get info from people who have actually 'escaped' this

RE: An easy one?...Tomcat IIS

2001-04-25 Thread Rob Shorney
Hi, I had the same trouble, however my app now works all I had to do was to amend the uriworkermap.properties file. There is a line in there that says /examples/*=ajp12. I was having to do //servername:8080/OSS/Index.jsp I added the following line to the file uriworkermap.properties

RE: Running Tomcat as a service in Win2k

2001-04-25 Thread Rob Shorney
Hi, Have a look at the document NT-Service-howto.html which is in the doc directory of you Tomcat installation Regards Rob Shorney === Rob Shorney : Local Government Software Services northgate information solutions. email: [EMAIL

Re: Apache-tomcat: JVM dies

2001-04-25 Thread Ludovic Maitre
Hi, I've no answer for you but i have noticed the same problem with tomcat 3.2.1+apache 1.3.17 (without SSL) on solaris 2.6. the causes could be multiple, in my case i will study with care my Java policy security 'cause it seems that the jvm die when executing some JSP who didn't respect this

Re: Adding modules

2001-04-25 Thread Sam Newman
You simply get tomcat workig via apache, and it should work. Consult the Apache/Tomcat howto, located on the doc directory of your tomcat install sam - Original Message - From: Manuel Melle Ocariz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 10:02 AM Subject:

Re: Adding modules

2001-04-25 Thread Manuel Melle Ocariz
Thanks Sam, I ve already tried that way and it works, maybe my question wasn't clear, sorry. I m trying to do it without Apache. Actually Tomcat doesn't need Apache for serving static content as HTML so why can't I also load my module without Apache?. Maybe I don't have concepts clear enough,

Re: Adding modules

2001-04-25 Thread Arnaud Dostes - NTI
Hum... I don't see the problem ? If you're using the database just to make dynamic pages, then you need to use the JDBC API in you jsp or servlet files... If you're using the database to perform authentication (like with mod_auth_mysql) you just leave it in httpd.conf... What exactly are you

Why Tomcat brakes connection?

2001-04-25 Thread Aleksey Studnev
Tomcat 3.2 under Win Nt 4. Client wants to re-use socket connection for multiple requests from server - it is actually a feature of HTTP 1.1. This saves time on creating socket object, making TCP connection. What Tomcat is doing unlike

Re: Adding modules

2001-04-25 Thread Manuel Melle Ocariz
It's not a relational DB but an XML one. Configuring Apache in the right way (that is, loading the module) allows my application to query the DB via http in the way: http://hostname:port/databaseType/databaseName?_query This would return an XML document. My question is if it is possible to

Re: Adding modules

2001-04-25 Thread Sam Newman
The module your trying to load is a module created to enhance the capabilities of the Apache webserver. That is, the module is specific to Apache. Tomcat is really only designed to serve .jsp and servlets although it can also serve static content. For tomcat to be able to use Apache modules would

Re: Adding modules

2001-04-25 Thread Manuel Melle Ocariz
Thanks Sam Manuel Melle Ocáriz Software AG - E-Business Competence Center [EMAIL PROTECTED]

Re: Adding modules

2001-04-25 Thread Arnaud Dostes - NTI
I don't get it, adding Tomcat to Apache shouldn't disable this feature - Original Message - From: Manuel Melle Ocariz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 12:13 PM Subject: Re: Adding modules It's not a relational DB but an XML one. Configuring

Re: Problem at mod_jk.conf-auto

2001-04-25 Thread Wolle
Hello, use your own configuration File, because all your alternations will be lost, when you restart Tomcat. You could insert the configuration in the httpd.con file from Apache like this: In httpd.conf: LoadModule jk_module something/mod_jk.so (the something is a path behind the apache path)

unsubscribe problems

2001-04-25 Thread Maura TAYLOR
Seems like many of us are having problems unsubscribing using the unsubscribe email address. i've also tried sending mail to the list owner, but heard nothing in response. I've seen more than a handful who are irritated at not being able to get off this damn list and stop receiving boatloads

RE: Adding modules

2001-04-25 Thread Varela Santoalla, Daniel
What module are you trying to load? A native or Java one? Who uses it, Apache or Tomcat? It isn't very clear... -Mensaje original- De: Manuel Melle Ocariz [SMTP:[EMAIL PROTECTED]] Enviado el: miércoles 25 de abril de 2001 11:03 Para: [EMAIL PROTECTED] Asunto: Adding

Adding modules(DSO)

2001-04-25 Thread subbu
Title: RE: Adding modules How to add a new module.How to make it as a DSO.(in WINNT) with love subbu

RE: unsubscribe problems

2001-04-25 Thread Gary Lawson
Use [EMAIL PROTECTED] So for me it would be [EMAIL PROTECTED] This works, I just tried it. Gary -Original Message- From: Maura TAYLOR [mailto:[EMAIL PROTECTED]] Sent: 25 April 2001 11:41 To: '[EMAIL PROTECTED]' Subject: unsubscribe problems Seems like many of us are having problems

RE: Adding modules

2001-04-25 Thread Manuel Melle Ocariz
Thanks all of you Manuel Melle Ocáriz Software AG - E-Business Competence Center [EMAIL PROTECTED]

RE: Adding modules

2001-04-25 Thread Williamson, James
Title: RE: Adding modules It doesn't, and architecturally why should it? You put handlers in the Apache conf to say OK, if I encounter this file type invoke this handler, (which is a module which is either statically or dynamically linked into the httpd/apache.exe executable). So for

tomcat on IIS

2001-04-25 Thread Hiep Tu Ong
Hi, I just installed tomcat and it doesn't seem to be working. Does tomcat work with IIS 5.0?

Tomcat as standalone HTTP server

2001-04-25 Thread Olivier LAUDREN
Hi, Is there somebody using Jakarta Tomcat as standalone HTTP server? Witch (is/are) the most important difference(s) between this configuration and Apache + Tomcat? Bye.

RE: database applets in Tomcat

2001-04-25 Thread Randy Layman
If you are using an applet (as in code that runs on the client computer) then the class files of the driver must be downloadable by the client. The client can never see anything outside of your webapp directory. Therefore, unjar the jar file into

RE: IIS-tomcat 3.2.1

2001-04-25 Thread Randy Layman
I think that these lines tells you exactly what your problem is: [jk_isapi_plugin.c (452)]: HttpFilterProc [/at/assettrade?a=login] is not a servlet url The filter doesn't recognize your URL as one that it should process. That would be because you haven't told the filter to

RE: Thread error....WHY?

2001-04-25 Thread Owen Taylor
It is a good idea to add . ( current directory ) to your CLASSPATH -also get in the habit of compiling your classes so that any required package structure is created properly. You do this by specifying an output directory for the javac command. If you wanted to compile the class starting from

Modify Servlet Context on Tomcat Startup

2001-04-25 Thread Sulman . Jeff
I currently have a servlet that sets up a number of attributes in the servlet context. Does anybody know how I can get this servlet to automatically run when Tomcat starts. Thanks in andvance Jeff Sulman

Re: Tomcat as standalone HTTP server

2001-04-25 Thread Endre Stølsvik
On Wed, 25 Apr 2001, Olivier LAUDREN wrote: | Hi, | | Is there somebody using Jakarta Tomcat as standalone HTTP server? | Witch (is/are) the most important difference(s) between this | configuration and Apache + Tomcat? Speed on static documents. Apache is written in some C, while Tomcat is

Newbie security question

2001-04-25 Thread laurent . citton
Hi guys, I have a very simple problem: how can I prevent Tomcat from displaying a directory listing ? My servlets are installed in webapps/app directory and asking for the URL http://localhost:8080/app/ just displays the content of the directory, which I obviously do not want. Thanks for

Jakarta-Tomcat under NT4-IIS

2001-04-25 Thread Sharp, Thomas R
Help!! I've been struggling now for about a week, trying things and talking to local admin people on how to get the Tomcat java servlet engine to work properly on an NT4 server with IIS 4. In short, I have done all the things in the documentation coming with version 3.2.1, and have

RE: Modify Servlet Context on Tomcat Startup

2001-04-25 Thread William Kaufman
In web.xml, add a load-on-startup element to your servlet element. You set it to a number: servlets will be started in order according to these numbers. -- Bill K. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Books on Tomcat

2001-04-25 Thread Bryant, William
FYI: It HAS been moved to a new forum, since yesterday morning. I'm sorry you think writing a free book on tomcat is such a stupid idea. ... Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 3:02 AM To: [EMAIL PROTECTED]

auto reload not working

2001-04-25 Thread Joel Regen
Why do I need to restart Tomcat to see changes in class files take effect? I am running an application with default configuration of which autoreload is supposed to be 'true'. anyone?

COMPILATION OF MOD_JK

2001-04-25 Thread Matías Salvador
I tried to use a MOD_JK.SO built in Solaris 2.7over a machine with Solaris 2.6 and Apache doesn't START. Is it possible? Is there a possibility to compile in Solaris 2.7 a version of MOD_JK.SO compatible with Solaris 2.6? Because the GCCtakes up too much space to be installed in the ROOT of

Re: Jakarta-Tomcat under NT4-IIS

2001-04-25 Thread Noel E. Lecaros
Hi, Tom You must be using JDK1.3. If so, please take a look at this document: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.html paying particular attention to the part that says: Notice for JDK 1.3 users. Regards, Noel Lecaros Sharp, Thomas R wrote: Help!!

AW: Reaped pid = 24793, status = 0

2001-04-25 Thread Ralph Einfeldt
Depending on the nature of the of the child process you can use different Variations of your solution. That's our solution: (The child process writes lines to stdout) BufferedReader mInput = new BufferedReader(new InputStreamReader(mProcess.getInputStream())); String mLine; while

unsubscribe please

2001-04-25 Thread Dave Hladky
I have been trying to unsubscribe a few times and it isn't working. It's not that I don't enjoy all of your great questions it's just that getting 300 messages a day is brutal whn you are trying to find the personal important one's. Thanks

RE: ServletRequest.getParameterMap() method not found

2001-04-25 Thread William Kaufman
Title: I can't find this method in the JSDK 2.2 spec, or even in the 2.0 or 2.1 interfaces. Where did you hear of this method? Could you post the line of code where you call getParameterMap(), and the declarations for the objects it uses? -- Bill K. -Original Message-From:

RE: An easy one?...Tomcat IIS

2001-04-25 Thread Michael Wentzel
The servlet/ needs to be there to tell the browser client that this is a java servlet. Most browsers discern the filetype from the file extension (.html, .htm, .jsp, etc.). Since the file reference to a servlet does not have a file extension, the addition of servlet/ is necessary to

include with autoflush set to false

2001-04-25 Thread Carlos Piqueres Ayela
Hi everybody, Although Tomcat 3.2.1 is supposed to support JSP1.1 when we try to use include with flush set to false we get a message saying that the JSP1.0 only supports that value with true. What's the problem? Thanks in advance. Carlos.

Re: An easy one?...Tomcat IIS

2001-04-25 Thread Barbara Baughman
The servlet/ needs to be there to tell the browser client that this is a java servlet. Most browsers discern the filetype from the file extension (.html, .htm, .jsp, etc.). Since the file reference to a servlet does not have a file extension, the addition of servlet/ is necessary to identify

Please Unsubscribe

2001-04-25 Thread David DELGRANCHE
Please can someone unsubscribe me from the list? Thanks! David DELGRANCHE [EMAIL PROTECTED] Tel: 02.99 05.34.25 Fax: 02.99.05.34.05 Sogitec Industries 24, Avenue Lavoisier ZI du Champ Niguel 35174 BRUZ CEDEX

Re: Books on Tomcat

2001-04-25 Thread Martin Mauri
Saurabh, We, who are part of the book writers, have been in another separate forum for 2 days now, we're just starting something we feel may help newbies and those who doesn't know about common problems of Tomcat by writing this book. If you're not up to date with this, I don't know where is the

Re: Reaped pid = 24793, status = 0

2001-04-25 Thread Christoph Kukulies
On Wed, Apr 25, 2001 at 10:12:06AM +0200, Ralph Einfeldt wrote: Depending on the nature of the of the child process you can use different Variations of your solution. That's our solution: (The child process writes lines to stdout) BufferedReader mInput = new BufferedReader(new

Tomcat and IIS

2001-04-25 Thread Nottebrok, Guido
Hallo, we have installed Tomcat Version 3.2.1 to run with IIS. The setup is done according to the tomcat documentation. In IIS we have the green arrow telling that everything should be o.k. When trying to access the tomcat examples with http://localhost/examples/jsp/index.html we get the error

help with installation

2001-04-25 Thread Dean Hiller
Hello, I installed apache_1.3.19-win32-no_src-r2.msi on Windows 2000. putting the ServerName as localhost, this worked fine and I could open http://localhost web page. I than installed jakarta-tomcat-3.2.1, and this seemed to go fine, and I could see http://localhost:8080 web page. Than I

iis tomcat virtual host

2001-04-25 Thread George Sinclair
Hello, I was trying to find a way to set up virtual host for tomcat and I am using iis 5.0. If you could give me a link to some documentation or an example that would be appreciated very much. Thanks, George

absolute pathing from context?

2001-04-25 Thread Matt Pease
Hi all - I don't understand how I should be linking from within my webapp. Perhaps this is simply stated somewhere, sorry but I've done my best to find it. For example, I'd like to be able to do this: from within my context app -- webapp: tomcat/webapps/myapp/ I'd like to

Re: unsubscribe problems

2001-04-25 Thread Lyle H. Ward
It seems like many people are sending to [EMAIL PROTECTED] Try sending to [EMAIL PROTECTED] substituting your modified email address e.g. [EMAIL PROTECTED] No I haven't tried it yet because I'm still learning from this list. This method was described in the original welcome message. At

Re: Tomcat and IIS

2001-04-25 Thread Sam Newman
Do you get any error in servlet.log in the tomcat/log directory? It looks like your trying to connect to a port but failing - is anything else on port 2380? Also, have you confirmed that Tomcat runs ok in standalone mode? sam - Original Message - From: Nottebrok, Guido [EMAIL PROTECTED]

Re: iis tomcat virtual host

2001-04-25 Thread Sam Newman
There is an example virtual host config in the server.xml that comes with tomcat. Looking at that should give you a good start. sam - Original Message - From: George Sinclair [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 3:53 PM Subject: iis tomcat virtual

RE: unsubscribe problems

2001-04-25 Thread Randy Layman
An additional problem is people not knowing what address they are subscribed as - it must be exact! When doing the translation mentioned in the welcome message, people need to work with the address referenced in the Delivered-To header field, not what they think their email address is!

Tomcat 3.1 on WInNT sp6behind IIS: problems serving PDF files to IEbrowser

2001-04-25 Thread Morteo, Karl (AFIS)
I am having problems serving static PDF files from Tomcat 3.1 behind IIS. If the PDF file is requested by Netscape 4.08 on WinNT 4.0 sp6 it is displayed correctly If the PDF file is requested by Internet Explorer 5.5 on WinNT 4.0 sp6 it does not display, but the properties are correct (files

RE: absolute pathing from context?

2001-04-25 Thread William Kaufman
If you're talking about getting that directory from HTML (e.g., to embed an image in your page), I'd suggest just referencing it directly, like, img src=/images/guernica.gif / This lets you alias it in your webserver, to put the images directory anywhere you like. If you're trying to find

RE: unsubscribe problems - 2 comments

2001-04-25 Thread Burgess, Jay
Title: RE: unsubscribe problems - 2 comments First, it's very simple if you follow the instructions in the welcome email. I just did it for numerous lists the morning, both unsubscribing an alternate alias and re-subscribing a new. Unfortunately, lots of people don't keep the welcome email,

JDBCRealm Question

2001-04-25 Thread Christian Hargraves
I have read the JDBCRealm.howto file, but I still have a few questions. in the application's web.xml file there is a login-config tag. 1) What do I set the login-config tag in the web.xml file to so that it will use JDBCRealm? 2) We have encrypted passwords. How would we configure JDBCRealm to

RE: Tomcat and IIS

2001-04-25 Thread Craig O'Brien
Hello Nottebrok, Are the examples working with port 8080? http://localhost:8080/examples/jsp/index.html If not, are you using an SDK as jsps need the compiler javac? Check your classpaths. Your redirect appears to be working but you have a page/server config error. If everything is working

RE: absolute pathing from context?

2001-04-25 Thread Matt Pease
If you're talking about getting that directory from HTML (e.g., to embed an image in your page), I'd suggest just referencing it directly, like, img src=/images/guernica.gif / This lets you alias it in your webserver, to put the images directory anywhere you like. If you're trying

RE: Tomcat and IIS

2001-04-25 Thread Nottebrok, Guido
Hallo Craig, with http://localhost:8080/examples/jsp/index.html everything is o.k. I'll check permissions and port now. Thanks for your response. Guido -Original Message- From: Craig O'Brien [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 5:17 PM To: [EMAIL PROTECTED]

Re: Please urgent : Why french accentual characters (like à è) not display

2001-04-25 Thread iscnet isc
Yes, I have a problem whehn generating the french accentual charcters, I seen them in IE 4 and 5, I always try in local network with the IIS, it works fine, but if I try with TOMCAT (which is installed in our internet server) it replaces all my accentual characters with ?, To see really the

ADMIN PASSWORD

2001-04-25 Thread Adriano Carvalho
Dear Sirs, I did not find in any place of the documentation, the default password for the ADMIN web system. Can anyone help us ? Thanks in advance, Adriano CarvalhoGerente de TecnologiaAdvice NetBusinessSua Melhor Interação com

how to set restrict access to servlet?

2001-04-25 Thread Xiaofeng Chen
Hi, all: I have some servlets running in tomcat. I would like to set restrict access to these servlets so that the servlets can get the username through request.getRemoteUser(). Do I do any configuration in server.xml or web.xml? Do I need a .htaccess file in the servlet and jsp directory? Thanks

RE: unsubscribe problems - 2 comments

2001-04-25 Thread Mike Braden
I guess no one pays attention to the mail list page with the links to unsubscribe. I do agree that it would be nice to have the instructions on that page, though. Maybe along with the instructions on not sending HTML format mail. Of course, of no-one actually reads them... ;-) Mike. -- Mike

Tomcat Init At Boot

2001-04-25 Thread Mike Gruber
I am currently using the binary versions of Tomcat 3.2.1 and JDK 1.3.0_02 on Caldera eServer 2.3. I have placed a tomcat init script in the init.d directory (see script below) and linked to in from the various rcx.d dirs. My problem is that the script is being run during the boot sequence, but

Re: iis tomcat virtual host

2001-04-25 Thread George Sinclair
I saw the example that they gave in the server.xml file. I was just hoping to get something that explains it a lot more than that. Thanks Sam Newman wrote: There is an example virtual host config in the server.xml that comes with tomcat. Looking at that should give you a good start. sam

RE: ADMIN PASSWORD

2001-04-25 Thread Ramos Miguel-FMR068c
Ok, now it works, but i needed to be restart the tomcat server. Thanks Steve. Miguel Ramos -Original Message- From: Steve Ruby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 9:34 AM To: [EMAIL PROTECTED] Subject: Re: ADMIN PASSWORD Ramos Miguel-FMR068c wrote: I tested

Re: I am writing detailed documentation on virtual hosting...

2001-04-25 Thread Scott Tatum
I already thought of something that I left out of the outline, and that is a section full of EXAMPLES. Multiple examples for each way that Tomcat can be configured for virtual hosts. -Scott Scott Tatum wrote: It seems like half the questions posted these days to the mailing list have

RE: Please urgent : Why french accentual characters (like à è) not display

2001-04-25 Thread William Kaufman
OK, so it's not a browser issue: the characters are getting damaged before they even get to the browser. (Look at the page source--it's got ?s in it.) Are you even sure the characters are right when you hand them off to Tomcat? The reason I ask is that Oracle turns non-ASCII characters into ?

jakarta+IIS:error 404

2001-04-25 Thread sairam
dear support! i am running iis4 and tomcat 3.2.1 and trying to configure tomcat to iis. i have configured the isapiredirect.dll and other steps as given in tomcat howto.everything is fine but when i say http://localhost/examples/jsp/index.html its giving page not found error IIS server log file

RE: Please urgent : Why french accentual characters (like à è) not display

2001-04-25 Thread Christopher Kirk
I don't know enough about your setup to be sure, but I have been hit by a problem similar to this on a Solaris box running IPlanet. The problem was that the file holding the translations was stored using a different encoding to the one that was being used to read in the file. You have to be

Re: ADMIN PASSWORD

2001-04-25 Thread Steve Ruby
Admin Passwsord is in $TOMCAT_HOME/conf/tomcat-users.xml

Re: Please urgent : Why french accentual chara cters (like à è) not display

2001-04-25 Thread Anne Dirkse
Are you using the actual characters or the HTML standins for special characthers? If you are just typing the characters, the browser may not be able to display them as is. Try using the HTML special characters. The special characters begin with an then the ASCII Number for the item, then a

RE: Eliminate system from ServletContext

2001-04-25 Thread Ramos Miguel-FMR068c
It worked! Thanks! :) -Original Message- From: Ed Gomolka [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 1:27 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Eliminate system from ServletContext I'm not sure what you're trying to do. Do you mean that you

Re: [bug report] servlet's twice calling

2001-04-25 Thread David Wall
Well, I'm using 3.2.2beta, but we do file uploads and don't see double postings at all. It would seem like a serious problem, though, to have double POST calls done since that would result in two transactions. I have seen the opposite, though, when serving up a file that was uploaded, I've

Re: ADMIN Section

2001-04-25 Thread Paul Ramos
Trusted=true From: Ramos Miguel-FMR068c <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: ADMIN Section Date: Wed, 25 Apr 2001 09:45:25 -0700 Hello all: I just make it to the admin section but I got the following error message when

RE: Please urgent : Why french accentual characters (like à è) not display

2001-04-25 Thread William Kaufman
And make sure: the font you're using supports the language, and that the browser supports the font (e.g., you may have to download fonts from IE's Windows Update menu). -- Bill K. -Original Message- From: Sam Newman

ADMIN Section

2001-04-25 Thread Ramos Miguel-FMR068c
Hello all: I just make it to the admin section but I got the following error message when trying to View all Contexts: Error: 500 Location: /admin/contextAdmin/contextAdmin.jsp You must mark the administration application as trusted What does it means?? The Contexts tag on my server.xml is as

RE: unsubscribe problems - 2 comments

2001-04-25 Thread Joel Regen
of course you didn't bother to paste in the URL for that page. -Original Message- From: Mike Braden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 11:27 AM To: [EMAIL PROTECTED] Subject: RE: unsubscribe problems - 2 comments I guess no one pays attention to the mail list

Re: Problem with session tracking

2001-04-25 Thread Daniel A. Melo
Hi all, wtih Alan´s help i resolved it. You have to include your Jsp File in web.xml. and ,of course, your servlet. servlet servlet-namejspfile/servlet-name jsp-filejspfile.jsp/jsp-file /servlet so the Tomcat will see the servlet and the jsp´s in the same application. it worked here, and

classpath error in 3.2.1 sample build.bat

2001-04-25 Thread Senor Simpatico
Hi all -- Being fairly new to Java in general and knowing nothing about Tomcat or servlet programming, this gave me all kinds of grief when I first downloaded Tomcat a couple weeks ago. Perhaps this has been pointed out previously, but I couldn't find anything on the user archives that answered

Re: Please urgent : Why french accentual characters (like à è) not display

2001-04-25 Thread Sam Newman
you mean in the browser? Have you tried using another browser, or can you see the character in a normal static page? sam - Original Message - From: iscnet isc [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 4:26 PM Subject: Please urgent : Why french accentual

RE: Please urgent : Why french accentual characters (like à è) not display

2001-04-25 Thread Matías Salvador
Try setting the charset in the "response.setContentType()" For France, it is ISO-8859-1 MATíAS SALVADORJAVA Development TeamSoluciones Integrales S.A. 590 Roca Av. 7° Floor Buenos Aires+54.011.4345.0537 int. 132 - Original Message - From: iscnet isc To: [EMAIL

I am writing detailed documentation on virtual hosting...

2001-04-25 Thread Scott Tatum
It seems like half the questions posted these days to the mailing list have something to do with virtual hosting. The existing documentation covers most of the bases, but it is spread across several documents and contains outdated information that is confusing (e.g. mod_jserv). Therefore, I am

AW: Reaped pid = 24793, status = 0

2001-04-25 Thread Ralph Einfeldt
Process mProcess = Runtime.getRuntime().exec(new String[] {Command, arg0[, arg1-n]}); BufferedReader mInput = new BufferedReader(new InputStreamReader(mProcess.getInputStream())); String mLine; while ((mLine = mInput.readLine()) != null) { doSomeThingWith(mLine); // if you wan't to

RE: ADMIN Section

2001-04-25 Thread Ramos Miguel-FMR068c
Great! Now I have the Admin section working. Thanks Paul! -Original Message- From: Paul Ramos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 9:56 AM To: [EMAIL PROTECTED] Subject: Re: ADMIN Section Trusted=true From: Ramos Miguel-FMR068c Reply-To: [EMAIL PROTECTED]

  1   2   >