Re: Is there a solution to: jsessionid is ignored in a meta refresh?

2002-12-03 Thread Bill Barker
I've since changed my app that I used for the suggestion to not use meta-refresh. When it was working for me, I was using mod_jk 1.1.0 (the one that ships with Tomcat 3.3.x), with: JkOptions ForwardURICompat The reason for this is that at the time I was only using TC 3.3. This will send to Tomca

Problems with Jk2

2002-12-03 Thread Theodore A. Jencks
Hi All, I'm having a problem getting mod_jk2 to work properly. I've read the docs and unless I don't understand something everything should be working fine. Here are my config files: Apache: LoadModule jk2_module lib/apache/mod_jk2.so (Apache starts and runs fine) w

Re: VIRTUAL HOST CONFIGURATION

2002-12-03 Thread karthikeyan.balasubramanian
Hi David Brown, Thanks for your kind reply. Let me explore further on Warp, if things didnt go well can I have your snippets of httpd.conf and server.xml file and some explanation on how to host lots of domain in different directory /home/userhomedirectory and some optimization tips. Thank

Re: SocketException

2002-12-03 Thread maninder s batth
netstat -a -p should do it , if you are from unix world.download nmap for windows . that will give you process and port information just use keywords nmap for windows in google and ull get it Ram Kochhar wrote: Hi, I just installed the tomcat and have not done anything except to try to run star

Re: The page cannot be displayed, HTTP 500 - Internal server error

