RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread neal
Actually, I always thought this was a requirement anyway. I mean it makes perfect sense that you have an index.html or index.jsp as a default page for any given directory ... including the root directory. So, I would actually expect that sort of behavior. I think you're right - this is how

RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread Noel J. Bergman
I've deployed an app using Tomcat Standalone (www.hotel.us) and while there have been several issues that were a little less than obvious, I have found a solution to every single one of them and am overall pretty satisfied with tomcat. but this one little thing would force me to have to go to

Re: Solaris Authentication

2003-01-09 Thread John Holman
If the Solaris usernames and passwords are held in an LDAP directory you should be able to use the JNDI Realm. You would need to supplement the Solaris user info with role information in the same directory. I don't know of a documented method for connecting to other approaches (e.g. local

Evaluating jsp inside java

2003-01-09 Thread Rami Ojares
Hi I am building tag reevaluate which takes it's bodycontent and evaluates it as jsp. Ex. reevaluate getSomeDataThatHappensToBeArbitratyJSPWithTagsAndAll / /reevaluate So in doEndTag() I get the body content and would like to have a method like this String Jasper.evaluate(String

Not retrieving home made trusted certificates

2003-01-09 Thread Christophe Sebille
Hi, The aim is to use a server ( Tomcat ) to authenticate web users thanks to their certificate. I've imported with keytool trusted certificates made by OpenSsl when Iuse -list option I have for each certificate a 'trustedCertEntry' indication ( the CA certificate have been imported with

RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread Turner, John
I would disagree 100%. You're assuming that priority one for any commercial use of Tomcat is maximizing search engine placement for a given URL. I would be surprised if, out of all the people using Tomcat in a commercial situation, that was priority one for more than .1% or so. We're selling

Virtual hosting and mod_jk

2003-01-09 Thread Andreas Hirner
Hello, I have successfully integrated tomcat (4.0.6) with apache (1.3.26) on linux and I am able to access a single virtual host (e.g. myapplication) located in the tomcat/webapps/myapplication directory using a url like that: http://www.mydomain.com/myapplication/index.jsp However I would like

RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread Ralph Einfeldt
Me too. Especially if the solution is sooo simple: Just submit the url with the path to the welcome file to the searchenengines and most of them will be happy with that. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 11:32 AM To:

RE: Help with Tomcat 4.1 installation please?

2003-01-09 Thread Turner, John
Looks like you have something else on that port, probably Tomcat itself. Perhaps my Windows XP HOWTO can help (you can ignore the sections on Installing Apache and Installing JK) and just use the section on installing Tomcat. http://www.johnturner.com/howto John -Original Message-

Re: HTTPS to HTTP

2003-01-09 Thread John Holman
Ralph Einfeldt wrote: Anybody who can listen to your traffic, can hijack a session. He just has to create a request with the same sessionid (either as cookie or in the url). So after you go back from https to http you open the session to an attacker. The risks that are involved with that,

Resource issues

2003-01-09 Thread David Durst
I am going through the JNDI Datasource example and attempting to apply it to my situation. here is the following config in my server.xml Resource name=jdbc/mydb auth=Container type=javax.sql.Datasource/ ResourceParams name=jdbc/mydb

Re: Repost: Can't connect to a running network-enabled mysql serveron localhost

2003-01-09 Thread John
On Thu, 2003-01-09 at 11:58, Mark Eggers wrote: If memory serves my correctly, 4.0.3 was a problem child for a number of reasons. Can you move up to 4.0.6 and see if that helps with the problem? Sorry to be not of much help. I was going to say check your host and user tables in mysql,

Re: HTTPS to HTTP

2003-01-09 Thread David Hemingway
Thats is my exact situation. The sysadmin section of teh site is 100% https. but the on the user side there is nothing that sensitive and little harm they could be cause stealing someones session. It would not be worth going to the trouble of stealing the session for the benefit you would get.

RE: HTTPS to HTTP

