FW: My very first servlet cannot be run

2005-01-28 Thread Van Den Bemt, Patrick \(P.\)
Hi there, I have got an issue running a very first servlet on tomcat5. The valid Servlet code for Log4jTester : package test; public class Log4jTester { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { } } The

ThreadPool logFull ERROR

2005-01-28 Thread fan lianjie
i USE tomcat 5.54. 2005-1-28 15:59:42 org.apache.tomcat.util.threads.ThreadPool logFull : All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status -- MSN:[EMAIL PROTECTED] QQ:29967409 -

RE: Trouble with XSL transforms with JSP

2005-01-28 Thread Pawson, David
-Original Message- From: [EMAIL PROTECTED] I decided to start with something I know about, so I am attempting to transform an XML document to an HTML page via JSP. For a sanity check, I have downloaded O'Reilly's source code from JavaServer Pages, 3rd

Precompiling JSP problem

2005-01-28 Thread William Sundberg
I am trying to precompile the JSP files but recive the following error when building: No public execute() in class org.apache.jasper.JspC My buildfile is basicly the same as the Tomcat example build http://jakarta.apache.org/tomcat/tomcat-5.0-doc/printer/jasper-howto.htm l I am using Ant from

Re: ThreadPool logFull ERROR

2005-01-28 Thread Remy Maucherat
On Fri, 28 Jan 2005 16:14:10 +0800, fan lianjie [EMAIL PROTECTED] wrote: i USE tomcat 5.54. 2005-1-28 15:59:42 org.apache.tomcat.util.threads.ThreadPool logFull : All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status Did you try out what it

Tomcat 5.5.4 oveload CPU

2005-01-28 Thread Yuval Zantkeren
Hi, I run 3 Instance of Tomcat 5.5.4 on one server with Windows 2003 and every few days the servers stack on 30% CPU usage each and they take 100% of the CPU of the server, I must restart the services in order to free the CPU. Does anyone have any idea why it is happening? Yuval

RE: Tomcat 5.5.4 oveload CPU

2005-01-28 Thread Dale, Matt
Do you have enough physical memory to support the size that your JVM's grow to? Ta Matt -Original Message- From: Yuval Zantkeren [mailto:[EMAIL PROTECTED] Sent: 28 January 2005 09:25 To: tomcat-user@jakarta.apache.org Subject: Tomcat 5.5.4 oveload CPU Hi, I run 3 Instance of Tomcat

maximum body size in http request

2005-01-28 Thread Sven Pfeiffer
Hi list, I am using jakarta Slide inside a JBoss3.2.3/Tomcat4.1. Now I encounteres a problem. I tried to PUT files larger then 2 GB to the webdav-server. There was a Problem inside Slide because they read the content-length from the request as an int, and so a filesize larger then 2 GB

Re: Precompiling JSP problem

2005-01-28 Thread Marcus Beyer
William Sundberg schrieb: I am trying to precompile the JSP files but recive the following error when building: No public execute() in class org.apache.jasper.JspC My buildfile is basicly the same as the Tomcat example build http://jakarta.apache.org/tomcat/tomcat-5.0-doc/printer/jasper-howto.htm

tomcat caching problem

2005-01-28 Thread [EMAIL PROTECTED]
Hi all I geerate in a Struts Action servlet a file that I want to open directly in a new browser. I give tomcat the right url and the file is properly generated. But tomcat does not see it. after shoutdown and restart Tomcat start to see the file.That's for sure not what I want. Actually I've

Re: Tomcat 5.5.4 oveload CPU

2005-01-28 Thread Yuval Zantkeren
Hi, I have 2GB memory on the server, Is it enough? Yuval - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, January 28, 2005 11:29 AM Subject: RE: Tomcat 5.5.4 oveload CPU Do you have enough physical memory to

A very odd stdout logging thing happened ...

