Subclassing DefaultServlet

2004-08-18 Thread Frans Flippo
to a newer version of Tomcat, the DefaultServlet I'm subclassing from and the one Tomcat uses will be the same. Besides symlinking, is there any way achieve this? Can I tell tomcat to also include server/lib in the classpath for my webapp? Thanks in advance, Frans -- Quinity : Your Partner

Re: Subclassing DefaultServlet

2004-08-18 Thread Frans Flippo
of trying to do this with a servlet. Thanks, Frans On Wednesday 18 August 2004 15:51, John Villar wrote: What Yoav (Cicer0 on irc as a guess ;-) ) says is true if you need special processing based on the url, implementing a filter is the most straightforward, simple and elegant way. By no means you

Re: Mysterious null pointer exception

2004-07-29 Thread Frans Flippo
' to step into a method). Of course, you could also use a combination of 1) and 2). Good luck, Frans Vamsee Kanakala wrote: Hello list users, Maybe this is not the best place to ask a general servlet doubt, but I'm hoping someone can point out the mistake I'm making. I'm attaching a servlet file

Re: Symantec Mail Security detected that you sent a message containing prohibited content (SYM:01879276160509391668)

2004-07-29 Thread Frans Flippo
Hi, Could the tomcat-user subscriber at this domain (talisentech.com) please tell me what prohibited content my message contained, and if it did not contain any, please properly configure their mail security program? Thanks, Frans [EMAIL PROTECTED] wrote: Subject of the message: Re: Mysterious

Re: Permanent Delivery Failure

2004-07-29 Thread Frans Flippo
of thing in the mailing list guidelines. Is there a human list manager that can be contacted? Greetings, Frans [EMAIL PROTECTED] wrote: The attached message had PERMANENT fatal delivery errors! After one or more unsuccessful delivery attempts the attached message has been removed from the mail queue

Re: HTTP Status 503 Error:Servlet is currently unavailable. javax.servlet.ServletException: Wrapper cannot find servlet class or a class it depends on

2004-07-26 Thread Frans Flippo
The url-pattern is relative to the webapp root. So in your case it should be url-pattern/SccServlet/url-pattern instead of url-pattern/scc_html/SccServlet/url-pattern Hope that helps. Regards, Frans servlet-mapping servlet-nameSccServlet/servlet-name url-pattern/scc_html

Re: Why does nobody never answer my question ??