2003-01-09 Thread Ralph Einfeldt
I don't think that performance is a reason to keep the session after a switch because in the most applications the amount of protocol switches is quite small when compared to the total number of requests within one protocol. -Original Message- From: John Holman [mailto:[EMAIL

RE: HTTPS to HTTP

2003-01-09 Thread Ralph Einfeldt
But be aware that quite simple changes in the configuration of tomcat can lead to big security holes. Guess what happens if you or somebody else someday decides to switch from basic authentification to form authentifcation and the sysadmin visits the user side and somebody steals the

Minumum jk2 configuration

2003-01-09 Thread Steve Slatcher
More of an attempt to be helpful to others rather than a request for help, but I'd be interested in hearing any comments Despite what you can read in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/confighowto.html my experience with jk2 (v2.043) was that I needed these lines in my

RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread neal
Its *not* that simple. Pagerank (guaging inbound links from other sites) would need to all be coordinated to point to that specifc file. This would be very difficult. PR is the most significant factor in SERPs on most modern engines and if a good inbound link was to point to your base URL (which

RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread neal
I'm not presuming its priority #1 always, but yes I am presuming it is a very high priority ... but ... 80% of web traffic comes from search engines. Unless you're one you've got a major print and media advertising budget how else do you drive traffic? I suppose there are other possible scenarios

bug with tomcat 4.1.18

2003-01-09 Thread Ben Jessel
I've noticed a bug when setting up tomcat 4.1.18 via the administration console. It creates XML in server.xml which includes the parameter digest= ( if no digest is specified ). Tomcat actually tries to create a digester class with the zero length'd string. Delete this parameter out of you

RE: Resource issues

2003-01-09 Thread Roberts, Eric
Hi, Question 1: Is your jar containing org.prostgresql.Driver in common/lib? Question 2: Is your resource defined in a Context or as a GlobalNaming Resource? Question 3: Version of Tomcat? Attached is a small servlet which you can use to find out what is happening. Regards Eric

Problem with oracle CLOB and connection pooling

2003-01-09 Thread Andrea . Ferrando
Hi all I've got a problem reading oracle.sql.CLOB with connection pooling of tomcat. The Connection c is given by tomcat connectio pooling and work well with everything, but if I try to read a CLOB field it gives me a cast exception. Here it is java code of reading table class : ...

RE: WEBL Deployment

2003-01-09 Thread Reynir Hübner
Try posting to tomcat-user (not tomcat-dev) Try reading the manual at http://jakarta.apache.org/tomcat/ -Original Message- From: kamlesh thakur [mailto:[EMAIL PROTECTED]] Sent: 9. janúar 2003 11:19 To: [EMAIL PROTECTED] Subject: WEBL Deployment Sir, I am using your

Re: why doesn't tomcat see my correct keystore?

2003-01-09 Thread Rasputin
* Rob Lagana [EMAIL PROTECTED] [0108 23:08]: I found out that tomcat was looking at the .keystore default... However I specified in the server.xml file the below and tomcat just ignores it. Parameter Name=keystore Value=C:/keystore/newstore / I'd try putting the path relative to

Re: HTTPS to HTTP

2003-01-09 Thread John Holman
Yes, that is clearly a risk. The *whole* web application needs have no risks in order to allow http access to any of it - any sensitive link and it must all be https. (And of course if SSO is enabled *all* web applications for the virtual host must be considered safe). Otherwise I'm not

Re: Log on Tomcat

2003-01-09 Thread Lindomar
Ok, thanks!! I'll try this. - Original Message - From: John Bullock [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 16:14 Subject: RE: Log on Tomcat Ohhh... I see what the question was now... *doh* I thought he was asking how to

RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread Turner, John
Bascially, this all goes away with about 60 minutes of work with Apache and a connector, assuming, based on what you've posted before, one site/domain name, and a relatively simple Tomcat Context/webapp configuration. Frankly, you are asking (begging?) for trouble if you are going to run Tomcat

Re: Installation woes

2003-01-09 Thread Nathan McMinn
Unfortunately, when you run the bat file, it opens another terminal window, that closes when tomcat exits. And since it doesn't start up all the way, there aren't even any log files to check. - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent:

[OFF-TOPIC] RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread Turner, John
I'd love to see a cite for 80% of web traffic comes from search engines. I've worked on plenty of high-traffic public websites in my day, and have never, ever found that to be the case. If anything, more traffic comes from portals such as Yahoo, AOL, and MSN than anywhere else, and by that I

Re: Installation woes

2003-01-09 Thread Nathan McMinn
Thanks! - Original Message - From: Larry Meadors [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 4:27 PM Subject: Re: Installation woes Go to the $CATALINA_HOME/bin directory and run catalina run The terminal will stay after it dies. Larry [EMAIL

Error redirecting

2003-01-09 Thread Felipe Schnack
Anyone has problems under tomcat 4.1.18? I just downloaded its RPMs, but something strange is happening. I have a taglib that at some point do a response.sendRedirect() and then returns SKIP_PAGE... for some reason the page still gets processed, and because of this I get

Startup Error

2003-01-09 Thread Nathan McMinn
First, thanks to everyone for all the help. I just have one more question. When starting tomcat (4.1.18 on win xp, jdk 1.4.1_01). I receive this error message: WebappClassLoader: validateJarFile(C:\TomcatTest\webapps\wwxchange\WEB-INF\lib\s ervlet.jar) - jar not loaded. See Servlet Spec 2.3,

RE: why doesn't tomcat see my correct keystore?

2003-01-09 Thread Donie Kelly
In Tomcat 4.0.4 I have the following Connector className=org.apache.catalina.connector.http.HttpConnector address=192.168.1.4 port=443 enableLookups=true scheme=https secure=true Factory className=org.apache.catalina.net.SSLServerSocketFactory

RE: Startup Error

2003-01-09 Thread Donie Kelly
Try removing the servlet.jar from you WEB-INF/lib directory as it's already in the tomcat/common/lib directory Donie -Original Message- From: Nathan McMinn [mailto:[EMAIL PROTECTED]] Sent: 09 January 2003 13:47 To: Tomcat Users List Subject: Startup Error First, thanks to everyone for

iPlanet 6.0 / Tomcat 4.1.18 / W2k

2003-01-09 Thread Pipho Matt
We are trying to run Tomcat 4.1.18 as our servlet runner with iPlanet 6.0 as the web server on a Windows 2000 server. We have iPlanet and Tomcat running successfully independently of each other. We now would like to have iPlanet forward the servlet requests to Tomcat. The problem we are having

Re: Servlet Mapping Strategy w/ user-specific URLs

2003-01-09 Thread Jeffrey Winter
At 01:48 PM 1/8/2003, you wrote: So you're talking about using the sorts of Filters available as of the Servlet 2.3 spec? That actually sounds promising, I'll take a look at it. Yep. Okay, one question about this: in the Filter, I'd parse the url and determine which servlet should be the

Re: Servlet Mapping Strategy w/ user-specific URLs

2003-01-09 Thread Jeffrey Winter
Depends upon your point of view. Mine is different from those I've seen in reply to your inquiry so far. If I can do something declaratively in Apache, I do it. If I am going to write code, I put do it in Tomcat. Apache is a world-class web server. Tomcat is an application (Servlet/JSP)

Re: Virtual hosting and mod_jk

2003-01-09 Thread Eric Ricker
Alias myapplications /your/path/here/tomcat/webapps/myapplications slap that in your httpd.conf and you should be happy. -- Eric Ricker [EMAIL PROTECTED] - Original Message - From: Andreas Hirner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 09, 2003

Connection Pool problem with virtual hosts

2003-01-09 Thread Nate Drake
Hi, I'm having trouble when attempting to access a JDBC connection pool when using a virtual host. I have a servlet that is set to load on startup (ie. load-on-startup1/load-on-startup in web.xml), this servlet attempts to get a pool connection to read some configuration options from the

RE: Tomcat oddities

2003-01-09 Thread Korneyev,Alex
Hello Subir Sengupta , If you are suspecting GC problem, you can always run the app thru any number of analyze tools, ( OptimizeIt ) for example. If the reason for freeze up is GC, then you have a much bigger issue on your hands. B/c that is a lot of objects :) You might want to consider

JSP source

2003-01-09 Thread Deepa Raja
Hi I want to do some reporting that is to be called by a cron job. I do not want to use a reporting tool. Can use JSP * to talk to the database * fetch the relevant details * format the details as a report * fetch the HTML source of the generated report *

RE: HELP, PLEASE! Tomcat creates too many threads!

2003-01-09 Thread Joao Filipe Placido
Hi, When using SingleThreadModel in the servlets, old tomcat threads never die, and new threads are created for each request, so I have to restart tomcat once in a while. I'm using linux and JDK 1.4.1 with Tomcat 4.1.12. Anyone knows how to make old threads get killed? Thank you. Joao Filipe

RE: JSP source

2003-01-09 Thread Turner, John
If you combine #3 and #4, your problem is solved. Format the details as a report...how would you format them if not HTML? All you have to do is stream the HTML into a buffer, then send that out as the body of a message. You'll want to set the ContentType on your message to HTML. You could do

Unexpected reload of MainServlet

2003-01-09 Thread Matt Jackson
In the middle of a fairly busy day in terms of site activity, our MainServlet was destroyed and reinitialised unexpectedly. We have not experienced any other strange Tomcat behaviour almost a year of continuous use and this is our first 'glitch'. We are using Tomcat 3.2.4 on Suse 7.1. Does

RE: Unexpected reload of MainServlet

2003-01-09 Thread Shapira, Yoav
Hi, The servlet container is free to destroy and reinitialize servlets, including load-on-startup servlets. Tomcat doesn't normally do this, however. Could it be you had enough usage to run our of memory, thereby forcing an aggressive GC? If you're running with verbose:gc, you'd see an

Re: DTD for server.xml??

2003-01-09 Thread Martin Jacobson
Craig R. McClanahan wrote: On Wed, 8 Jan 2003, Turner, John wrote: Date: Wed, 8 Jan 2003 11:31:16 -0500 From: Turner, John [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: DTD for server.xml?? Hello - I notice that the top

RE: JSP source

2003-01-09 Thread Deepa Raja
Hi John With JSP it is like a template and I need not worry about placing the content within the template. that is the only reason for me to use a JSP. We have some applications already running Apache - Tomcat and adding a JSP is not going to be difficult Also with JSP I can alter the format

RE: JSP source

2003-01-09 Thread Bodycombe, Andrew
Fetching the HTML is straightforward. Just create a URL connection and read the data from the stream. You could try the following: 1. Implement your report as a JSP or Servlet 2. Write an email component that acts as a client to this servlet which a) opens a URL connection to your servlet

RE: Tomcat 4.1.18 jsp import and include error

2003-01-09 Thread Hongsong Zhou
I can not use TestData without an import even it is in the default package. [EMAIL PROTECTED] 01/09/03 01:08AM with package : %@ page import=testPackage.TestData % is ok but without package : %@ page import=TestData % you get exception. See

Re: Help with Tomcat 4.1 installation please?

2003-01-09 Thread Mark
Thank you Peng. You were correct. Tomcat was already running, having started automatically upon bootup. Now I will be unsubscribing from the list. Thanks again. Mark Steere [EMAIL PROTECTED] Are you installing tomcat from a exe ? If so you may have already started tomcat from the service,

RE: JSP source

2003-01-09 Thread Turner, John
Exactly. Something like java.net.URLConnection.getContent(), I believe. John -Original Message- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 10:48 AM To: 'Tomcat Users List' Subject: RE: JSP source Fetching the HTML is straightforward.

[ Resolved ] Not retrieving home made trusted certificates

2003-01-09 Thread Christophe Sebille
To add the home-made CaCertificate I used keytool without specifying the cacerts file from %JRE%\lid\security directory so keytool added it to %USER_PROFILE%\.keystore and Tomcat use this file to retrieve keys and not cacerts. Adding explicitly the filename to cacerts, it works

RE: Connection Pool problem with virtual hosts

2003-01-09 Thread Roberts, Eric
Hi, Try using the GlobalNamingResource element instead of the Context element, then put a ResourceLink to that resource in each Host element. If the resource is defined in either Context or GlobalNamingResource in server.xml , there is no need to include any reference to it in web.xml as a

RE: Java Bean Scope questions (a lengthy one)

2003-01-09 Thread Denise Mangano
Bill, Let me see if I understand this correctly. You are correct. I use formBean throughout various pages, so I understand the need for session scope. However, when I call CCSubmit.jsp, this is the last page of my webapp so I think request scope for transaction is appropriate(?). It is not

Handle Page Exceptions (Bug?) with Tomcat 4.1.x

2003-01-09 Thread Brandon Cruz
When we get an error with a jsp file, in many instances, a completely useless message is returned. The message returned is ... javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:533) at

How to specify a name for a content beeing served by s servlet

2003-01-09 Thread Cédric Viaud
Hi, i would like to know if it is possible to indicate in the HTTP header of a response a name for a ressource. Let be a little clearer. I got a controler servlet wich map all request with *.do. I check the URL use the name before the .do to know the command. For exemple, if the request is

RE: How to specify a name for a content beeing served by s servlet

2003-01-09 Thread Ralph Einfeldt
You are looking at the wrong spec :} It part of the mime standard: http://www.nacs.uci.edu/indiv/ehood/MIME/rfc2183.txt You need to set a header Content-Disposition with the value of filename=somefile.ext; -Original Message- From: Cédric Viaud [mailto:[EMAIL PROTECTED]] Sent:

