RE: Big problem

2002-01-10 Thread Adrian Erimescu
At 02:58 PM 1/9/2002 -0500, you wrote: This looks like Bug 4599: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=4599 To fix, you will need to patch your Tomcat 3.3's ThreadPool class or try the nightly Tomcat 3.3.1 at: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-3.3/ If

AW: AW: Problem Restarting Tomcat

2002-01-10 Thread Ralph Einfeldt
Also have look at: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s9 Here it is in httpd.conf. -Ursprüngliche Nachricht- Von: Ralph Einfeldt Gesendet: Donnerstag, 10. Januar 2002 09:01 An: Tomcat Users List Betreff: AW: AW: Problem Restarting Tomcat I think

Re: AW: AW: Problem Restarting Tomcat

2002-01-10 Thread Designing Department
It means I need to follow the folloing link only, not the previous one? Vikas Ralph Einfeldt wrote: Also have look at: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s9 Here it is in httpd.conf. -Ursprüngliche Nachricht- Von: Ralph Einfeldt Gesendet:

AW: AW: AW: Problem Restarting Tomcat

2002-01-10 Thread Ralph Einfeldt
For this specific information yes. The other parts can be correct. (I havn't test either doc, am not using tomcat) -Ursprüngliche Nachricht- Von: Designing Department [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 10. Januar 2002 10:02 An: Tomcat Users List Betreff: Re: AW: AW:

Different Contextes One Instance?

2002-01-10 Thread Erwin Ambrosch
Hi All! TC 3.3 has a class loader architecture which allowes to load classes with respect to the container, to all web applics and to a specific web applic. The question I have is the following. I have developed some components which are inteded to be used by all of our web applics. One of

Problems with TOMCAT_HOME during installation

2002-01-10 Thread Tomas Nilsson
Hey, I have followed the provided installation instructions but when I try to run the startup script from the DOS prompt I get the following message: c:\jakarta-tomcat-3.3\conf not found. Unable to locate Tomcat's conf directory, check the value of TOMCAT_HOME I executed the script while

RE: Problems with TOMCAT_HOME during installation

2002-01-10 Thread Barney Hamish
As it says check what you have for the TOMCAT_HOME environment variable. You should also try starting it from your TOMCAT_HOME directory instead (i.e. so you write bin/startup). Hamish -Original Message- From: Tomas Nilsson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002

R: Problems with TOMCAT_HOME during installation

2002-01-10 Thread Vercesi Paolo
Is TOMCAT_HOME=c:\jakarta-tomcat-3.3 ? -Messaggio originale- Da: Tomas Nilsson [mailto:[EMAIL PROTECTED]] Inviato: giovedì 10 gennaio 2002 10.57 A: [EMAIL PROTECTED] Oggetto: Problems with TOMCAT_HOME during installation Hey, I have followed the provided installation

RE: Problems with TOMCAT_HOME during installation

2002-01-10 Thread Tomas Nilsson
My TOMCAT_HOME variable is set to c:\jakarta-tomcat-3.3 in System/Environment in Win NT. I tried executing the script from c:\jakarta-tomcat-3.3 and typed bin\startup but I got the same error message. Any ideas?? I really need to fix this... :-) /Tomas

wrong user role = Error 403 instead of redirecting to Form-Error-Page

2002-01-10 Thread Victoria Einarsson
Hi, Im a newbie and have some problems with JDBCRealm and form-login and I hope someone can help me. When I login with a correct username and password but wrong role, it does not redirect to the specified form-error-page. Instead it returns 403 error code. But when I logon as a user that is

JkMount and WebAppDeploy