2004-07-26 Thread Frans Flippo
such as a database or files on disk. If that's a problem, don't use two servers. Just run everything on the secure server. Good luck, and stop whining, Frans -- Quinity : Your Partner In eBusiness Solution Delivery Biltstraat 449 3572 AW Utrecht P.O. Box 13097 3507 LB Utrecht The Netherlands Telephone: (+31) (0

Connection pooling with two databases

2004-06-29 Thread Frans Flippo
, the commons dbcp/pooling code, or the Postgres jdbc driver? Thanks in advance for anything that could point us in the right direction. Regards, Frans Here's the code we use to lookup the DataSource and obtain the Connection. The code is in a method that gets executed twice, with a different

RE: Trouble Compiling mod_webapp

2002-06-13 Thread Frans Stofberg
try running: chmod +x support/*.sh before you run /bin/sh ./support/buildconf.sh -Original Message- From: Bruce Wright [SMTP:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 10:44 AM To: [EMAIL PROTECTED] Subject: Trouble Compiling mod_webapp I have apache 2.0.36

RE: [offtopic] IDE for Tomcat?

2002-06-13 Thread Frans Stofberg
Forte is a really good one. It has Tomcat-3.something integrated into it this helps with debugging available for Windows and Linux go to http://java.sun.com/ to download -Original Message- From: Segree, Gareth [SMTP:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 8:29 PM To:

mod_webapp and static content

2002-06-12 Thread Frans Stofberg
Hello How dose one make Tomcat serve the dynamic content while Apache the static content with mod_webapp Currently, if i'm not mistaken the default configuration for this makes Tomcat serve static and dynamic content if it cant be done why would one whant to use Apache AND Tomcat if Tomcat can

Help for a new guy?

2002-06-09 Thread Frans Stofberg
Hello. I'm trying to run Tomcat 4 with Apache 2.0.36 using mod_jk on a Linux system when I start Apache the following error happens: mod_jk is not supported for this verson of Apache why is this? please help -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Apache to Tomcat

2002-06-07 Thread Frans Stofberg
How do I set up Tomcat 4.x and Apache so that Tomcat serves as an app server and Apache as the Web server? please help -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat 4.0 in IBM AIX 4.3.3

2002-02-27 Thread Frans Thamura
Dear All, I will implement tomcat + IBM Java 1.3 in AIX RS/6000 7400 series, run IBM AIX 4.3.3 Any one get problem before with this environment? This solution will handle more than 1 million transcation/day and will hold 3 countries transactions (Indonesia, Malaysia, China).. Comment

[TC402] Manager Context in IIS 5 is access denied

2002-02-27 Thread Frans Thamura
I install IIS + Tomcat 4.02 and activate the manager. i tomcat with manager context (http://localhost:8080/manager) it is work well.. but when i try the port 80 (IIS) access denied. Do you know this problem. Frans

cannot compile JSP in tomcat 4.02 + JSDK 1.4

2002-02-19 Thread Frans Thamura
Hi I got this error most of my script cannot be compiled when i execute the JSP this is the error org.apache.jasper.JasperException: Unable to compile class for JSPerror: Invalid class file format in C:\jsdk1.4\jre\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too

remote JNDI Example in Tomcat 4

2002-02-06 Thread Frans Thamura
will be send to the application that i create using Swing. Help me plz Frans

JNDI Context

2001-12-25 Thread Frans Thamura
Dear All, I using JNDI in JBOSS for remote an object, so I cann access the object from JBOSS... several of it is a EJB class. but, in Tomcat 4.01 there is a jndi feature... is this component can implement my script that run in JBoss Frans

Re: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-25 Thread Frans Thamura
to implement JSP/Servlet/Java Bean in this years.. and upgrade it later.. Frans - Original Message - From: Pae Choi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 9:16 PM Subject: Re: HELP - URGENT : Stability of Tomcat if compare with JBOSS

HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-19 Thread Frans Thamura
be JBoss+tomcat.. Thanks Frans Thamura [EMAIL PROTECTED] CTO Adelva.com Jakarta Indonesia _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

Re: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge on linux)

2001-07-30 Thread Frans
+1 from me.. no HTML email. - Original Message - From: Srinivas Reddy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 6:56 AM Subject: Re: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge on linux) +1

Re: [Help] Common Problem in every of my script

2001-07-23 Thread Frans Thamura
Hi Dimitri. Work, the image is there.. I find it there.. This happen to all of my static html, and any relevan to static file, such as image. Nothing happen there. Yah, I remove the ROOT, but after I put ROOT.war again. this error still show up. Frans --- Dmitri Colebatch [EMAIL PROTECTED

[Help] Common Problem in every of my script

2001-07-22 Thread Frans Thamura
Dear All, How to solve this? The error always show in my page, even the file is static HTML... I try to debug it, there is no error. Help please. Frans TOMCAT 2001-07-22 09:38:21 - Ctx( ): 404 R( + /_vti_bin/owssvr.dll + null) null 2001-07-22 09:38:21 - Ctx( ): 404 R( + /MSOffice

Re: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Frans Thamura
Ya, JSDK. Because Tomcat is a server based on Java Frans - Original Message - From: Eitan Ben Noach [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 1:40 AM Subject: Does Tomcat needs jdk 1.2.2 Hello, Does Tomcat needs the installation of JDK 1.2.2? If yes

RE: JRUN really SUCKS (was TOMCAT SUCKS)

2001-07-01 Thread Frans Thamura
mailing list got problem. Basically, the question of syntax is - Description - Sample Just it. I think we need tomcat-user and tomcat-dev members also. Frans --- Arnold Shore [EMAIL PROTECTED] wrote: Re ... It replaced JRUN some time ago (which really SUCKS by the way) ... Peter, can share

Re: Documents and dynamic web pages

2001-06-30 Thread Frans Thamura
Try fo from xml.apache.org or cocoon Frans - Original Message - From: Kemp Randy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 30, 2001 6:01 AM Subject: Documents and dynamic web pages I am aiding a department that is using a two tier application design, with Tomcat

Re: TOMCAT SUCKS

2001-06-30 Thread Frans Thamura
, or someone post in his web site, and no link from this web site??? It is not a good solution also. I think, Gomez must create tomcat-doc ASAP. Frans - Original Message - From: Alex Fernández [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 3:54 PM Subject: Re: TOMCAT

Re: [Tomcat Documentation Redactors]

2001-06-30 Thread Frans Thamura
That project is not work well??? I cannot download the pdf or html file Frans - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 9:34 PM Subject: Re: [Tomcat Documentation Redactors] On Fri, 29 Jun 2001, Simon Brooke wrote

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-30 Thread Frans Thamura
, and the documentation is focus in English first, and follow with any other language. Frans - Original Message - From: Tim Stoop [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 3:26 PM Subject: Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS Carlos Ferreira

Re: [PRE-PROPOSAL] jakarta-tomcat-doc sub-project : WAS: [Tomcat Docu mentation Redactors To Hire]

2001-06-29 Thread Frans Thamura
don't you try phorum.org) So a new user can use read that, may be one of them can be a redactor or commiter in the overdrive velocity.. Frans Thamura --- GOMEZ Henri [EMAIL PROTECTED] wrote: Hi Henri! One suggestion: create a mailing list (e.g. tomcat-doc) so that folks may speak about

Re: TomcatBook - was TOMCAT SUCKS

2001-06-29 Thread Frans Thamura
module 1000 pages, but All the consultants always say it is not detail enough. Still SUCK software. SUCK because we pay the maintenance for patch of the bugs. This is make Open Source popular, less bug, but where is the documentation. Regards, Frans --- Dmitri Colebatch [EMAIL PROTECTED

RE: problem with TOMCAT+APACHE+JETSPEED

2001-06-27 Thread Frans Thamura
:\JDK1.3 and c:\tomcat322 Frans --- Emir Alikadic (ADNOC IST) [EMAIL PROTECTED] wrote: To permanently set your environment variables on WinNT 4.0, open System from Control Panel, click on Environment tab. In the Variable box, enter variable name (e.g. TOMCAT_HOME) and in the Value box enter

Re: Running Tomcat under Win 2K - help!

2001-06-25 Thread Frans Thamura
I install my tomcat 322 with cocoon 1.82 and with Jetspeed 1.3a2, it work. just modify your tomcat.bat, add the xerces.jar, xalan.jar, and cocoon.jar in the beginning of your CP Frans - Original Message - From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19

Re: Tomcat 3.2.2 Vs Tomcat3.1.1

2001-06-22 Thread Frans Thamura
Upgrade it, it works Frans -Original Message- From: Govind Agarwal [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Tuesday, June 19, 2001 9:18 PM Subject: Tomcat 3.2.2 Vs Tomcat3.1.1 Hi all, I am using Tomcat 3.1.1 with IIS and want to upgrade my application to 3.2.2

Re: URGENT: Problem's in configuring Tomcat 3.2.1 with Apache 1.3.20

2001-06-21 Thread Frans Thamura
Add the map directory to tomcat. I used tomcat with apache and work well. Frans -Original Message- From: Bhootnath Singh [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Date: Monday, June 18, 2001 12:19 PM Subject: URGENT: Problem's in configuring Tomcat 3.2.1 with Apache

Re: Tutorial for JSP -- JDBC -- ProgreSQL 7.1 ??

2001-06-21 Thread Frans Thamura
I read in the book from Wrox, Prof JSP, it is a good sample. or you can download my script in www.blueoxygen.org/project/cimande/download.html Contact me if you got a problem. Frans -Original Message-From: Dino Ming [EMAIL PROTECTED]To: TomCat User [EMAIL PROTECTED]Date

Re: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Frans Thamura
It happen in my IIS also.. but I success install it using Apache for Windows Help please. Frans - Original Message - From: Rajeshwar Rao.V [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 1:36 PM Subject: Need help urgently regarding Tomcat with IIS Hi

Re: installation of tomcat on windows 98

2001-06-14 Thread Frans Thamura
try to add JAVA_HOME and TOMCAT_HOME - Original Message - From: James Manna To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 10:52 AM Subject: Re: installation of tomcat on windows 98 Try http://jakarta.apache.org and find the installation guides.

Re: Tomcat and weblogic

2001-06-10 Thread Frans Thamura
We cannot compare web logic with tomcat, but if someone integrate tomcat + enhydra may be we can compare it. is it right??? Frans - Original Message - From: Jann VanOver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 07, 2001 4:28 AM Subject: RE: Tomcat and weblogic Yes

Re: Hot Deploy.

2001-05-15 Thread Frans Verhoef
it in a new context, you need to change the server.xml, add the servlet and stop/start tomcat. Frans On 15 May 2001, at 2:34, Bip Thelin wrote: On Tue, 15 May 2001, Allan Kamau wrote: is there such a thing like Hot deployment of new servlets and/or servlets. this requires the editing

Re: Posting multipart/form-data

2001-05-11 Thread Frans Verhoef
One good API for dealing with multipart/form-data is the com.oreilly.servlet package. http://www.servlets.com/cos/index.html I used it myself, and it works really great. And if you want to use it commercially, you just need to buy the book of oreilly. Frans On 10 May 2001, at 17:25, Brandon

Re: java database

2001-05-11 Thread Frans Verhoef
Why not use an Object database like Objectstore. I used it quite some time ago (maybe 4 years ago), and it worked quite well. I think the website is http://www.odi.com Though I don't know whether it still exists... Frans On 11 May 2001, at 11:01, Alex Fernández wrote: I used hypersonicSQL

ServletRequest.getParameterMap() method not found

2001-04-25 Thread Frans Verhoef
at SendEmail.buildPage(SendEmail.java:43) And this line points to the method ServletRequest.getParameterMap(). So is it a known fact that this method is not implemented in tomcat? And how to update tomcat? Thanks, Frans

Re: Problem at mod_jk.conf-auto

2001-04-25 Thread Frans Verhoef
so Then do not forget to include this new config file in the httpd.conf of apache(). Regards, Frans On 25 Apr 2001, at 15:59, Chonsiu208 wrote: hi there,  Does anybody know how to change the configuration of mod_jk.confg- auto ? I want to instruct Apache to load the jk module from location

RE: ServletRequest.getParameterMap() method not found

2001-04-25 Thread Frans Verhoef
version of the servlet API. Frans On 25 Apr 2001, at 6:45, William Kaufman wrote: I can't find this method in the JSDK 2.2 spec, or even in the 2.0 or 2.1 interfaces. Where did you hear of this method?  Could you post the line of code where you call getParameterMap(), and the declarations

Re: how to send automatic emails from tomcat

2001-04-25 Thread Frans Verhoef
Scheduler, where unix has I think Cron Jobs. Frans On 26 Apr 2001, at 12:40, anand wrote: I have developed a web based time sheet management system. Now I want to add a new feature whereby every week on a given day and time, it will check for a particular condition

RE: how to send automatic emails from tomcat

2001-04-25 Thread Frans Verhoef
Best is to use the java mail API of sun (javax.mail), which comes with the enterprise edition of Java 2. ( http://java.sun.com ) For a Java mail tutorial go to http://developer.java.sun.com/developer/onlineTraining/JavaMail/inde x.html Frans On 26 Apr 2001, at 13:14, anand wrote: Can you

Re: How to get request prameters in right order.

2001-03-27 Thread Frans Verhoef
of the parameter in sequence with: Enumeration yourEnumeration = request.getParameterNames(); while (yourEnumeration.hasMoreElements()) /*do something funny with */ request.getParameter((String)yourEnumeration.nextElement()) Hope this helps. Cheers Frans

Re: RE: How to get request prameters in right order.

2001-03-27 Thread Frans Verhoef
But actually I am curious why it really needs to be in sequence. You can actually do quite a lot by just using the names. So maybe if I know what needs to be done, I can give a better alternative solution. Frans In short, there's no real way to get the order of the parameters other than