Re: How to specify a name for a content beeing served by s servlet

2003-01-09 Thread Jason Pyeron
Cédric, You could write something like this, as we have done. /some-path/getbyidservice/93847572934/foo-filename.jpg We have done this in Perl, and will be attacking this in servlets 1st week February. This allows the browser to cache (if allowed by headers) and to have the

How do I set a default servlet?

2003-01-09 Thread JStanczak
I would like to setup my servlet server to point anyone that accesses the default url to be sent to a certain servlet. For example if someone typed http://localhost/ then it would take them right to http://localhost/servlet/myservlet . I'm guessing this is done through the web.xml in the conf

Re: iPlanet 6.0 / Tomcat 4.1.18 / W2k

2003-01-09 Thread John P. Dodge
You are probably going need to compile it yourself from the source. I have compiled it on Solaris and it is pretty simple, but I don't know about Win32. On Thu, 9 Jan 2003, Pipho Matt wrote: We are trying to run Tomcat 4.1.18 as our servlet runner with iPlanet 6.0 as the web server on a

RE: How to specify a name for a content beeing served by s servlet[off-toppic]

2003-01-09 Thread Jason Pyeron
yea, i agree but not all [dumb?] browsers respect it. -jason pyeron On Thu, 9 Jan 2003, Ralph Einfeldt wrote: You are looking at the wrong spec :} It part of the mime standard: http://www.nacs.uci.edu/indiv/ehood/MIME/rfc2183.txt You need to set a header Content-Disposition with the value of