2002-01-10 Thread Carsten Karkola
I've looked in the archive, there where several discussions about mod_jk and mod_webapp. With mod_jk I've sent a request to an *.xsql file anywhere in my apache managed directories via JkMount /*.xsql ajp12 to my xsql-Servlet. Is the same possible with WebAppDeploy? Thanks for any help!

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Laura Reising
Hello Daniel, I think the Warp connector has problems with absolute path names try this... - depending on where your tomcat webapps directory is WebAppDeploy /../../../home/laura/www/jsp conn /jsp dingdingding! It works! Thanx for the tip! Laura -- To unsubscribe:

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Cressatti, Dominique
I was just looking at doing something along the same lines. Such as how do I map something like: http://localhost/testurl to execute directly HelloWorldExample I tried WebAppDeploy test/servlet/HelloWorldExample conn /testurl WebAppDeploy /../../../test/WEB-INF/HelloWorldExample conn /testurl

Re: catalina.policy: file:?

2002-01-10 Thread Laura Reising
Hello Roshan, first of all thank you very much for your engagement. If you could post your policy file and a decent chunk of your log output, it might help :-) My policy file is the standard-file from the distribution with just two changes: // These Permissions are in the

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Laura Reising
Hello Dom, I tried WebAppDeploy test/servlet/HelloWorldExample conn /testurl WebAppDeploy /../../../test/WEB-INF/HelloWorldExample conn /testurl but none of them worked. about the second WebAppDeploy: Try to remove the leading Slash. HTH Laura -- To unsubscribe: mailto:[EMAIL

Tomcat3.3 NullPointerException / JDK1.3 / Win2000 Server

2002-01-10 Thread kemal_mavi
Fellow Listers, Although I searched a big number of sources, I could not find a solution to my problem. Being a newbie of Tomcat is not so easy as each of you would guess :-) My problem is the NPE error. The error message that I copied below is not specific to one JSP, instead, I get it for

RE: rpm installation of 3.3, test page failure

2002-01-10 Thread Larry Isaacs
This error is occurring because the ROOT webapp is missing. A directory named ROOT is given special treatment when autoserved from the webapps directory. It will be added as the default context (i.e. the context used when no other context matches a request) instead of /ROOT. Your error is

starting Jakarta-Tomcat 4.0 on Red Hat 7.2

2002-01-10 Thread Ferencz Adva-BAF016
after I'm running the ./startup.sh command from the Jakarta-Tomact home directory I get the following output: [root@engdb3 bin]# ./startup.sh Using CLASSPATH: /usr/local/jakarta-tomcat-4.0//bin/bootstrap.jar:/usr/java/jdk1.3.0_02/lib/tools.jar Using CATALINA_BASE:

RE: starting Jakarta-Tomcat 4.0 on Red Hat 7.2

2002-01-10 Thread Chris Knowles
Interesting. When I install Tomcat using the rpm I don't get a startup.sh script If you read the readme.txt Tomcat4 doesn't listen on port 8080 by default. Its 8180 I think. Chris -Original Message- From: Ferencz Adva-BAF016 [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10,

RE: Problem with 3.3 and getServerName()

2002-01-10 Thread Larry Isaacs
This looks like it could be bug #4564: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=4564 You could try the nightly Tomcat 3.3.1-dev at: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-3.3/ and see if it fixes the problem. Cheers, Larry -Original Message- From:

RE: starting Jakarta-Tomcat 4.0 on Red Hat 7.2

2002-01-10 Thread Ferencz Adva-BAF016
well , this is lexible. i just don`t know what else to do to start it. -Original Message- From: Chris Knowles [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 2:58 PM To: 'Tomcat Users List' Subject: RE: starting Jakarta-Tomcat 4.0 on Red Hat 7.2 Interesting. When I

AW: Tomcat3.3 NullPointerException / JDK1.3 / Win2000 Server

2002-01-10 Thread Ralph Einfeldt
I guess that one of your config files is not found or contains an error. BTW.: The JSP you send is quite useless as the error doesn't happen in that page. It's just a frameset and doesn't contain anything that is executed at runtime. I guess that the offending code is in contents.jsp.

RE: starting Jakarta-Tomcat 4.0 on Red Hat 7.2

2002-01-10 Thread Chris Knowles
I did the following to get it working. 1. Went to /etc/tomcat4/tomcat.conf and made sure the JDK_HOME variable pointed correctly to my Java install directory. 2. Started the tomcat service using the 'services' gui and ticking the box. 3. Navigated to 127.0.0.1:8180 (Oh you have to install the

NoClassDefFound in execute JSP with tomcat 4.0.1

2002-01-10 Thread Rodolfo_Garcia_Esteban
When I try to execute a JSP I receive ever de same error : java.lang.NoClassDefFoundError: sun/tools/javac/Main at org.apache.jasper.compiler.SunJavaCompiler.compile(SunJavaCompiler.java:128) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:271) ... ... I

Re: NoClassDefFound

2002-01-10 Thread Mika Goeckel
Hi, have you set your CLASSPATH env variable or are you providing a classpath (-classpath directory:directory:directory/file.jar.) with your command line? Additionally you have to provide the fully qualified Classname (package.package.package.ClassName, for example

RE: Problems with TOMCAT_HOME during installation

2002-01-10 Thread Larry Isaacs
When I run startup from TOMCAT_HOME or TOMCAT_HOME/bin I usually don't bother to set the TOMCAT_HOME environment variable since the script will set it for me. I tried your test case of setting TOMCAT_HOME manually and executing from bin on WinNT and it works fine for me. You might try not

RE: having to restart tomcat for new classes -More

2002-01-10 Thread Jolet, John
interesting point...i'm also using the 1.4 beta jdk -Original Message- From: Jiger Java [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:26 PM To: [EMAIL PROTECTED] Subject: RE: having to restart tomcat for new classes -More Hi Craig, I just wanted to ask

RE: Different Contextes One Instance?

2002-01-10 Thread Larry Isaacs
There would be a single instance, but all threading and concurency issues would be up to you to handle. Cheers, Larry -Original Message- From: Erwin Ambrosch [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 4:41 AM To: Tomcat Mailinglist Subject: Different Contextes One

Different results between TC3/TC4 with HTC (DHTML behavior) files and IE

2002-01-10 Thread chris brown
Hello, We've developed a web application that uses Dynamic HTML Behaviors (see end of e-mail for details of what they are). These rely on .htc files on the server, which are basically simple static text-based files containing DHTML scripts, which are mapped to tags by CSS. These work fine with

Re: Different results between TC3/TC4 with HTC (DHTML behavior) files and IE

2002-01-10 Thread Remy Maucherat
Hello, We've developed a web application that uses Dynamic HTML Behaviors (see end of e-mail for details of what they are). These rely on .htc files on the server, which are basically simple static text-based files containing DHTML scripts, which are mapped to tags by CSS. These work fine

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Cressatti, Dominique
Hi Laura, Try to remove the leading Slash. I tried but apache times out. Where was your class or jar file (absolute path) and what your WebAppDeploy looked like? What I don't understand is why there are so many slashes Cheers Dom -Original Message- From: Laura Reising [mailto:[EMAIL

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Laura Reising
Hello Dom, Where was your class or jar file (absolute path) you mean my JSP-Files!?? /home/laura/www/jsp/ and what your WebAppDeploy looked like? WebAppDeploy ../../../../home/laura/www/jsp conn /jsp HTH Laura -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Problems using same port for several services (even with different IP / hostname)

2002-01-10 Thread chris brown
Hello, I've got to add a small Tomcat-based webapp onto a machine which already is already several webservers. One is an IIS webserver, the other is a search engine (Inktomi Enterprise Search) with it's own built-in search engine. All must run on port 80 because that's company firewall policy,

Re: Different results between TC3/TC4 with HTC (DHTML behavior) files and IE

2002-01-10 Thread chris brown
I think you need to define a MIME type for htc in web.xml. I don't know what it's supposed to be, though. There is no specified MIME type for HTC (I don't know why, it seems odd). This never stopped it working with previous versions of Tomcat or any other server. Does TC4 refuse to serve

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Cressatti, Dominique
/home/laura/www/jsp/ I see ... no quite what am trying to do, which I would have though was easier. I simply wanted to bind the HelloWorldExample (still in the webapps directory) to specific url like http://localhost/test so it gets running automatically. Any idea Cheers Dom -Original

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Armbrust, Daniel C.
Maybe I am misunderstanding what you want to do, but, If you just want to deploy the Hello World example, you should make a new webapp, say testurl. inside of testurl, put the HelloWorld.html file, and also, a WEB-INF directory, inside of which you will need a classes folder, where you will put

Re: Different Contextes One Instance?

2002-01-10 Thread Erwin Ambrosch
Thank's for the answer Larry. Larry Isaacs wrote: There would be a single instance, but all threading and concurency issues would be up to you to handle. Cheers, Larry -Original Message- From: Erwin Ambrosch [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 4:41 AM To:

Re: Problems using same port for several services (even with different IP / hostname)

2002-01-10 Thread Tom Drake
Contrary to your statement below, only one process may bind to the same port (80 in this case) at the same time. Your IIS and Inktomi servers do not both share port 80. No, they don't. I've never worked with Inktomi, but it's conceivable that it is being front-ended by IIS, (via an ISAPI

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Cressatti, Dominique
Daniel, put the HelloWorld.html file I may be mistaken but I far as I can see no html page is required. If my WebAppDeploy looks like: WebAppDeployexamplesconn /examples and point my browser to http://localhost/examples/servlet/HelloWorldExample I get straight to the example which

AW: Problems using same port for several services (even with different IP / hostname)

2002-01-10 Thread Ralph Einfeldt
You are wrong!!! Of course one can have serveral services listening on port 80 on one machine if each service used a unique virtual interface (IP). That's true for unix, linux and windows . -Ursprüngliche Nachricht- Von: Tom Drake [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag,

RE: Problems using same port for several services (even with different IP / hostname)

2002-01-10 Thread Jolet, John
I think that depends on how you set up the listen, doesn't it? if you have application A listen on ALL interfaces on port 80, then application B that starts up later will be blocked. However, if application A starts up and listens on 10.10.10.10:80, then B can listen on 10.10.10.11:80. in the

URGENT! PLEASE..

2002-01-10 Thread Catalin
I have a jakarta tomcat 3.3m4 with an web apps with servlets. How can I do to tell to my web app where is javax package (not to put it everytime to \web-inf\classes)? 10x 2 all -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Armbrust, Daniel C.
Sorry, I made a heck of a booboo in my last post... I understand your confusion. You are partially right, partially wrong. It is possible to map any path to and webapp, which is different than to any url. You are correct in that the .html file is not necessary. I forgot that they had the

extending webapp from WebdavServlet

2002-01-10 Thread Armijn Hemel
hi all, I've been playing around with Tomcat 4.0.1 for a little while now. I made my own webapp, which extends WebdavServlet (org.apache.catalina.servlets.WebdavServlet), but Tomcat doesn't like this and complains about missing classes. I fixed this by copying the jarfiles from

RE: Uninstalling Tomcat as a service

2002-01-10 Thread Frank Diakovasilis
I just came accross that and what it was in my case is that I didn't stop the service before trying to uninstall, this may or may not be your problem. -Original Message- From: Mario Felarca [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 1:13 PM To: [EMAIL PROTECTED]

AW: Problems using same port for several services (even with different IP / hostname)

2002-01-10 Thread Ralph Einfeldt
In general yes. (That why I sayd 'unique virtual interface') But we have a little different output: With netstat -a dedicated ip's www.hosta.domain:www www.hostb.domain:www all ip's *:www With netstat -na dedicated ip's 10.10.10.10:80 10.10.10.11:80 all ip's

RE: URGENT! PLEASE..

2002-01-10 Thread Larry Isaacs
What javax classes are you trying to access? There are a lot of jars that include the javax package and a lot of classes under this package. servlet.jar contains javax.servlet and is already available to all web applications since is is located in lib/common. Cheers, Larry -Original

Re: URGENT! PLEASE..

2002-01-10 Thread Jean-Luc BEAUDET
Catalin a écrit : I have a jakarta tomcat 3.3m4 with an web apps with servlets. How can I do to tell to my web app where is javax package (not to put it everytime to \web-inf\classes)? 10x 2 all -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: URGENT! PLEASE..

2002-01-10 Thread Mike Curwen
If you put the classes into the TOMCAT_HOME/lib directory, they should be picked up when Tomcat is started. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Thursday, January 10, 2002 10:25 AM To: Tomcat Users List Subject: Re:

Re: URGENT! PLEASE..

2002-01-10 Thread John M. Corro
You can place the jar package under \web-inf\lib if you want available to that application only or you could also place it in the tomcat\lib directory for all apps under Tomcat to access it. Btw, what does 10x2 all mean?? - Original Message - From: Catalin [EMAIL PROTECTED] To: [EMAIL

JSP Escape character problem - PLEASE HELP

2002-01-10 Thread Tom Bednarz
Hi, I have a problem that could be a bug somewhere inside the JSP compiler. I have ported an application from JRun 3.0 to TOMCAT. The following code inside a JSP causes an Exception: snip SCRIPT LANGUAGE=JavaScript1.2 TYPE=text/javascript !-- if (isMenu)

Re: wrong user role = Error 403 instead of redirecting toForm-Error-Page

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002, Victoria Einarsson wrote: Date: Thu, 10 Jan 2002 11:34:00 +0100 From: Victoria Einarsson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: wrong user role = Error 403 instead of redirecting to

Re: Intercepting AuthenticationFilter and dispatching need help !

2002-01-10 Thread Gerry Duhig
Fredy, Would you please show us exactly what you do, as I need to do the same sort of thing? I had a version that worked under 3.2, but it fails under Tomcat 4. Thanks Gerry - Original Message - From: Softwareentwicklung Hauschel [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

RE: URGENT! PLEASE..

2002-01-10 Thread Justin Rowles
Btw, what does 10x2 all mean?? It means thanks as in ten-x (say it, then realise how lame it is). I worry about the mental health of people who use that sort of thing myself... ;-) J. -- You're only jealous cos the little penguins are talking to me.

form values being sent as HTML entities instead of UTF-8 chars

2002-01-10 Thread jeff . guttadauro
Hello. I'm having a problem which I believe is related to Tomcat 4, since I didn't see this happening on 3.2 before I upgraded. I have a form on a page that is set to UTF-8 character encoding. When I paste a Unicode character into an input field and submit the form, the characters are

Re: Problems using same port for several services (even with different IP / hostname)

2002-01-10 Thread chris brown
Yes they *do* have the same port, but use different IP addresses. In IIS, go to the Management Console for the web server, and open the properties window for any web site. If you look at the Web Site tab, you'll see an IP address listbox, which is by default set to (All Unassigned). If you look

Re: JSP Escape character problem - PLEASE HELP

2002-01-10 Thread Tom Bednarz
At 10.01.2002 10:44, you wrote: The escaped double quotes should be fine. I would think that it's the escaped forward slash (in \/SCRIPT), which shouldn't need to be escaped at all. Thats correct! It works fine when removing the '\' character. I don't remember why I had put it there.

Securing access to pages

2002-01-10 Thread Gerry Duhig
This is an old question to which I had an answer that worked under 3.2.3 but now fails under 4.0.1 Using Tomcat embedded in JBoss, I want to secure access to a certain set of pages and use the JBoss security system to carry out the authentication. Standard stuff. But, as well as going

Re: Problems using same port for several services (even with different IP / hostname)

2002-01-10 Thread Tom Drake
Oops! I missed the statement about multiple IP address, sorry. However, instructions for setting this up may be found here: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/in-process-howto.html - Original Message - From: chris brown [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

RE: Securing access to pages

2002-01-10 Thread Mike Curwen
How about placing a flag in the session, which every JSP (or hopefully your controller servlet) checks for first. If it finds the flag (say loggedIn) then it continues processing. If it doesn't, it redirects to the login servlet. The login servlet would then place the loggedIn flag into the

RE: Problems using same port for several services (even with different IP / hostname)

2002-01-10 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
Chris, what is your server port set to e.g. Server port=11085 shutdown=SHUTDOWN debug=1 if you run your http connector on 80, this value would have to be something other 80 Also, does the user under which the tomcat service runs have sufficient privledge to listen on a port 1024? Jeff

RE: Problems with TOMCAT_HOME during installation

2002-01-10 Thread Tomas Nilsson
I have tried that as well... but it doesn't make a difference. I actually managed to get Tomcat to run as a Service under NT... but I am still experience the same problems as before when starting it manually. I would appreciate any input! Cheers, Tomas - Message from Larry Isaacs

Re: Uninstalling Tomcat as a service

2002-01-10 Thread lmarcus
By the way I am using Tomcat 4.0.1. How do you install it as a service on Win2k? Thanks LMarcus - Original Message - From: Frank Diakovasilis [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 11:26 AM Subject: RE: Uninstalling Tomcat as a

RE: Problems using same port for several services (even with different IP / hostname)

2002-01-10 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
Chris, one more question. What is the host name specified in the engine element associated with the Tomcat Server in server.xml? Is it truly the host name for the ip address you had set up for Tomcat? Jeff -Original Message- From: chris brown [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: extending webapp from WebdavServlet

2002-01-10 Thread Marcelo Demestri
The $CATALINA_HOME/server/lib/ is for all classes and resources required to implement Tomcat 4 itself. Try in $CATALINA_HOME/lib/ . According with the documentation, this is the place to put classes and resources that you wish to share across ALL web applications For more information,

RE: Problems using same port for several services (even with diff erent IP / hostname)

2002-01-10 Thread Jolet, John
the problem he has is not the port, it's restricting which IP address tomcat is listening to. -Original Message- From: PELOQUIN,JEFFREY (Non-HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 11:30 AM To: 'Tomcat Users List' Subject: RE: Problems using same port

A good profiler for Tomcat

2002-01-10 Thread Darrell Esau
Hello everyone, Does anyone have any expierence with profilers that work with Tomcat? I'm looking for a good one that I can use to find memory leaks. I've installed OptimizeIt but it slows the JVM down significantly, almost to the point of unusable. Can anyone recommend a good profiler (or

Loading classes dynamically fails

2002-01-10 Thread Pelle Poluha
Hello! I have an applet which sends an object to a servlet through serialization. In the servlet, the object is executed and the result sent back to the applet. Sounds simple enough. What's complicating things is that the object's class is not known at design time and is loaded dynamically by

Re: JSP Escape character problem - PLEASE HELP

2002-01-10 Thread Micael Padraig Og mac Grene
At 05:27 PM 1/10/02 +0100, you wrote: Hi, Exactly this code works perfectly fine in JRun! It seems like the parser could not handle the escaped quotation mark in the document.write() method. Could anybody help? I am currently working with Tomcat 4.0.1. I have downloaded the binaries only (for

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Jonathan C. Detert
* Craig R. McClanahan [EMAIL PROTECTED] [020109 16:15]: On Wed, 9 Jan 2002, Jonathan C. Detert wrote: [snip] For more info, see the Host page in: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ I like this choice. I followed the directions in the above URL, and

Help with TLS

2002-01-10 Thread Vivek Agarwal
Hi, I enabled SSL/TLS on Tomcat 4.0 after installing JSSE 1.0.2. I could successfully see the page http://localhost:8443/. Then I tried connecting to the tomcat server using a URL Connection class from a Java client (I set the appropriate ssl input stream handler system property required by

Auto starting Tomcat during boot?

2002-01-10 Thread Nelson Yip
Hi, I've just installed Tomcat 4.0.1 on my Red Hat 7.2 Linux box. Everything works fine but Tomcat won't auto start after a reboot. I added a symbolic link to the Catalina.sh file in my rc3.d level. ln -s /usr/local/bin/tomcat/bin/Catalina.sh S99tomcat Am I doing something wrong? Thanks

Re: Different results between TC3/TC4 with HTC (DHTML behavior) files andIE

2002-01-10 Thread RSEQUEIRA
chris brown [EMAIL PROTECTED] on 01/10/2002 08:57:53 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: Different results between TC3/TC4 with HTC (DHTML behavior) files and IE I think you need to define a MIME

tomcat startup script (AW: Auto starting Tomcat during boot?)

2002-01-10 Thread Michael Weissenbacher
i've already mailed this before. this is a tomcat startup/shutdown/control script. place it in /etc/init.d and place a symbolic link S99tomcat to it under /etc/inid.d/rc3.d (and probably rc5.d if you start graphical) for startup and a symbolic link K99tomcat for stopping tomcat on shutdown. don't

Question about login backdoor

2002-01-10 Thread jerry . fang
Hi, there, I have an application running on Tomcat which will be exposed to both Internet and Intranet users. I've configured a realm for the Internet users. For intranet users, I don't want to manage a user list. A second application will used to authenticate users and do a pass-through

RE: tomcat startup script (AW: Auto starting Tomcat during boot?)

2002-01-10 Thread Nelson Yip
I was wondering why you can't just add a symbolic link in the rc3.d point to Catalina.sh, startup.sh or shutdown.sh. I tried linking those files but it still doesn't work after I restarted the server? But I will give your script a try. Thanks Nelson -Original Message- From: Michael

Re: tomcat startup script (AW: Auto starting Tomcat during boot?)

2002-01-10 Thread Cavan Morris
catalina.sh worked fine for me. I think that I may have had to add the path to tomcat to the script though. - Original Message - From: Nelson Yip [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 11:52 AM Subject: RE: tomcat startup script

Re: Question about login backdoor

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 13:45:27 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Question about login backdoor Hi, there, I have an application running on Tomcat which will be

Vectors? Why does this not work?

2002-01-10 Thread Rick Roberts
Why does this simple example not work? I am using Tomcat 3.3 and JDK 1.3.1_01 and Redhat Linux 7.2 Thanks, == // SimpleClass.java // A Simple Class public class SimpleClass extends Object{ private static String last_name; private static String first_name; private static

RE: Vectors? Why does this not work?

2002-01-10 Thread Randy Layman
First, you should take this question to another forum since this one is about the Tomcat Servlet Container. Second, you probably need to do some basic Java learning since this. Third, you are using static variables to hold your names. Randy -Original

AW: tomcat startup script (AW: Auto starting Tomcat during boot?)

2002-01-10 Thread Michael Weissenbacher
well it should work but if you can avoid it, don't run a program as root. also my script has a function to wait for the server to successfully stop before the next start. i had problems with machines shutting down and killing tomcat before it did all of it's clean up (which may be important,

Re: Vectors? Why does this not work?

2002-01-10 Thread Matt Egyhazy
it looks like your code is working just fine to me, its doing exactly what you wrote it to do. i suggest reading an introductory java book, the wrox java2 book is ok. and this is not the mailing list for these types of questions. matt - Original Message - From: Rick Roberts [EMAIL

Re: Vectors? Why does this not work?

2002-01-10 Thread Ed Sesek
Rick, You are declaring the fields last_name, first_name, and middle_name as static so there is only one instance of each of those for your SimpleClass (no matter how many objects of type SimpleClass you create). Ed Rick Roberts wrote: Why does this simple example not work? I am using

RE: Question about login backdoor

2002-01-10 Thread jerry . fang
Good idea! But I want to have role set as well. Is there a equivalent set method for role? Thanks for the response! -Jerry -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 2:47 PM To: Tomcat Users List Subject: Re: Question

Re: Vectors? Why does this not work?

2002-01-10 Thread Rick Roberts
First, you should take this question to another forum since this one is about the Tomcat Servlet Container. I'm actually building a bean for a Tomcat JSP app that I am working on. I presented the code this way to simplify my description of the problem. Second, you probably need to do some

Re: Vectors? Why does this not work?

2002-01-10 Thread Darrell Esau
On Thursday 10 January 2002 01:14 pm, you wrote: Basically: 1. I'm an idiot. 2. And you quickly pointed that out. 3. I'm grateful. Heheheheh.. don't be too hard on youself.. it wasn't all _that_ obvious. :) -- Darrell Esau Software Engineer, Sun Microsystems NetAdmin Development -- To

RE: Question about login backdoor

2002-01-10 Thread jerry . fang
Does tomcat allow multiple realms? If the first realm fails to authenticate, the next one will be used. If that is true, probably, I can implement a customized realm as the backdoor. -Jerry Fang -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Documentation - Class Loader Info

2002-01-10 Thread Samarth_Kumar
All, My apologies if this email is not appropriate for this list. While going through the documentation for configuring Tomcat 4.0.1, I came across a couple of discrepancies: In the document for Class Loader Info, I noticed that under Class Loader Definitions - System section mentions the

RE: Question about login backdoor

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 15:09:33 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Question about login backdoor Good idea! But I want to have role set as well. Is there a

ServletResponseWrapperInclude.getOutputStream

2002-01-10 Thread Todd Kaplinger
Hello List, I am currently working with Tomcat 4.0 and am encountering a problem with the following... jsp:include page=someServlet flush=true/ where someServlet is attaining an OutputStream instead of the standard PrintWriter. By reviewing the source code, I see that with the jsp 1.2

RE: Question about login backdoor

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 15:35:51 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Question about login backdoor Does tomcat allow multiple realms? If the first realm fails to

RE: Question about login backdoor

2002-01-10 Thread jerry . fang
Cool! I love Tomcat! What about in Tomcat 3? (We are using 3.2.2 in production right now.) Thank you, Craig! -Jerry -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 4:03 PM To: Tomcat Users List Subject: RE: Question about

Re: Documentation - Class Loader Info

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 16:36:12 -0500 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Documentation - Class Loader Info All, My apologies if this email is not appropriate for this list.

RE: Question about login backdoor

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 16:11:55 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Question about login backdoor Cool! I love Tomcat! Me too :-). What about in Tomcat 3? (We are

Re: ServletResponseWrapperInclude.getOutputStream

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002, Todd Kaplinger wrote: Date: Thu, 10 Jan 2002 17:01:50 -0500 From: Todd Kaplinger [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ServletResponseWrapperInclude.getOutputStream Hello List, I am

Re: A good profiler for Tomcat

2002-01-10 Thread Huy Tran
I'm using JProbe. It also have similar problem as the OptimizeIt, but I can select specific package or class to look for memory leak. If anyone knows of a better tool, please share with us. HT Darrell Esau wrote: Hello everyone, Does anyone have any expierence with profilers that work with

Re: Servlet Compilation Error

2002-01-10 Thread David J. Hamilton
you might want to try putting the servletXYZ.jar file in your jdk/jre/lib/ext directory --David - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 03:02 PM Subject: Servlet Compilation Error import java.io.*; import

Re: TC4.01: custom Authenticator

2002-01-10 Thread Dan Kha
Hi again Craig, So I've followed the cookbook way to do my custom Authenticator and it does not seem to work, even if I use the exact code from for example FormAuthenticator.java. I'm testing it by changing a working web.xml file for the protected example

functions???

2002-01-10 Thread Fred Lankovic
can i make functions into mi jsp code? sample % public String reserve() { } % i really don't know 'cause i get errors with that _ Do You Yahoo!? ¿Quieres armar tu própia página Web pero no sabes HTML? Usa los asistentes de

Re: functions???

2002-01-10 Thread David J. Hamilton
yes %! public String myfunc() { } % note the %! syntax, instead of % - Original Message - From: Fred Lankovic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 03:25 PM Subject: functions??? can i make functions into mi jsp code? sample % public String

  1   2   >