2005-01-28 Thread Allistair Crossley
Hi List, Well, Tomcat 5.5.5 has been chugging away nicely for some time on 2 servers. Some time ago however I noticed a difference between them that I cannot explain. The servers have identical configuration in terms of tomcat. But the STDOUT files on the test instance are dated, e.g

JK / JK2 and IIS6 Authentication Problem solved

2005-01-28 Thread Robert Oschwald
Hi all, everyone who isn't able to access the manager / admin applications (access denied message) or try to use basic auth with IIS6 and Tomcat 4.x / 5.x should read further. We had exactly this problem while using the jk2 isapi redirector. HOW TO SOLVE: - use the JK ISAPI-Redirector,

SystemThreadList.java update?

2005-01-28 Thread Bob Feretich
There is a June 2002 mail thread that discusses How to list all Threads in the JVM?. It includes a handy Java class that is supposed to return all sorts of information on these threads. But, the class does not seem to examine the entire ThreadGroup tree. The constructor creates an ArrayList of

Re: rowset.jar can't find properties

2005-01-28 Thread Alexander Wöhrer
Finally I found the solution with the help of the following link: http://forum.java.sun.com/thread.jspa?threadID=444943tstart=15 The error occured only in Tomcat because the System.getProperties().getProperty(user.country) got set to AT instead of US as in my standalone application. Cheers,

Stack traces are not in stdout.log

2005-01-28 Thread Mr Mert Nuhoglu
Hi, I use Tomcat 5.5. I read the logging documentation of Tomcat. It says that, stack traces of exceptions will write to the logs/stdout.log file. But this doesn't happen in my configuration. I configured log4j for Tomcat. Thus Tomcat produces and writes the logs to the logs/tomcat.txt. But the

RE: Precompiling JSP problem

2005-01-28 Thread William Sundberg
When I open jasper-compiler.jar and look in JspC.class with Jbuilder it look ok: public void execute() throws JasperException { } But it still don't compile, any Ideer? -Original Message- From: Marcus Beyer [mailto:[EMAIL PROTECTED] Sent: den 28 januari 2005 10:44 To: Tomcat Users

Re: JK, Session Replication/Clustering, SSL and failover in Tomcat 5

2005-01-28 Thread Peter Rossbach
That true, I add the JvmRouteBinderValve to the codebase to switch the Session to other node after failure. It works with Tomcat 5.5.5 Config: a) Add Valve at your conf/Catalina/localhost/context.xml.default or context.xml Context Valve

Re: Oracle JDBC

2005-01-28 Thread Nathan Aaron
I already had one setup: Context displayName=My Application docBase=/opt/application/appname path=/appname workDir=work/Catalina/localhost/appname /Context Nathan [EMAIL PROTECTED] wrote: You may have to deploy an appname.xml file under the /conf/catalina/localhost directory. In the file put

[OT]File size with DOS batch commands

2005-01-28 Thread Srinivas Rao Ch
Hi, Can somebody help me in finding the size of a file (and last modified date also)with DOS batch commands only? Regards, Srinivas

Re: Basic Authentication Window

2005-01-28 Thread Larry Meadors
If you are using basic authentication, that is out of your control - the browser will resend the authentication with every request. I does not care at all about your session. I think your simplest solution is to switch to form-based authentication. Larry On Thu, 27 Jan 2005 19:58:16 -0800

RE: [OT]File size with DOS batch commands