reading forms

2003-01-09 Thread Peter Choe
is there a way to specify the order of the parameters are read from a form in a servlet? it seems that if i do request.getParameterNames() there is no logic to which parameters are read first. Peter Choe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

JSP Scripting variables null

2003-01-09 Thread Ted Haynes
Tomcat 4.1.10 Red Hat Linux Advanced Server release 2.1AS/i686 (Pensacola) I am using TagExtraInfo with my JSP Custom tags to make scripting variables available within my jsp pages. I have the variables defined as VariableInfo.AT_BEGIN in the class that extends TagExtraInfo. But within my custom

RE: reading forms

2003-01-09 Thread Ricardo_Bosch
the logic probably has to do with what order the browser decides to send. rickb -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 11:40 AM To: [EMAIL PROTECTED] Subject: reading forms is there a way to specify the order of the parameters

Re: reading forms

2003-01-09 Thread Jason Pyeron
for lack of a better description the names are radmonized. This is because they are in a hash. if you need them in a given order, you may want to number them. ex: form input name=field_00_id/ input name=field_01_fname/ input name=field_99_memo/ input name=field_50_authnum/ /form

Reverse logic in uriworkermap...

2003-01-09 Thread Evans, Michael
-Original Message- From: Evans, Michael Sent: 09 January 2003 16:57 To: '[EMAIL PROTECTED]' Subject: I'm trying to use the (infamous) isapi_redirect.dll and I'm a bit stuck with a customised uriworkermap.properties My goal is to have: everything