2002-12-03 Thread Nikola Milutinovic
Tomislav Miladinovic wrote: Hi, After so many tries to get Tomcat 4.1.12 works (get home page) I am still experiencing error (after browsing http://localhost:8080). I try change Catalina port to 80 (server.xml) but no difference. The page cannot be displayed, HTTP 500 - Internal server error I

RE: Memory usage?

2002-12-03 Thread Schnitzer, Jeff
Ah, yes, of course - the oracle oci drivers have a native code component. Yuck. Thanks! Jeff Schnitzer [EMAIL PROTECTED] The Sims Online > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 11:00 PM > To: Tomcat Users List > Subjec

Re: datasource setup

2002-12-03 Thread maninder s batth
i will pass onto you what i learnt from Craig, and its check common-dbcp implementation . you will be able to set up your cloudscape pretty soon. i just finished making some changes to my datasource class and factory class and it works fine with tomcat. Took me few hours, YMMV , but i learnt few

RE: Memory usage?

2002-12-03 Thread mike.roberts
you using JDBC? Head of Operations AsiaPac elata Level 30 6 Battery Road Singapore 049909 Office : +65 65509723 Mobile : +65 91117814 Fax: +65 65509725 [EMAIL PROTECTED] http://www.elata.com This e-mail is intended solely for the above mentioned recipient(s) and it may contain confidential in

Memory usage?

2002-12-03 Thread Schnitzer, Jeff
This is probably a more general java question: My long-running Tomcat processes become huge. I have the max heap set to -Xmx512m, yet after a day or so the virtual size of java reaches upwards of 2GB, and the resident size sometimes exceeds 1GB. Shouldn't I get OutOfMemoryErrors sooner? If it's

RE: Can't start tomcat

2002-12-03 Thread work
that is correct. I found this problem a year back with soap impl. I used to quadruple the default and this seemed to work. Head of Operations AsiaPac elata Level 30 6 Battery Road Singapore 049909 Office : +65 65509723 Mobile : +65 91117814 Fax: +65 65509725 [EMAIL PROTECTED] http://www.elata

RE: Can't start tomcat

2002-12-03 Thread Tref Gare
I think it runs something like this.. but I'm running on vague cobweb memories Right click the title of your Dos window.. go to properties and adjust the environment memory dedicated to that window. Sorry I can't be clearer -- Tref Gare De

Datasource

2002-12-03 Thread work
Can anyone tell me if cloudscape (with j2ee) can in fact be used as a jndi-datasource? with tomcat4.0.6 Head of Operations AsiaPac elata Level 30 6 Battery Road Singapore 049909 Office : +65 65509723 Mobile : +65 91117814 Fax: +65 65509725 [EMAIL PROTECTED] http://www.elata.com This e-mail is

datasource setup

2002-12-03 Thread work
Hi , Does anyone have a working cloudscape Datasource setup with tc 4.0.x ? If so could you share the server.xml with me as I get an unable to create resource error on ctx.lookup Any help with a cloudscape DS would really be apreciated. Mike -- To unsubscrib

Re: Filters don't affect request dispatcher forward

2002-12-03 Thread Craig R. McClanahan
On 3 Dec 2002, Alexander Wallace wrote: > Date: 03 Dec 2002 21:42:54 +0100 > From: Alexander Wallace <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Filters don't affect request dispatcher forward > > I have one ext

Re: Can't start tomcat

2002-12-03 Thread Peng Tuck Kwok
Can't remmember the exact command but if you do a google search for "Out of environment space" should bring a lot of relevant hits. That's how I found the solution. Don't forget to restart your machine. Aleks Kleyn wrote: I also followed this recommendation because I had similar problem. When I s

Re: SocketException

2002-12-03 Thread Ram Kochhar
Hi, I just installed the tomcat and have not done anything except to try to run start.bat. My operating system is windows 98. How do I found out about the port or another process. I also installed microsoft network protocal so that TCP/IP is installed but it did not help. Tomcat version 4.

RE: Tomcat BOOK List Request

2002-12-03 Thread Ron Day
Are you sure a book will help ! -Original Message- From: Steve R Burrus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 5:14 PM To: [EMAIL PROTECTED] Subject: Tomcat BOOK List Request Hello, as Micael wanted me to do, I am making a formal request of the group of any and all

Re: Can't start tomcat

2002-12-03 Thread Aleks Kleyn
I also followed this recommendation because I had similar problem. When I started startup.bat it responded me Out of environment space So this is problem:how I can extend environment space in windows NT? Aleks Kleyn http://www.geocities.com/aleks_kleyn - Original Message - From: "Yandell Ca

Re: Filters don't affect request dispatcher forward

2002-12-03 Thread Alexander Wallace
I have one extra question... Asumming one should not switch from https to http for security reasons... How does one handle the situation in which a user should login with a password (that one would like to encrypt so it can't be sniffed)? Should the whole app be run using https? Isn't that too hard

RE: Can Filter-mappings be defined using regular expressions?

2002-12-03 Thread Noel J. Bergman
The Servlet Specification describes allowable mappings, and doesn't describe regex support, which means that it isn't there. You'd have to roll your own, which you could implement with a controlling filter. --- Noel -- To unsubscribe, e-mail: For additional

RE: JSP Last-modified/If-modified-since

2002-12-03 Thread Noel J. Bergman
> 1. java.io.File.lastModified() already returns a long. > Why are you dividing and multiplying by 1000L? Just a hack for some oddity where some client worked better if I discarded the milliseconds portion of the value (while preserving the magnitude). When I searched the web, I found that St

pre-compile, class package and Ant

2002-12-03 Thread hacking bear
Hello, I attempt to use Ant1.5's jspc target to precompile my JSP page for Tomcat. I'm able to successfully compile the JSP into classes. but I found the resulting directory tree is different than that of Tomcat's automatic compilation. In the process of investigation, I found a few issues/ques

Re: Tomcat BOOK List Request

2002-12-03 Thread micael
You should get a lot of them from this: Servlets: Java Servlet Programming, Hunter and Crawford JSP: I learned this the hard way (reading the source code) and never found a book I liked before learning it on my own. Tomcat: Apache- akarta -Tomcat, Goodwill David Ge

Re: Tomcat BOOK List Request

2002-12-03 Thread Paul Campbell
At 06:32 PM 12/3/02 -0500, you wrote: >At 12/3/2002 03:13 PM, you wrote: >> Hello, as Micael wanted me to do, I am making a formal request of the group of > > >1) http://jakarta.apache.org/tomcat/ >2) Core Servlets by Marty Hall >3) Java Servlet Programming by Jason Hunter >4) http://java.sun.com/p

RE: Memory/Performance

2002-12-03 Thread developer
Thanks the reply, you taught me a couple things. My email that is on this list is on my home computer and unfortunately the power has been out on my street all day so I am just reading this now. realize when I say 1 million unique hits I mean unique page visits not unique users, its close but sti

Re: Is there a solution to: jsessionid is ignored in a meta refresh?

2002-12-03 Thread Raiden
Just to give everyone some information I tried Bill's idea to change the ; to a %3b on a different computer (has a newer Redhat o/s, same version of tomcat, a slightly older version of Apache, and possibly a slightly different version of mod_jk), and it worked fine... both when including additi

Re: Tomcat BOOK List Request

2002-12-03 Thread Mark
At 12/3/2002 03:13 PM, you wrote: Hello, as Micael wanted me to do, I am making a formal request of the group of any and all good books on Tomcat technology! I want books specifically on the subject of deploying either JSP's and/or Servlets in the Tomcat container. I have gone WAY TOO DAMN LONG

Re: Can Filter-mappings be defined using regular expressions?

2002-12-03 Thread Craig R. McClanahan
On Tue, 3 Dec 2002, Stephen Riek wrote: > Date: Tue, 3 Dec 2002 23:12:47 + (GMT) > From: Stephen Riek <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Can Filter-mappings be defined using regular expressions? > > >

Tomcat binding to port 80 on wrong IP address on W2K AdvancedServer?

2002-12-03 Thread Thomas Cameron
Howdy all - I have a client who has an app which requires IIS (running on a W2K Advanced Server). Now, they want to add Tomcat for a Java web app which they have developed in-house. No big deal, I assign another IP address to the NIC and tell Tomcat to use that IP address. Unfortunately, now II

RE: SUCCESS w. Tomcat execution!

2002-12-03 Thread Price, Erik
> -Original Message- > From: Jon Eaves [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 1:44 AM > To: Tomcat Users List > Subject: Re: SUCCESS w. Tomcat execution! > > > Seriously Steve, unless you are a sadist and a masochist then > please go and buy a book on Java Servlet

Tomcat BOOK List Request

2002-12-03 Thread Steve R Burrus
Hello, as Micael wanted me to do, I am making a formal request of the group of any and all good books on Tomcat technology! I want books specifically on the subject of deploying either JSP's and/or Servlets in the Tomcat container. I have gone WAY TOO DAMN LONG now with an utter inability to do th

Can Filter-mappings be defined using regular expressions?

2002-12-03 Thread Stephen Riek
There's got to be a better way of writing Filter-mapping than the following, where I want to allow any URL that begins either with: a) /Products/* or b) /<2 characters>/Products/* -->8-- ProductsFilter /Products/* ProductsFilter /en/P

RE: JSP Last-modified/If-modified-since

2002-12-03 Thread Julius Davies
Noel J. Bergman, I was thinking about this same thing recently. I really like what you've done. I just have one concern - your default "getLastModified()" method seems incorrect to me: > protected long getLastModified(HttpServletRequest request) > { > long lm = (new

RE: How to control the cache setting in Tomcat?

2002-12-03 Thread Noel J. Bergman
> For the individual html page, we can turn on/off cache via META or header. > But how can we do for the whole web application. With a filter. --- Noel -- To unsubscribe, e-mail: For additional commands, e-mail:

JSP Last-modified/If-modified-since

2002-12-03 Thread Noel J. Bergman
This seems to be an FAQ item without a good solution, at least that I've noticed on the list. Recently I had to address this myself, moving some sites over to Tomcat. Here is my solution, for critique. First, I subclassed Jasper's HttpJspBase to add the desired behavior: abstract public class L

RE: How to control the cache setting in Tomcat?

2002-12-03 Thread Shapira, Yoav
Hi, >For the individual html page, we can turn on/off cache via META or header. Yup. Meta counts as a header as well. >But how can we do for the whole web application. You have to do it for each page. >In the Apache web server, we can use module mod_expires and mod_headers to >do it. This ju

RE: Help with jsp:includes

2002-12-03 Thread Noel J. Bergman
> I have pages that have the posibility of having 1000+ jsp:include > statements in them. Why? Not to be a smartass, but perhaps there are alternative solutions. --- Noel -- To unsubscribe, e-mail: For additional commands, e-mail:

How to control the cache setting in Tomcat?

2002-12-03 Thread Ma, Yongjie
Hi For the individual html page, we can turn on/off cache via META or header. But how can we do for the whole web application. In the Apache web server, we can use module mod_expires and mod_headers to do it. How about TOMCAT ( I mean standalone tomcat )?? Thanks Yongjie -- To unsubscri

RE: Get the request path from a filter ..

2002-12-03 Thread Shapira, Yoav
Hi, You could check the scheme to be safe, e.g. if("http".equals(request.getScheme())) { // it's HttpServletRequest... } else { // Don't know what to do, pass it on... } Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Eriam Schaffter [mailto:[EMAIL PROTECTED]] >Se

Re: HELP!! Tomcat crashes on me!

2002-12-03 Thread Steve R. Burrus
Hi "Rasputin", lemme "clue you in" to the fact that I HAVE gotten Tomcat 4.1.16 [version] to run successfully/smoothly by now!!! I posted that fact to the newsgroup late last nite, guess that you just haven't seen it yet! And as for me "abusing" other people "please try not to shout abuse at p

Re: Is there a solution to: jsessionid is ignored in a meta refresh?

2002-12-03 Thread Raiden
Hello, This ALMOST seems to work. I can't tell if I'm having a problem with Apache, or it's a problem with Tomcat. ## It works for a URL like: #http://www.myserver.com/%3bjsessionid=BC2DC8F1FACFD95501ED6A2A0BC9F5E2 # ## But, it doesn't seem to work for a URL like: #http://www.myserver.com/login

Re: Get the request path from a filter ..

2002-12-03 Thread Eriam Schaffter
Right .. But in the filter I get a ServletRequest object and not an HttpServletRequest object .. So .. HttpServletRequest HttpRequest = (HttpServletRequest) request; String URI = Requete.getRequestURI(); Thanks .. Eriam Reynir Hübner a écrit: How about request.getRequestURI() ? It should r

Re: Get the request path from a filter ..

2002-12-03 Thread Craig R. McClanahan
On Tue, 3 Dec 2002, Eriam Schaffter wrote: > Date: Tue, 03 Dec 2002 22:12:59 + > From: Eriam Schaffter <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Get the request path from a filter .. > > Hi all .. > > How can I get the request ur

RE: Get the request path from a filter ..

2002-12-03 Thread Reynir Hübner
How about request.getRequestURI() ? It should return you a string with the uri.. Hope it helps -reynir > -Original Message- > From: Eriam Schaffter [mailto:[EMAIL PROTECTED]] > Sent: 3. desember 2002 22:13 > To: [EMAIL PROTECTED] > Subject: Get the request path from a filter .. >

Get the request path from a filter ..

2002-12-03 Thread Eriam Schaffter
Hi all .. How can I get the request uri from a servlet filter .. ? Thanks for any answear .. Eriam Schaffter -- To unsubscribe, e-mail: For additional commands, e-mail:

accents

2002-12-03 Thread Felipe Schnack
Anyone here is a Brazilian user of tomcat and pgsql? I would like to chat off-list with someone about dealing with problems about our portuguese and this combination of applications... -- Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade

Solved: Tomcat and security manager: unexpected java.security.AccessControlException on sun linux cobalt

2002-12-03 Thread your mom
Hi all. We solved the problem with tomcat ignoring all grants for individual user sites. It was a pure RTFM. For every user site, a unique context is created on startup (as seen in tomcat.log on debug level) There is a outcommented line in the server.xml which has to be activated: After activa

Re: javax.servlet.ServletException when starting

2002-12-03 Thread David Mehringer
On Tue, 3 Dec 2002, David Brown wrote: > David Mehringer writes: > > Hello Dave, i have special interest when people named Dave running linux > boxes and tc ask questions so here goes: how do ur jars get to the locatin > under: WEB-INF? how u r generating ur jars? what do the jars do? r the ja

[ANN] Best and Worst Development Practices -- Training in NYC and DC

2002-12-03 Thread John Menke
Increase Your Struts Productivity - Attend the BaseBeans Public Struts Training We have a 11 hour public class in DC and in NYC in January. If you sign up soon the price is $145. The regular price is $275 and it goes up as we approach the date due to capacity planning. This class is taught by

RE: Not getting CSS with XML

2002-12-03 Thread Kris Schneider
Sweet. Glad it worked. Quoting "Caton, Paul" <[EMAIL PROTECTED]>: > That did the trick! Thanks, Kris. > > Paul. > > -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 3:04 PM > To: Tomcat Users List > Subject: RE: Not getting CSS wit

RE: Not getting CSS with XML

2002-12-03 Thread Caton, Paul
That did the trick! Thanks, Kris. Paul. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 3:04 PM To: Tomcat Users List Subject: RE: Not getting CSS with XML ... How 'bout something like: <%@ page contentType="text/xml" %> <%@ include

Re: Newbie: Infos about Windows NT Authentication

2002-12-03 Thread micael
You might be better off looking at the NT documentation than Tomcat documentation. The way environmental variables, etc. are set on NT is an NT matter. At 06:39 PM 12/3/2002 +0100, you wrote: Hello, where can I get basic-information about Windows NT Authentication and Tomcat. I read the Tomcat

Tomcat Server Password Expiration

2002-12-03 Thread Zakeri, Moe
Hi, I have a question I thought you are the right person to ask. I would want to redirect users or do something else so when a password expires (from Oracle database), the login.jsp page will ask users to enter their new password after 120 days their old password has been set up. Do I have to

Re: javax.servlet.ServletException when starting

2002-12-03 Thread David Brown
David Mehringer writes: I have a (valid) jar file in the WEB-INF/lib directory of one of my web apps. Threre are other jar files in the same directory which seem to load fine on startup, but when loading this one, there is some error which I don't understand (snippets from trace below from th

RE: Not getting CSS with XML

2002-12-03 Thread Kris Schneider
Actually, I'm confused as to why you'd ever use a scriptlet for setting the content type in a JSP. In addition, the default content type is already text/html, so setting it explicitly seems redundant. The output's actually supposed to be XML, right? How 'bout something like: <%@ page contentType="

RE: Not getting CSS with XML

2002-12-03 Thread Caton, Paul
Ah ha! Thanks, Julius - that got rid of the server error. But I'm still back with the lack of CSS. The logs aren't helping either, except negatively. That is, when I access mary2.jsp (which simply includes mary.html)the localhost_access_log shows: "Get /acsam/mary2.jsp HTTP 1.1" 200 358 "Get /

Re: TC 4.1.12 auto re-deploy...revisited

2002-12-03 Thread Mark
At 12/3/2002 01:19 PM, you wrote: Mark writes: At 12/3/2002 09:09 AM, you wrote: Mark writes: I have an expanded-war app where it will initially auto-deploy (ie. expand the directories under /webapps), but not able to get it to hot redeploy after changes are made. By 'hot', I mean automatical

RE: Not getting CSS with XML

2002-12-03 Thread Julius Davies
Paul Caton, The error message your getting is because of the fact that "response.setContentType()" doesn't return anything. You used "<%= %>" in your jsp, which needs an Object or a primitive inbewteen those brackets. Your jsp is then going to call toString() on that Object (or just blithely

Re: TC 4.1.12 auto re-deploy...revisited

2002-12-03 Thread David Brown
Mark writes: At 12/3/2002 09:09 AM, you wrote: Mark writes: I have an expanded-war app where it will initially auto-deploy (ie. expand the directories under /webapps), but not able to get it to hot redeploy after changes are made. By 'hot', I mean automatically have a new.war file re-expande

RE: Reading wanted.

2002-12-03 Thread Turner, John
#1: jakarta.apache.org/tomcat John > -Original Message- > From: Triptpal Singh Lamba [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 1:56 PM > To: Tomcat Users List > Subject: Reading wanted. > > > Hi all. > > Can someone direct me to the following two things please...

RE: Reading wanted.

2002-12-03 Thread Reynir Hübner
For general java/j2ee : Try www.javalobby.org and the www.theserverside.com For tomcat: guess that has to be http://jakarta.apache.org/tomcat > -Original Message- > From: Triptpal Singh Lamba [mailto:[EMAIL PROTECTED]] > Sent: 3. desember 2002 18:56 > To: Tomcat Users List > Subject

Reading wanted.

2002-12-03 Thread Triptpal Singh Lamba
Hi all. Can someone direct me to the following two things please... 1. The most exhaustive online, free resource for Tomcat documentation 2. Whats the best newsletter to keep in touch with the J2EE World updates. Like we have IEEE software for SE, Dr Dobb blah blah, but whats a good one for j2e

RE: Not getting CSS with XML

2002-12-03 Thread Caton, Paul
Okay, I put the Java expression first so that now the JSP file looks like this: <%= response.setContentType("text/html;charset=UTF-8") %><%@ include file="mary.xml" %> After I recompiled and tried to access the page I got this error message: > org.apache.jasper.JasperException: Unable to co

Re: SUCCESS w. Tomcat execution!

2002-12-03 Thread David Brown
micael writes: Congratulations, "even" from me. ///;-). Would you like a small list of books that will give you the inside scoop on this sort of technology? I think that it would serve the list well if you asked for the same under a "Subject" of Tomcat Book List, and people could make their

Re: Newbie: Infos about Windows NT Authentication

2002-12-03 Thread David Brown
Jasper Dammann writes: Hello, where can I get basic-information about Windows NT Authentication and Tomcat. I read the Tomcat Documentation JNDI-Resource HOW-TO and REALM HOW-TO, but I didn’t understand for example how to configure the Windows NT Server to run Tomcat with Windows NT Authenticatio

Re: TC 4.1.12 auto re-deploy...revisited

2002-12-03 Thread Mark
At 12/3/2002 09:09 AM, you wrote: Mark writes: I have an expanded-war app where it will initially auto-deploy (ie. expand the directories under /webapps), but not able to get it to hot redeploy after changes are made. By 'hot', I mean automatically have a new.war file re-expanded without resta

Tomcat and JMX

2002-12-03 Thread Jay Wright
I was trying to find information regarding tomcat and jmx, but was unable to do so. I'm particularly interested in knowing if tomcat is jmx 1.0 or 1.1 compliant. And if it differs from tomcat 4.x to 5.x. I'd appreciate either a link or a faq or (preferably) someone with firsthand knowledge...

Re: VIRTUAL HOST CONFIGURATION

2002-12-03 Thread David Brown
karthikeyan.balasubramanian writes: Hi All, I have sucessfully integarated Apache with Tomcat using WarpConnecter. But how do i go about from here to implement lots of Virtual Host for our clients. I need to setup atleast 5 virtual hosts. I couldnt actually figure a way to host 5 real dom

Struts-Console-3.1 causes windows to reboot ???

2002-12-03 Thread Ron Day
Anyone else see this strange behavior. downloaded Struts-console-3.1 to c:\ double click console.bat or run command line... windows shuts down, then reboots. Win 2000 sp3 jdk 1.4.1 anyone, or is my machine cookoo -- To unsubscribe, e-mail: For additional c

Tomcat 4.1.12 startup speed

2002-12-03 Thread Brandon Cruz
I have recently upgraded about 200 virtual hosts from tomcat 3.2.4 to tomcat 4.1.12 and noticed that it takes much longer to start the server. Tomcat 4.1.12 seems to print out quite a bit of information about each virtual host and context that it is creating, which may be causing the long startup

Help needed for threading

2002-12-03 Thread bm
Hi Here is config : Am using the ajp13 connector between apache(2.34) and tomcat 4.0.3 under window 2000 server. Am using the scope as 'application' in all JSP files. Here is settings : I have minimum processor as 20 in server.xml and the maximum processor as 100 for ajp13 Here is issue : T

javax.servlet.ServletException when starting

2002-12-03 Thread David Mehringer
I have a (valid) jar file in the WEB-INF/lib directory of one of my web apps. Threre are other jar files in the same directory which seem to load fine on startup, but when loading this one, there is some error which I don't understand (snippets from trace below from the log). I'm running tomc

Concurrent Connection Limits

2002-12-03 Thread Johnson, Garrett
Ladies and Gentlemen: I need to know: Are there limits, ASIDE from those imposed by Apache HTTPD / Tomcat, imposed by WINDOWS 2000 on the number of concurrent connections it can accept? I'm running my application on Win2K Pro, but am afraid once it goes live I'll have to upgrade to Win2K Server.

The page cannot be displayed, HTTP 500 - Internal server error

2002-12-03 Thread Tomislav Miladinovic
Hi, After so many tries to get Tomcat 4.1.12 works (get home page) I am still experiencing error (after browsing http://localhost:8080). I try change Catalina port to 80 (server.xml) but no difference. The page cannot be displayed, HTTP 500 - Internal server error I didn't have this error wit

RE: Problem downloading binary files, please help.

2002-12-03 Thread Vy Ho
Thank you very much for helping. I was speculating on something like this, but didn't know if it's true. If you have time, please point me to some where easy to find info on how to do this (since you did the same thing before). Again, thank you very much for the help. On Tue, 3 Dec 2002, Cox,

Need help

2002-12-03 Thread Avinash Prasad
Hi, I configured the tomcat with IIS (in process) on windows 2000 professional. Its working fine for JSP , I want to execute ASP page from the same directory where I putted my jsp file. Like /webapps/jsp/hello.jsp-This is working fine /webapps/jsp/hello.asp---its not working.

Newbie: Infos about Windows NT Authentication

2002-12-03 Thread Jasper Dammann
Hello, where can I get basic-information about Windows NT Authentication and Tomcat. I read the Tomcat Documentation JNDI-Resource HOW-TO and REALM HOW-TO, but I didn’t understand for example how to configure the Windows NT Server to run Tomcat with Windows NT Authentication … thanks for help, Jas

RE: Need help with Tomcat!

2002-12-03 Thread Turner, John
Because there is more to adding a directory to Tomcat than just throwing a Context tag into server.xml. Did you create a web.xml file? Is your DefaultContext configured correctly? Do you have the right directory structure under /test (it should mirror the directory structure under /examples)?

Re: Filters don't affect request dispatcher forward

2002-12-03 Thread Alexander Wallace
Ok, thankyou for the advice, I will do that then. What i was trying to do is actually what you are telling me i shouldn't. Again, thanks! On Tue, 2002-12-03 at 11:20, Craig R. McClanahan wrote: > > > On 3 Dec 2002, Alexander Wallace wrote: > > > Date: 03 Dec 2002 10:21:19 -0600 > > From: Alexa

Re: Need help with Tomcat!

2002-12-03 Thread Roland Dong
Thanks for your reply. However, it follows the example included in Tomcat And examples works but test doesn't! Why? Roland On 12/3/02 11:27 AM, "Fenlason, Josh" <[EMAIL PROTECTED]> wrote: > Try changing the docBase attribute to the full path to the test directory. > > -- > To unsubscribe, e

RE: Need help with Tomcat!

2002-12-03 Thread Fenlason, Josh
Try changing the docBase attribute to the full path to the test directory. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: SUCCESS w. Tomcat execution!

2002-12-03 Thread micael
Congratulations, "even" from me. ///;-). Would you like a small list of books that will give you the inside scoop on this sort of technology? I think that it would serve the list well if you asked for the same under a "Subject" of Tomcat Book List, and people could make their recommendations

Re: TC 4.1.12 auto re-deploy problem/confusion

2002-12-03 Thread Craig R. McClanahan
On Tue, 3 Dec 2002, Mark wrote: > Date: Tue, 03 Dec 2002 10:07:29 -0500 > From: Mark <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: TC 4.1.12 auto re-deploy problem/confusion > > I have an expanded-war app where it will initially auto-dep

Need help with Tomcat!

2002-12-03 Thread Roland Dong
I managed to install Tomcat 4.1.12 on Mac os X 1.2 However I was unable to run my applications. I am testing the tomcat by add test directory under webapps with only one file, index.html, in it. I restarted the server and typin http://localhost:8090/test/index.html. It gives me an error: "The

Re: Filters don't affect request dispatcher forward

2002-12-03 Thread Craig R. McClanahan
On 3 Dec 2002, Alexander Wallace wrote: > Date: 03 Dec 2002 10:21:19 -0600 > From: Alexander Wallace <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Filters don't affect request dispatcher forward > > Hey I love tha

RE: Not getting CSS with XML

2002-12-03 Thread Cox, Charlie
that should work. Make sure you have it *before* your include and before any whitespace in your jsp. Also look in the logs for errors. You may want to use AccessLogValve(to log requests) to see if the css is requested with the wrong path. Charlie > -Original Message- > From: Caton, Pau

Re: Filters don't affect request dispatcher forward

2002-12-03 Thread Craig R. McClanahan
On Mon, 2 Dec 2002, Bill Barker wrote: > Date: Mon, 2 Dec 2002 23:50:08 -0800 > From: Bill Barker <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Filters don't affect request dispatcher forward > > > "Craig R. McClanahan" <[EMAIL PROTE

Tomcat and IIS

2002-12-03 Thread Schultz, Cecilia
Hi, I installed Tomcat 3.3.1, win2K server with IIS I followed the IIS HowTo and did all the additional IIS setup to have IIS redirect jsp/servlets to tomcat (started tomcat with jkconf option, generated the isapi_redirect.properties files in conf/auto, created Jakarta virtual directory on

Re: Tomcat and security manager: unexpected java.security.AccessControlException on sun linux cobalt

2002-12-03 Thread J.P.Jarolim
Hi - thanks for the answer; I found the following line in the description for java.io.FilePermission indicating that i could have a serious problem in understanding english (nosarkasm): >A pathname that ends with "/-" indicates (recursively) all files and subdirectories contained in that director

Re: query

2002-12-03 Thread Martin Jacobson
faisal shabbir wrote: Hi, I have just implemented ssl on tomcat4.0 by using jsse. Now on running my application i found that ssl is working on all of the pages. Problem is that i want ssl to work on the pages that contains sensitive information. How can i turn ON and OFF ssl on jsp pages.

Re: Filters don't affect request dispatcher forward

2002-12-03 Thread Alexander Wallace
Hey I love that! Thanks, let me try it! Now, with this solution, I figure i can't fore stuff that doesn't match the "to be secured" pattern to go over http and not https if it is requested, right? I still can live with that, but it would sure be cool.. Thanks! On Mon, 2002-12-02 at 19:31, Craig

RE: Not getting CSS with XML

2002-12-03 Thread Caton, Paul
Charlie, A colleague suggested I try adding this to the JSP: response.setContentType("text/html;charset=UTF-8") but it made no difference. Is there another way you know of I could try? Paul. -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December

Re: Tomcat and security manager: unexpected java.security.AccessControlExceptionon sun linux cobalt

2002-12-03 Thread Jeanfrancois Arcand
J.P.Jarolim wrote: Hi! I've been working on this since beginnig last week together with a friend and can't find a clue: My friend owns a sun cobalt with linux, apache and tomcat. The system seems to be ready to use for providers - there is a config utility to add new user sites with a lot of

Re: help! authentication problem

2002-12-03 Thread Nathan Pitts
thanks a bunch, craigyou got me pointed in the right direction! working fine, now --nathan On Monday, December 2, 2002, at 07:39 PM, Craig R. McClanahan wrote: See below. On Mon, 2 Dec 2002, Nathan Pitts wrote: Date: Mon, 2 Dec 2002 19:08:42 -0600 From: Nathan Pitts <[EMAIL PROTE

RE: VIRTUAL HOST CONFIGURATION

2002-12-03 Thread Turner, John
http://www.codesta.com/knowledge/technical/tomcat_warp_apache/index.jsp FYI - WARP is deprecated, or at least no longer actively developed. If you want to be guaranteed support in the future, you might want to consider moving to JK/JK2. John > -Original Message- > From: karthikeyan.bal

Re: Access denied... to /tmp !?

2002-12-03 Thread Jeanfrancois Arcand
Simon Brooke wrote: On Monday 02 Dec 2002 5:01 pm, Jeanfrancois Arcand wrote: That's the proper behaviour. By default, a web application is only able to read under the context under which it was deployed. If you want to grant access to the /tmp !*be carefull*!, add the following in your cata

RE: How to connect to a Data-File above the WEB-INF-Folder from a servlet????

2002-12-03 Thread Shapira, Yoav
Howdy, You want to be careful when running executables from your servlet (and from a web server in general). You're opening up security holes there. >From your servlet, assuming the file is at "/home/myname/myprogram": String execPath = "/home/myname/myprogram"; Runtime runtime = Runtime.getRun

VIRTUAL HOST CONFIGURATION

2002-12-03 Thread karthikeyan.balasubramanian
Hi All, I have sucessfully integarated Apache with Tomcat using WarpConnecter. But how do i go about from here to implement lots of Virtual Host for our clients. I need to setup atleast 5 virtual hosts. I couldnt actually figure a way to host 5 real domains with JSP and Servlet support.

Re: How to connect to a Data-File above the WEB-INF-Folder from aservlet????

2002-12-03 Thread Patrick Kosiol
Howdy ;-) thx 4 ur help, this it is what I wanted. But there is also another Question. I have a ".exe-file" that I want to start out of the servlet. Of course with some paramteters and one of my data-files as one of the parameters. Is that possible? And how do I do that? If that works and the

cloudscape datasource

2002-12-03 Thread work
hi, I am trying very hard to get a clouscape datasource up and running using tomcat 4.0.6. Ive put the jars into common lib have added the server.xml context elements. have the web.xml res elements but get Namingexception cannot create resource instance.

  1   2   >