2005-01-28 Thread William Sundberg
Try with: C:\dir /N Or try: C:\help dir -Original Message- From: Srinivas Rao Ch [mailto:[EMAIL PROTECTED] Sent: den 28 januari 2005 14:12 To: Tomcat Users List Subject: [OT]File size with DOS batch commands Hi, Can somebody help me in finding the size of a file (and last

catalina.out

2005-01-28 Thread Edao Aliye
Hi all, Is there any way i can tell tomcat to limit the file catalina.out in $CATALINA_HOME/logs to for example 2MB in Tomcat 5.5.4?? Please help! Thanks in advance

RE: IIS, Tomcat and NTLM Authentication

2005-01-28 Thread Sue Roe
Thanks Allistair. Your blog was very interesting I had in fact already found it. I think we should probably upgrade here so I will be sure to read it when we do. Since posting this query I have in fact found a fix, typical! I explored the contents of the Authorisation header and noted that

tomcat caching problem

2005-01-28 Thread [EMAIL PROTECTED]
Hi all I geerate in a Struts Action servlet a file that I want to open directly in a new browser. I give tomcat the right url and the file is properly generated. But tomcat does not see it. after shoutdown and restart Tomcat start to see the file.That's for sure not what I want. Actually I've

RE: JK, Session Replication/Clustering, SSL and failover in Tomcat 5

2005-01-28 Thread Richard Mixon (qwest)
Peter Rossbach wrote: That true, I add the JvmRouteBinderValve to the codebase to switch the Session to other node after failure. It works with Tomcat 5.5.5 Config: a) Add Valve at your conf/Catalina/localhost/context.xml.default or context.xml Context Valve

RE: catalina.out

2005-01-28 Thread Richard Mixon (qwest)
Edao Aliye wrote: Hi all, Is there any way i can tell tomcat to limit the file catalina.out in $CATALINA_HOME/logs to for example 2MB in Tomcat 5.5.4?? Please help! Thanks in advance It's in the 5.5 documentation how to limit log size and to rotate:

AW: catalina.out

2005-01-28 Thread Edao Aliye
Hi Richared, The problem I have ist not localhost_log That works pretty good. Hier ist my configuration: ++ more log4j.properties log4j.rootLogger=info, R log4j.appender.R=org.apache.log4j.RollingFileAppender log4j.appender.R.File=${CATALINA_HOME}/logs/tomcat.log

RE: My very first servlet cannot be run

2005-01-28 Thread Cervenka, Tom
Change ACTION=/test.Log4jTester to ACTION=/log4j -Original Message- From: Van Den Bemt, Patrick (P.) [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 2:08 AM To: tomcat-user@jakarta.apache.org Subject: FW: My very first servlet cannot be run Hi there, I have got an issue

Re: Invoker workaround on AIX

2005-01-28 Thread Parsons Technical Services
The different jvm can be a real headache. Even the same jvm on different platforms can be a pain. And you have both! I think it will work but I work on Win and Linux so I can't swear to it. I know it's the normal way to do it. Let us know if you need anything more. Doug Ben wrote: I will try

problem in JSP compilation

2005-01-28 Thread xand
Hi all, My application was working fine with Tomcat 5.0.19, after an upgrade to 5.0.28 version this morning I got the following error when trying to compile JSP page. 1430:08,794 (Compiler.java:407) ERROR Error compiling file:

Re: Invoker workaround on AIX

2005-01-28 Thread Flaffer
Let me float the problem by you. Maybe I am overlooking something in the config. We have a hard coded URI that goes /servlet/com.bo.hsal.HSALServlet?foo (it is in 3rd party software that we do not have the source for). With the invoker taken out, any call to /servlet fails because it cannot find a

Re: Precompiling JSP problem

2005-01-28 Thread Marcus Beyer
William Sundberg schrieb: When I open jasper-compiler.jar and look in JspC.class with Jbuilder it look ok: public void execute() throws JasperException { } But it still don't compile, any Ideer? Let me have a look at your ant target. Marcus

[OT] Advertising website

2005-01-28 Thread t t
Hi, Does anyone know a easy and cheap (even free) way to advertise a website? Thanks. T.T. - Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'

RE: catalina.out

2005-01-28 Thread Richard Mixon (qwest)
Edao Aliye wrote: Hi Richared, The problem I have ist not localhost_log That works pretty good. Hier ist my configuration: ++ more log4j.properties log4j.rootLogger=info, R log4j.appender.R=org.apache.log4j.RollingFileAppender

RE: [OT] Advertising website

2005-01-28 Thread Peter Crowther
From: t t [mailto:[EMAIL PROTECTED] Does anyone know a easy and cheap (even free) way to advertise a website? No effective ones. To paraphrase: You can have any two of effective, easy, and cheap. Banner exchanges are easy and cheap, but are (usually) not effective. Search engine listings

passing logged in user/status from one website to another

2005-01-28 Thread Charles N. Harvey III
Hello. I'm sure this has been asked before and I promise I am looking through the archives as I write this. A user logs into websiteA.com and then has to click over to websiteB.com. They are both apps running in the same instance of Tomcat, on the same server, just as different Hosts. Is there

Re: logging remote IP address

2005-01-28 Thread Mark
I'm just tring to see if http request that came from one IP address has more then 1 client behind it. I've seen on some webpages that My IP is displayed as both external and internal - so it means it's doable - but the question is how to get this info in Tomcat. --- Parsons Technical Services

Re: Invoker workaround on AIX

2005-01-28 Thread Flaffer
I added the mapping to the web.xml of the app and it made no difference. For some reason, it seems to ignore the mapping completely! I have no idea why it works on Solaris but not on AIX! Ben Ricker On Thu, 27 Jan 2005 22:45:02 -0500, Parsons Technical Services [EMAIL PROTECTED] wrote: I have

javaMail performance in tomcat

2005-01-28 Thread Mark
Hi, My servlet sends an email using Authentication to mail server. It took 400ms to send one small ( 3K text )e-mail. Does anybody know if it fast enough for 3MB/800Kb network ? Is there any way to make it faster? __ Do you Yahoo!? Yahoo! Mail

Re: Invoker workaround on AIX

2005-01-28 Thread K thiruthuvadas
Dear Ben, Just check the servlet mapping package separator that you have implemented it in AIX and Solaris. regards, Das --- Flaffer [EMAIL PROTECTED] wrote: I added the mapping to the web.xml of the app and it made no difference. For some reason, it seems to ignore the mapping completely!

trying to deploy servlet, ant install fails

2005-01-28 Thread Anil Philip
Hello, The build.xml supplied in the Tomcat 5.5.4 (Windows XP) documentation has this line in the 'install' target: localWar=file://${build.home}/ Following the development processes Tomcat document, when I do an: ant install I get the following error: C:\CRUDRE\build.xml:369:

Re: javaMail performance in tomcat

2005-01-28 Thread xand
What I do normally is start a separate Thread called MailSenderWorker, this object is the responsible for sending emails. You lose some control over the process (suppose that peer was unreacheable (bad address, for example), you will not be able to show an error message to your client. But

Re: logging remote IP address

2005-01-28 Thread Dakota Jack
I don't know what you mean by I've seen on some webpages [sic] that My [sic] IP is displayed as both exernal and internal. The IP address is for the internet and there is only one. You may have internal routing. That is different. I don't know what you mean about webpages displaying your

Re: [OT] Advertising website

2005-01-28 Thread epyonne
Well, our company has to hire a marketing guru to promote our web site. She is supposed to be an expert in tweaking Google. That tells you there is no such thing as easy and cheap. - Original Message - From: Peter Crowther [EMAIL PROTECTED] To: Tomcat Users List

xmlns:j2ee=http://java.sun.com/xml/ns/j2ee

2005-01-28 Thread John Rasmussen
I've loaded tomcat 5.5.4, and I can't get my web.xml files to validate with the new schema. I get an error on xsd:group ref=j2ee:descriptionGroup/ In http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1.1.xsd I'm sure someone has run into this, but I can't google up a

Re: [OT] Advertising website

2005-01-28 Thread John Najarian
That's been the experience we have at work also. But keep in mind, I work for a small company so we don't have a lot of resources. -Original Message- From: epyonne [EMAIL PROTECTED] Sent: Jan 28, 2005 11:33 AM To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: [OT]

mcastBindAddress problem

2005-01-28 Thread Mitchell K. McCuiston
I'm having a problem getting my cluster to work as I'd expect. I have two physical machines with ip 10.11.0.27 and 10.11.0.28 running Tomcat 5.0.28. An excerpt from my server.xml is below, with the only differences being mcastBindAddress and tcpListenAddr per node. The problem is that when I use

RE: [OT] Advertising website

2005-01-28 Thread Didier McGillis
If your serious about this then there is no cheap and easy way. SEO companies get a pretty penny to do their work, and it works and results are pretty good. They can also give you other avenues, and the good ones will work within your budget. Otherwise you will have to hire someone, it is a

RE: [OT] Advertising website

2005-01-28 Thread Didier McGillis
Oh if someone tells you they have some secret that no one else knows, or does it different then anyone else its bull. The secret to SEO is hard work, keeping up with the trends and being able to stay on the first wave of the trend, SEO is all about the trends. From: t t [EMAIL PROTECTED]

Re: mcastBindAddress problem

2005-01-28 Thread Filip Hanik - Dev
try mcastBindAddr could be a type somewhere Filip - Original Message - From: Mitchell K. McCuiston [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Friday, January 28, 2005 10:54 AM Subject: mcastBindAddress problem I'm having a problem getting my cluster to work as I'd

Re: [OT] Advertising website

2005-01-28 Thread Filip Hanik - Dev
SEO companies feed you a bunch of bologni (one of the recent scames IMHO), don't waste your money you can read up on it their self http://www.google.com/webmasters/ Filip - Original Message - From: Didier McGillis [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Friday,

Re: [OT] Advertising website

2005-01-28 Thread Dakota Jack
snip On Fri, 28 Jan 2005 08:04:57 -0800 (PST), t t [EMAIL PROTECTED] wrote: Hi, Does anyone know a easy and cheap (even free) way to advertise a website? Thanks. T.T. /snip This is easy: build a SUPERIOR product and sell it for a REASONALBE price under conditions that will give the

RE: [OT] Advertising website

2005-01-28 Thread Anil Philip
I wonder how page ratings can be improved - how to make your website pop up to the top in a google search. Is there a trick, or should one simply have many links to the website from other web pages. - Anil Philip -Original Message- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent:

RE: [OT] Advertising website

2005-01-28 Thread Didier McGillis
That is done by linking. How many other sites have links to your page. The more google finds, the higher you will go. From: Anil Philip [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Subject: RE: [OT]

Manager app that crosses Hosts

2005-01-28 Thread Mike Curwen
Hello list, I was wondering if anyone has attempted to tweak the tomcat manager app to cross hosts? And does anyone know if there anything in the architecture of Tomcat that precludes it? I guess what I'm really asking is: Does anyone know of any reason that it is _not_ possible to do?

Re: [OT] Advertising website

2005-01-28 Thread Didier McGillis
Not all of them, but there are more bad then good. IMHO, I have worked with one for 5 years and what I want I get. From: Filip Hanik - Dev [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: [OT]

Re: [OT] Advertising website

2005-01-28 Thread Parsons Technical Services
Go read Google. They tell you what they look for. One thing is links from other pages. It helps to legitimize your site. So if you can get a bunch of others to put up links to yours it helps. Ever make you wonder how some of these companies do their magic? Doug - Original Message -

RE: logging remote IP address

2005-01-28 Thread Richard Mixon (qwest)
Mark wrote: I'm just tring to see if http request that came from one IP address has more then 1 client behind it. I've seen on some webpages that My IP is displayed as both external and internal - so it means it's doable - but the question is how to get this info in Tomcat. A major purpose of

RE: logging remote IP address

2005-01-28 Thread Cervenka, Tom
Mark, Why do want to know the internal NAT ip address of a request? How is this helpful? Also, what if the requests come from clients with accounts on the same multiuser system? Are you trying to figure out how to tell them apart? There is no NAT address in this case. Maybe what you are trying

Re: logging remote IP address

2005-01-28 Thread Dakota Jack
Richard Mixon is, as usual, dead-on right. A good primer is http://webserver.cpg.com/ws/3.4/ snip A major purpose of a NAT style firewall is to hide the private ip addresses behind the firewall. If it allowed this information out it would be a security compromise - the network topology behind

Re: [OT]File size with DOS batch commands

2005-01-28 Thread Shankar Unni
Srinivas Rao Ch wrote: Can somebody help me in finding the size of a file (and last modified date also)with DOS batch commands only? Try the site http://www.jsiinc.com/reghack.htm. Among the thousands of FAQs there are common script requests like this, with canned scripts to do the work which

Re: Tomcat datasource not persisting across restarts

2005-01-28 Thread Johnny Tolliver
Post your config files. server.xml and web.xml from ../conf/ and the web and context files for you app. Okay. Sorry for the length of the post. Thanks for your interest and help. Here's server.xml ?xml version='1.0' encoding='utf-8'? Server port=9005 Listener

Re: [OT] Advertising website

2005-01-28 Thread Didier McGillis
One trick that I know of and requires some software. Is to setup 4 to 5 sites filled with links back to your pages, and similar content, and of course you link to those sites. From: Parsons Technical Services [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To:

Re: Tomcat datasource not persisting across restarts

2005-01-28 Thread Johnny Tolliver
Doug wrote... Post your config files. server.xml and web.xml from ../conf/ and the web and context files for you app. My first reply was blocked due to excessive HTML comments. It was mostly XML. Guess the rule engine needs to be made smarter... Oh well, here it is in pieces. First

Re: Tomcat datasource not persisting across restarts

2005-01-28 Thread Johnny Tolliver
And here's my web.xml ?xml version=1.0 encoding=UTF-8? !-- Copyright 2002, 2003 Sun Microsystems, Inc. All Rights Reserved. -- !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app context-param

Re: Tomcat datasource not persisting across restarts

2005-01-28 Thread Johnny Tolliver
And here's conf/server.xml with the database password removed ?xml version='1.0' encoding='utf-8'? Server port=9005 Listener className=org.apache.catalina.mbeans.ServerLifecycleListener/ Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener/ GlobalNamingResources

Re: Tomcat datasource not persisting across restarts

2005-01-28 Thread Johnny Tolliver
Finally, here's the rather long conf/web.xml. This one may get bounced back too, but I'll try it. Heck, I'll remove most of the comments first. I guess there were quite a few HTML comments. Thanks for your interest and help. ?xml version=1.0 encoding=ISO-8859-1? web-app

Re: Tomcat datasource not persisting across restarts

2005-01-28 Thread Parsons Technical Services
Always better to be too much than not enough. At a quick glance I see two errors. One make Context path=/APLRegistration docBase=/usr/local/webapps/aplregistration/exploded Context path=/APLRegistration docBase=/usr/local/webapps this for the root of the app. When the war or root folder

Re: Invoker workaround on AIX

2005-01-28 Thread Parsons Technical Services
Let me float the problem by you. Maybe I am overlooking something in the config. We have a hard coded URI that goes /servlet/com.bo.hsal.HSALServlet?foo (it is in 3rd party software that we do not have the source for). With the invoker taken out, any call to /servlet fails because it cannot find

reading encoded JPEG Stream

2005-01-28 Thread Didier McGillis
StandardWrapperValve[view]: Servlet.service() for servlet view threw exception javax.servlet.ServletException: java.io.IOException: reading encoded JPEG Stream ar not sure if this is a problem but I get a ton of these. this is in an old part of the application that I didnt

Unable to access Tomcat Admin Application

2005-01-28 Thread Punit Duggal
I installed Tomcat 5.0.30 on my PC and added the admin role to the tomcat-users.xml file. When I try to access the admin app using http://localhost:8080/admin nothing shows up in the browser and here is the error that I get in the cmd prompt window : Jan 28, 2005 12:17:21 PM

Re: reading encoded JPEG Stream

2005-01-28 Thread Dakota Jack
This is in the archives on this: http://marc.theaimsgroup.com/?l=tomcat-userm=100348895830765w=2 Jack On Fri, 28 Jan 2005 20:08:29 +, Didier McGillis [EMAIL PROTECTED] wrote: StandardWrapperValve[view]: Servlet.service() for servlet view threw exception javax.servlet.ServletException:

Re: Basic Authentication Window

2005-01-28 Thread Gia Thornton
Hi Larry, Thank you for your reply! Yes, I have tried the form authentication. It does redirect to the login page when session expires. Gia Larry Meadors [EMAIL PROTECTED] wrote: If you are using basic authentication, that is out of your control - the browser will resend the

RE: [OT] Advertising website

2005-01-28 Thread t t
Thanks. Didier McGillis [EMAIL PROTECTED] wrote:If your serious about this then there is no cheap and easy way. SEO companies get a pretty penny to do their work, and it works and results are pretty good. They can also give you other avenues, and the good ones will work within your budget.

Re: [OT] Advertising website

2005-01-28 Thread t t
Thanks. T.T. Filip Hanik - Dev [EMAIL PROTECTED] wrote: SEO companies feed you a bunch of bologni (one of the recent scames IMHO), don't waste your money you can read up on it their self http://www.google.com/webmasters/ Filip - Original Message - From: Didier McGillis To: Sent:

RE: logging remote IP address

2005-01-28 Thread Mark
I'm trying to figure out is is the client on remote network has a duplicated id's (id used in my aplication). Here an example: I have two entries in access log file within 30 second from the same IP, but different logon id - my question is how to track it down that it's a different person? I

Re: javaMail performance in tomcat

2005-01-28 Thread Mark
in this case you'll get out of your servlet faster - but it still ddesn't answer about is 400ms for email to be send is a good value. --- xand [EMAIL PROTECTED] wrote: What I do normally is start a separate Thread called MailSenderWorker, this object is the responsible for sending emails.

JBoss (Tomcat?) problems with mod_jk2, httpd, and UTF8 form submissions?

2005-01-28 Thread Joshua McCulloch
I posted this on the JBoss forums and had no responses. Although our environment is JBoss, I believe it would also occur in Tomcat, although maybe not in latest build? --- We're using JBoss fronted by Apache HTTPD 2.0.52 with mod_jk2. Found a strange bug. When a HTTP parameter (in this case, it

Re: logging remote IP address

2005-01-28 Thread Dakota Jack
If it is the same IP address, it probably is the same person. The alternatives are highly unlikely, if possible. Jack snip I have two entries in access log file within 30 second from the same IP, but different logon id - my question is how to track it down that it's a different person? /snip

TP-Processor threads waiting for monitor entry on DBCP

2005-01-28 Thread Isaac Arias
Hi All, We're running multiple Tomcats (4.1.30) on Linux (2.4.21) fronted by different versions of Apache HTTP servers (1.3 and 2.0 flavors) using mod_jk and mod_jk2. These servers handle upwards of 60 Million pages a day. The app uses JDBC to talk to an Oracle database through the Tomcat DBCP

Re: [OT] Advertising website

2005-01-28 Thread epyonne
I am sure this can be done programmatically. - Original Message - From: Parsons Technical Services [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, January 28, 2005 11:23 AM Subject: Re: [OT] Advertising website Go read Google. They tell you what

Tomcat connector for AIX 5.2

2005-01-28 Thread Hausmann, Tobias
Hi, Would anybody please tell me where I can download a Tomcat connector (mod_jk2 or mod_jk) for AIX 5.2?  I have tried to compile a connector myself, but I got constant compiler errors.  I want to use it with Apache (2.0.52) and Tomcat 4.1.31. Unfortunately, there are no available binaries

Re: Unable to access Tomcat Admin Application

2005-01-28 Thread Drew Jorgenson
I don't think admin comes bundled with Tomcat 5 by default, you need to install it yourself. Drew. On Fri, 2005-01-28 at 12:22, Punit Duggal wrote: I installed Tomcat 5.0.30 on my PC and added the admin role to the tomcat-users.xml file. When I try to access the admin app using

RE: Unable to access Tomcat Admin Application

2005-01-28 Thread Caldarale, Charles R
From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Subject: Re: Unable to access Tomcat Admin Application I don't think admin comes bundled with Tomcat 5 by default, you need to install it yourself. He's using 5.0.30, which includes the admin app in the regular download. It's only the 5.5

RE: Unable to access Tomcat Admin Application

2005-01-28 Thread Drew Jorgenson
ok, my bad ;-) On Fri, 2005-01-28 at 14:48, Caldarale, Charles R wrote: From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Subject: Re: Unable to access Tomcat Admin Application I don't think admin comes bundled with Tomcat 5 by default, you need to install it yourself. He's using

Re: Unable to access Tomcat Admin Application

2005-01-28 Thread Drew Jorgenson
Does Tomcat come with a full installer on Windows? if not did you unzip/tar to a FAT or NTFS partition? On Fri, 2005-01-28 at 12:22, Punit Duggal wrote: I installed Tomcat 5.0.30 on my PC and added the admin role to the tomcat-users.xml file. When I try to access the admin app using

Re: Unable to access Tomcat Admin Application

2005-01-28 Thread Punit Duggal
I now installed 5.0.28. In this, the admin application works as expected. Since 5.0.30 is still in beta, looks like its better to use 28 !!! From: Drew Jorgenson [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org

Re: Oracle JDBC

2005-01-28 Thread Tony LaPaso
When you say, when I moved it to a context..., what exactly did you move? Did you move the JDBC JAR or just the web app? Did you delete the web-app from jsp-examples? This all goes back to the poor Tomcat documentation on classloading. This is interesting. Do you think you could show me the

Re: Missing application web.xml

2005-01-28 Thread eph1v3t8-tomcat4587
I just wanted to follow up and get into the record what I think is the solution to the problem I asked about on 1/20. I turns out that the reason I was getting Missing application web.xml errors in my stdout.log was because of a problem that arose during the undeployment precipitated by my

Re: FW: My very first servlet cannot be run

2005-01-28 Thread Kwok Peng Tuck
Hi Patrick, You use should use the servlet name you specified rather than the class name. Do you need the servlet-mapping as well ? Here's a example from tomcat: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml?view=markup Van

Re: logging remote IP address

2005-01-28 Thread Parsons Technical Services
Definitely possible. Not as unlikely as you think. I know of shops that put a whole bunch of users on the same IP. Then there are schools that put a hundreds of classroom machines on one IP. Doug - Original Message - From: Dakota Jack [EMAIL PROTECTED] To: Tomcat Users List

Re: FW: My very first servlet cannot be run

2005-01-28 Thread Caroline Jen
Hi Patrick, I suppose that your compiled Log4jTester in the test package is under this directory: C:\tomcat-5.x/webapps/ROOT/WEB-INF/classes The mapping in the web.xml file should be: servlet servlet-namelog4j/servlet-name servlet-classtest.Log4jTester/servlet-class

[OT] Re: reading encoded JPEG Stream

2005-01-28 Thread Dakota Jack
From the code you sent me privately, I suspect that the problem is that you are using Java code which does not encode JPEGs to do so, viz. ImageIO, although I don't know if the licensing on that has yet led to a change.. To make sure what is happening, I would have to see more of your ImageViewer

Re: JSP under /WEB-INF folder

2005-01-28 Thread Dakota Jack
snip On Tue, 28 Dec 2004 13:57:33 -0500, Frank W. Zammetti [EMAIL PROTECTED] wrote: I think his problem is probably linking to stylesheets and such... Actually, now I have to ask you... if you put *everything* under WEB-INF, I assume you are serving all graphics from a fronting web server