Ftp Using Tomcat 4

2003-01-09 Thread Shah, Sanjay
Hello: Does somebody know how to use Tomcat as a FTP server? I am trying to have some jsp/servlet program to be used by clients to download files from our site. Is there any utility already out there? Sanjay Shah Manager, Web Production Engineering Banking Brokerage Thomson Financial

Re: reading forms

2003-01-09 Thread Peter Choe
thanks for the information. i was just trying to write a generic servlet to read in any forms and email or print the results to the users. Peter Choe At 11:54 AM 1/9/2003, Jason Pyeron wrote: for lack of a better description the names are radmonized. This is because they are in a hash. if

Re: Startup Error

2003-01-09 Thread Nathan McMinn
DOH! thanks - Original Message - From: Donie Kelly [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 7:41 AM Subject: RE: Startup Error Try removing the servlet.jar from you WEB-INF/lib directory as it's already in the tomcat/common/lib

Problem accessing user ID if Apache used to auithenticate

2003-01-09 Thread Steve Slatcher
So I have Apache 2 passing on requests to Tomcat 4.1 using jk2. I can get Apache to authenicate URLs that are forwarded to Tomcat, but the user ID seems to get lost in the process so I cannot access it from my JSPs. I have noticed a few references to this in various forums but no resolution. I

RE: Tomcat 4.1.18 jsp import and include error

2003-01-09 Thread Noel J. Bergman
I can not use TestData without an import even it is in the default package. OK, let me be clearer. Consider the following trivial code: - nopackage.java: //package inpackage; public class nopackage { public String s; public nopackage(String

Re: JDBCRealm

2003-01-09 Thread Rob Abernethy IV
Clear-text password: tomcat java org.apache.catalina.RealmBase -a MD5 tomcat 1b359d8753858b55befa0441067aaed3 select passwd from pg_shadow where usename='tomcat' md5efcc1c51a80be13b59cdb96d758a0184 md5sum -t tomcat 042d39e062dd4bf342e088dc832526f9 String password = tomcat; byte[] md_password

Re: reading forms

2003-01-09 Thread Dan Lipofsky
for lack of a better description the names are radmonized. This is because they are in a hash. if you need them in a given order, you may want to number them. If it is a GET request you can do request.getQueryString() and parse the query string by hand. A bit painful and it doesn't work for

RE: Virtual hosting and mod_jk

2003-01-09 Thread Noel J. Bergman
and I am able to access a single virtual host (e.g. myapplication) located in the tomcat/webapps/myapplication directory using a url like that: http://www.mydomain.com/myapplication/index.jsp However I would like to be able to access the files in that directory without using the path

Re: Virtual hosting and mod_jk

2003-01-09 Thread Andoni
It is definitely not necessary to rename the .war file to ROOT. There is no special significance in that name. Andoni. - Original Message - From: Noel J. Bergman [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 5:32 PM Subject: RE: Virtual

Tomcat4.1.x under JDK1.3 vs JDK1.4

2003-01-09 Thread Shrotriya, Sumit
Hi All, Are there any differences in using Tomcat4.1.x running under JDK1.3 and under JDK1.4. If any please do let me know. Thanks, ~Sumit -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: HTTPS to HTTP

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, John Holman wrote: Date: Thu, 09 Jan 2003 12:56:16 + From: John Holman [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: HTTPS to HTTP Yes, that is clearly a risk. The *whole* web application needs

Re: HTTPS to HTTP

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, John Holman wrote: Date: Thu, 09 Jan 2003 12:58:19 + From: John Holman [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: HTTPS to HTTP Ralph Einfeldt wrote: I don't think that performance is a

RE: Tomcat4.1.x under JDK1.3 vs JDK1.4

2003-01-09 Thread Shah, Sanjay
If you are using SSL than JDK1.4 has required jsse classes within the package, for jdk-1.3.1 you will require to install it saparately. Also, JDK1.4 do not support green threads in case you need it. -Original Message- From: Shrotriya, Sumit [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: Virtual hosting and mod_jk

2003-01-09 Thread Noel J. Bergman
The default docBase for is webapps/ROOT/, which is why this: !-- Context path= docBase=ROOT debug=0/ -- still happens even though it is commented out. One can either replace the contents of ROOT/, or uncomment and modify that Context element. Did he mention that he

RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, neal wrote: Date: Thu, 9 Jan 2003 03:54:05 -0800 From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: RewriteRules and Standalone Tomcat I'm not presuming its priority #1 always, but yes I am

RE: HTTPS to HTTP

2003-01-09 Thread Shah, Sanjay
Hello Craig: I was reading one of your post in tomcat user archive regarding implementation of FTP protocol under Catalina. One of my requirement is exactly the same. In my case the FTP security and processing needs to be managed on a per customer basis, however this tends to be closely

RE: [OFF-TOPIC] RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread neal
You're comparing apples and oranges .. and pears (staying with the analogies ;-)). A high profile site of course does not need the engines to the same extent as a small site. Additionally, a small site with a mature link base (100s or 1000s of grade A links) will not recieve as much traffic from

Re: Evaluating jsp inside java

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Rami Ojares wrote: Date: Thu, 9 Jan 2003 12:06:16 +0200 From: Rami Ojares [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Evaluating jsp inside java Hi I am building tag reevaluate which takes it's bodycontent and

Re: Servlet Mapping Strategy w/ user-specific URLs

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Jeffrey Winter wrote: Date: Thu, 9 Jan 2003 09:35:09 -0500 From: Jeffrey Winter [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Servlet Mapping Strategy w/ user-specific URLs At 01:48 PM 1/8/2003,

RE: HELP, PLEASE! Tomcat creates too many threads!

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Joao Filipe Placido wrote: Date: Thu, 9 Jan 2003 14:58:02 - From: Joao Filipe Placido [EMAIL PROTECTED] To: 'Craig R. McClanahan' [EMAIL PROTECTED], 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: HELP, PLEASE! Tomcat creates too many threads! Hi, When

Re: DTD for server.xml??

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Martin Jacobson wrote: Date: Thu, 09 Jan 2003 16:06:27 +0100 From: Martin Jacobson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: DTD for server.xml?? Craig R. McClanahan wrote: On Wed, 8 Jan

Re: iPlanet 6.0 / Tomcat 4.1.18 / W2k

2003-01-09 Thread Charles Baker
--- John P. Dodge [EMAIL PROTECTED] wrote: You are probably going need to compile it yourself from the source. I have compiled it on Solaris and it is pretty simple, but I don't know about Win32. On Thu, 9 Jan 2003, Pipho Matt wrote: We are trying to run Tomcat 4.1.18 as our servlet

Re: How to specify a name for a content beeing served by s servlet

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Cédric Viaud wrote: Date: Thu, 9 Jan 2003 17:24:24 +0100 From: Cédric Viaud [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat users [EMAIL PROTECTED] Subject: How to specify a name for a content beeing served by s servlet Hi, i would like to

Re: reading forms

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Peter Choe wrote: Date: Thu, 09 Jan 2003 11:40:19 -0500 From: Peter Choe [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: reading forms is there a way to specify the order of the parameters are read from a form in a

RE: Unexpected reload of MainServlet

2003-01-09 Thread Matt Jackson
Thanks, This seems to be the only option, although I am puzzled why the Tomcat container would release the reference to the servlet. Surely the point of being loaded on Tomcat startup is that servlet object is kept in continuous reference for the life cycle of the Tomcat instance - thereby never

RE: HTTPS to HTTP

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Shah, Sanjay wrote: Date: Thu, 9 Jan 2003 13:02:32 -0500 From: Shah, Sanjay [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Cc: 'Craig R. McClanahan' [EMAIL PROTECTED] Subject: RE: HTTPS to HTTP Hello Craig: I was reading one of your post in tomcat user

RE: HTTPS to HTTP

2003-01-09 Thread Shrotriya, Sumit
Craig, I agree with you 100% but there can be a simple solution to the problem that you just raised..and that is that a new session id is created and mapped in some table when moving from https--http this way user B can not get access to the admin page. ~Sumit On Thu, 9 Jan 2003, John

RE: HTTPS to HTTP

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Shrotriya, Sumit wrote: Date: Thu, 9 Jan 2003 12:45:20 -0600 From: Shrotriya, Sumit [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: HTTPS to HTTP Craig, I agree with you 100% but there can be a

RE: Unexpected reload of MainServlet

2003-01-09 Thread Shapira, Yoav
Hi, Surely the point of being loaded on Tomcat startup is that servlet object is kept in continuous reference for the life cycle of the Tomcat instance - thereby never being garbage collected. Absolutely not. That's neither the letter nor the spirit of the spec. It is, however, a fairly common

FTP and Tomcat

2003-01-09 Thread Shah, Sanjay
Craig, Thanks. What do you mean by standard FTP server? Is that a separate from Tomcat? If so, which FTP server did you use? Is it possible to integrate that ftp server to tomcat? I am trying to give secure ftp access to clients after their authentication. And I am trying to use tomcat as

RE: Unexpected reload of MainServlet

2003-01-09 Thread Matt Jackson
Thanks for the clarification. Matt -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: 09 January 2003 18:50 To: Tomcat Users List Subject: RE: Unexpected reload of MainServlet Hi, Surely the point of being loaded on Tomcat startup is that servlet object is kept in

Tomcat w/Apache Question

2003-01-09 Thread Wilson, Allen
Has anyone successfully configured Tomcat to with with Apache using the AJP connector. I am presently trying to set up the connectors with Apache 1.3.20 and everything was going find until I tried to do the portion for configuring mod_jk.so with the Apache version. I received several errors in

Re: Tomcat w/Apache Question

2003-01-09 Thread Lajos Moczar
Allen - I have some guides on my site, http://www.galatea.com/flashguides, the describe the details of Apache-Tomcat integration. Let me know if they help. Regards, Lajos Wilson, Allen wrote: Has anyone successfully configured Tomcat to with with Apache using the AJP connector. I am

tomcat 4.1.12 :: connection refused :: missing ContextManager ...

2003-01-09 Thread João Luiz de Brito Macaíba
Hi, I'm running tomcat 4.1.12 in FreeBSD 4.7. Looking inside server.xml I cannot find ContextManager neither a explicit bind to 8080. Since I installed I am not able to get http://localhost:8080. All I get is a connection refused message. Does anyone have any idea ?

Problems Starting Server

2003-01-09 Thread Scott Purcell
Hello, I have a new box that I am configuring. I installed java jdk1.3.1_06 and set JAVA_HOME to C:\jdk1.3.1_06. and set the path to its existance. I can call java or javac and all is happy. Then I downloaded jakarta-tomcat-4.0.6 on D:\ I unzipped the application and set my path to its lib.

  1   2   >