Re: Updating files without restarting Tomcat

2002-07-03 Thread @Basebeans.com
Subject: Re: Updating files without restarting Tomcat From: Dan Paraschiv [EMAIL PROTECTED] === In my opinion you have a different problem here. Probably you read those properties files at some point in your application lifecycle. Suppose that point is your servlet init method (which is called

Re: Impossible to calculate session duration ?

2002-07-03 Thread @Basebeans.com
Subject: Re: Impossible to calculate session duration 1 2 3 4 5 6 7 8 9 From: Dan Paraschiv [EMAIL PROTECTED] === If you want to find out how long a session lives you could try this: 1. When you create the session store somewhere the creation time 2. Create an object that implements the

JSP Cache problem in tomcat

2002-07-03 Thread @Basebeans.com
Subject: JSP Cache problem in tomcat From: Simon Li [EMAIL PROTECTED] === Dear all, i run JDk1.3.01 and tomcat 4.01 on http connector on port 8080. I have discovered a quite weird (?) behaviour of tomcat: Say, PageA is my JSp page classB is a class i will use in PageA . Observation if i

Re: WARP + SSL + request.isSecure() request.getScheme()

2002-07-08 Thread @Basebeans.com
Subject: Re: WARP + SSL + request.isSecure() request.getScheme() From: Sebastian Millies [EMAIL PROTECTED] === If the problem is not a configuration mistake, but a connector bug (in that it is not passing the correct information to Tomcat), you could perhaps base all your decisions simply on

Tyrex 1.0 and Getting a Connection Pool in 4.1.x

2002-07-08 Thread @Basebeans.com
Subject: Tyrex 1.0 and Getting a Connection Pool in 4.1.x From: Matt Raible [EMAIL PROTECTED] === In Tomcat 4.0.x, I am able to get a database connection via JNDI using the following code: import tyrex.jdbc.xa.EnabledDataSource; public Connection getPooledConnection() throws

Where can I find compiled mod_webapp.so for Windows?

2002-07-09 Thread @Basebeans.com
Subject: Where can I find compiled mod_webapp.so for Windows? From: Christopher Cheng [EMAIL PROTECTED] === I was only able to get the source. Where can I find the latest version of mod_webapp.so for Windows? (I do not have a Windows C compiler installed) -- To unsubscribe, e-mail:

restarting tomcat without restarting ;)

2002-07-09 Thread @Basebeans.com
Subject: restarting tomcat without restarting ;) From: David Chu [EMAIL PROTECTED] === Hello, I remember reading there was a way to force Tomcat 4.0 to use new versions of modified servlets w/o restarting the server, but I glossed over the details. I think it was just accessing some URL. Is

Announce: J2EE MVC training using Struts with Standard Tags (JSTL)

2002-07-09 Thread @Basebeans.com
Subject: Announce: J2EE MVC training using Struts with Standard Tags (JSTL) From: Vic C. [EMAIL PROTECTED] === Standard J2EE MVC training using Struts with Standard Tags (JSTL) -We have done more Struts training than anyone. This class adds Standard Tag Libs (JSTL) with MVC and a portal

Re: tomcat 4.0.4 rpm release 2

2002-07-11 Thread @Basebeans.com
Subject: Re: tomcat 4.0.4 rpm release 2 From: Steven Citron-Pousty [EMAIL PROTECTED] === Hey Henri: Thanks so much for putting RPMs together but there are multiple problems with 4.0.4r2 (at least for me). 1) The conf files are hard links so I am not sure which one tomcat is looking to for

Re: JDBC OCI driver + Tomcat 4.04

2002-07-12 Thread @Basebeans.com
Subject: Re: JDBC OCI driver + Tomcat 4.04 From: mark [EMAIL PROTECTED] === When using the OCI driver in a windows environment, we have found the following helps :- 1) Add references to classes12.zip and nls_charset12.zip to the classpath (eg in catalina.bat). 2) The reference should be to the

Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages

2002-07-15 Thread @Basebeans.com
Subject: Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages From: Matt Raible [EMAIL PROTECTED] === I downloaded tomcat4-4.0.4-full.2jpp.noarch.rpm from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/rpms/ And I've installed it and can successfully start it. However,

Re: Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages

2002-07-15 Thread @Basebeans.com
and got no response (the direct message got bounced). Don't use the rpm. Steve Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages From: Matt Raible [EMAIL PROTECTED] === I downloaded tomcat4-4.0.4-full.2jpp.noarch.rpm from http

Re: Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages

2002-07-15 Thread @Basebeans.com
(@Basebeans.com) wrote: Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages From: Matt Raible [EMAIL PROTECTED] === I downloaded tomcat4-4.0.4-full.2jpp.noarch.rpm from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4

download file

2002-07-16 Thread @Basebeans.com
Subject: download file From: J. Jason Zhou [EMAIL PROTECTED] === I have both Tomcat and IIS running on two machines. But when I download a file (abc.xls) from Tomcat, the browser loads the binary content without prompting uisng the save/open dialog while IIS did prompt before the download.

Re: Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages

2002-07-17 Thread @Basebeans.com
that functionality to work myself :-( I think that's a long-standing TC bug you're running into. Someone said it would expand it when you created a folder for it, but I haven't even seen that. I'm glad you have webapps now thought ;-) Regards, Eddie Jakarta Tomcat Newsgroup (@Basebeans.com

Tag Iterate and jsp:include

2002-07-18 Thread @Basebeans.com
Subject: Tag Iterate and jsp:include From: Guido [EMAIL PROTECTED] === Hi all, i'm having the following error message with a jsp under Tomcat 4.0.1 : Illegal to flush within a custom tag. The code involved is : logic:iterate name=myBean id=my_id property=my_property type=

new MVC with Standard Tags and DB sample

2002-07-18 Thread @Basebeans.com
topics, there is a mail list http://www.netbean.net/mailman/listinfo/mvc-programmers that also gets you password to other baseBeans.com features. and a newsgroups readers news.baseBeans.com. Hope you like, Vic C. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: JDBCRealm Question

2002-07-22 Thread @Basebeans.com
Subject: Re: JDBCRealm Question From: Vic C. [EMAIL PROTECTED] === Working sample showing JDBC relms and user table CRUD with SQL (in a single table like you want) is on sourceforge.com basicportal project. (It also has Struts MVC with JSTL) Vic Mete Kural wrote: Hello, My question is

Announce: JSTL (Standard Tags) + Struts (MVC) live web Demo

2002-07-23 Thread @Basebeans.com
Subject: Announce: JSTL (Standard Tags) + Struts (MVC) live web Demo From: Vic C. [EMAIL PROTECTED] === If you are starting a Java Web, you should use MVC and Standard tags, this kit is a sample of best (at least good) practices. It is MVC (Struts/Tiles)+JSTL +XSLT+ DAO (Open Source Data

Re: More flexible JDBCRealm implementation ? (for ASP-style webapp)

2002-07-23 Thread @Basebeans.com
Subject: Re: More flexible JDBCRealm implementation 1 2 3 4 5 6 7 8 9 (for ASP-style webapp) From: Vic C. [EMAIL PROTECTED] === That is a frequent need. What is needed is the concept of organization, a 3rd field in every db table. I know how to manualy code (using getuserpricipal and a bean)

Re: More flexible JDBCRealm implementation ? (for ASP-style webapp)

2002-07-24 Thread @Basebeans.com
Subject: Re: More flexible JDBCRealm implementation 1 2 3 4 5 6 7 8 9 (for ASP-style webapp) From: Vic C. [EMAIL PROTECTED] === If you use MVC (I use Struts) you tend to do everything in beans and actions. So you can have a bean that goes against a db(and can get other user info) and keep in

Re: More JDBCRealm Questions

2002-07-24 Thread @Basebeans.com
Subject: Re: More JDBCRealm Questions From: Vic C. [EMAIL PROTECTED] === Soefara Redzuan wrote: I have set up a JDBCRealm and am using it with form-based login to secure/protect my webapp. However, I have a few questions which I hope somebody could help me with, 1. The JDBCRealm is

tomcat 4.0.2 - 4.1.8test; problem with Realm not loading

2002-07-24 Thread @Basebeans.com
Subject: tomcat 4.0.2 - 4.1.8test; problem with Realm not loading From: Torgeir Veimo [EMAIL PROTECTED] === I just moved to tomcat 4.1.8-LE-jdk14 on my linux development machine, and one Realm which worked flawlessly under tomcat 4.0.2 now gives an exception at startup. This Realm uses special

Re: More flexible JDBCRealm implementation ? (for ASP-style webapp)

2002-07-24 Thread @Basebeans.com
Subject: Re: More flexible JDBCRealm implementation 1 2 3 4 5 6 7 8 9 (for ASP-style webapp) From: Vic C. [EMAIL PROTECTED] === I was just thinking of a design I did for ASP model: Create a dispatch web app with single sign on (over multiple apps) Say you have 4 clients, that is 4 virtual

Re: tomcat 4.0.2 - 4.1.8test; problem with Realm not loading

2002-07-25 Thread @Basebeans.com
Subject: Re: tomcat 4.0.2 - 4.1.8test; problem with Realm not loading From: Torgeir Veimo [EMAIL PROTECTED] === Remy Maucherat wrote: Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: tomcat 4.0.2 - 4.1.8test; problem with Realm not loading From: Torgeir Veimo [EMAIL PROTECTED

strange jsp compile error in tomcat4.1.8

2002-07-25 Thread @Basebeans.com
Subject: strange jsp compile error in tomcat4.1.8 From: Torgeir Veimo [EMAIL PROTECTED] === I see this strange compilation error when using struts nested tag libs and jsp:include on the latest tomcat test; org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at

*FREE* slides of an upcoming web presendation : MVC+ STANDARD tags

2002-07-25 Thread @Basebeans.com
Subject: *FREE* slides of an upcoming web presendation : MVC+ STANDARD tags From: Vic C. [EMAIL PROTECTED] === In order to facilitate discussion of the live web presentation (coming up in less than 24 hours) you can download the slides before the presentation; I have uploaded to

mod_webapp vs Coyote JK 2

2002-07-25 Thread @Basebeans.com
Subject: mod_webapp vs Coyote JK 2 From: Ove [EMAIL PROTECTED] === What is recommended to use on a Tomcat 4.x install with Apache. (Solaris) And what is the most important differences? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: architecting large sites

2002-07-26 Thread @Basebeans.com
Subject: Re: architecting large sites From: Vic C [EMAIL PROTECTED] === I have done stress testing to 1000 users with a 2 cpu box quite nicely. So 2 boxes (each with 2 CPUs) and 1.5 gig ram at least would be a start. Also... JRockit VM and Tower J VM and IBM VM (in that order) should be used

Re: architecting large sites

2002-07-26 Thread @Basebeans.com
Subject: Re: architecting large sites From: Vic C [EMAIL PROTECTED] === Oh and a ... sticky IP on CISCO Vic C wrote: I have done stress testing to 1000 users with a 2 cpu box quite nicely. So 2 boxes (each with 2 CPUs) and 1.5 gig ram at least would be a start. Also... JRockit VM and Tower

How can I setup a JSP page with traditional-Chinese words in Tomcat 4.x?

2002-07-28 Thread @Basebeans.com
Subject: How can I setup a JSP page with traditional-Chinese words in Tomcat 4.x? From: news.basebeans.com [EMAIL PROTECTED] === Hi, I design a JSP page and I want the page to show traditional-Chinese words. After I wrote the correct Chinese words in the JSP page, I run the JSP page in

Re: strange jsp compile error in tomcat4.1.8

2002-07-29 Thread @Basebeans.com
Subject: Re: strange jsp compile error in tomcat4.1.8 From: Torgeir Veimo [EMAIL PROTECTED] === Bump! This is a real problem for me. Are there noone else who have seen this problem? Torgeir Veimo wrote: I see this strange compilation error when using struts nested tag libs and jsp:include

Re: mod_webapp vs Coyote JK 2

2002-07-29 Thread @Basebeans.com
Subject: Re: mod_webapp vs Coyote JK 2 From: Ove [EMAIL PROTECTED] === Will mod_webapp be continued or is it dead? Ove [EMAIL PROTECTED] wrote in message news:ahp7u4$lbb$[EMAIL PROTECTED]... What is recommended to use on a Tomcat 4.x install with Apache. (Solaris) And what is the most

Re: strange jsp compile error in tomcat4.1.8

2002-07-29 Thread @Basebeans.com
Subject: Re: strange jsp compile error in tomcat4.1.8 From: Torgeir Veimo [EMAIL PROTECTED] === Torgeir Veimo wrote: Bump! This is a real problem for me. Are there noone else who have seen this problem? Torgeir Veimo wrote: I see this strange compilation error when using struts

Re: Java servlets html escape codes.

2002-07-30 Thread @Basebeans.com
Subject: Re: Java servlets html escape codes. From: Ron Jon [EMAIL PROTECTED] === that's one possible way to do conversion string--html: public static String ConvertString(String source){ if (source==null) return null; int length = source.length(); StringBuffer temp = new

How can I let a JSP page show traditional-Chinese words correctly?

2002-07-30 Thread @Basebeans.com
Subject: How can I let a JSP page show traditional-Chinese words correctly? From: news.basebeans.com [EMAIL PROTECTED] === Hi, I design a JSP page and I want the page to show traditional-Chinese words. I had tried to deploy the JSP page with many Chinese words on the Tomcat 3.x and I

failed to enable SSL on Tomcat 4.04

2002-08-01 Thread @Basebeans.com
Subject: failed to enable SSL on Tomcat 4.04 From: tom [EMAIL PROTECTED] === I tried to enable SSL for 2 days but did not ever success. Environment: Windows 2000 Server JDK1.4.0.01 Tomcat 4.04 1 signed digital certificate Steps 1. run keytool -import -alias wisdom -file wisdom.crt -keystore

Re: failed to enable SSL on Tomcat 4.04

2002-08-01 Thread @Basebeans.com
Subject: Re: failed to enable SSL on Tomcat 4.04 From: tom [EMAIL PROTECTED] === Jurjan, Thanks for your reply, I got it, but it is only validate if using a dummy keystore created by the keytool. My problem is I have a signed certification issued by my univerity's ca, I tried to get the

security filter Realm class file location

2002-08-02 Thread @Basebeans.com
Subject: security filter Realm class file location From: Torgeir Veimo [EMAIL PROTECTED] === I'm working on a security filter that takes a tomcat Realm definition exactly as in server.xml. However, I'm facing the problem that the Realm RealmBase classes (which most realms subclass) is

failed to enable SSL on Tomcat using a cert signed by using OpenSSL

2002-08-02 Thread @Basebeans.com
Subject: failed to enable SSL on Tomcat using a cert signed by using OpenSSL From: tom [EMAIL PROTECTED] === I successfully enabled SSL on Tomcat 4.04 with using a Trail cert signed by the Verisign. Descrptions of the steps: 1. use c:\j2sdk1.4.0\bin\keytool to generate a key and a .keystore file

Re: IIS 5.0 Help

2002-08-09 Thread @Basebeans.com
Subject: Re: IIS 5.0 Help From: Jean Fotovat [EMAIL PROTECTED] === hello michael, tell me please how do you use tomcat 3.2.1 and iis 5 under windows 2000. thank you jean Michael A. Plett [EMAIL PROTECTED] a écrit dans le message news: [EMAIL PROTECTED] I have a windows 2000 server with IIS 5.0

Tomcat Manager App with Struts 1.1b2 - ClassCastException?

2002-08-20 Thread @Basebeans.com
Subject: Tomcat Manager App with Struts 1.1b2 - ClassCastException? From: Andrej Sobkowski [EMAIL PROTECTED] === All, I'm using Struts 1.1b1 with Tomcat 4.0.4, using the manager app to dynamically stop/start my webapp. Everything works very well but I now need a few fixes from Struts 1.1b2

Can't get UserTransaction to work in Tomcat 4.0.4 on Mac OS X

2002-08-20 Thread @Basebeans.com
Subject: Can't get UserTransaction to work in Tomcat 4.0.4 on Mac OS X From: Matt Raible [EMAIL PROTECTED] === I am trying to use the UserTransaction in a java class to manage a transaction manually. I've installed Tomcat 4.0.4 on Windows XP and Red Hat 7.2/7.3 and my code works fine. However,

Re: Free J2EE IDE: Which one?

2002-03-19 Thread @Basebeans.com
Subject: Re: Free J2EE IDE: Which one? From: Vic Cekvenich [EMAIL PROTECTED] === netbeans.org [EMAIL PROTECTED] wrote: Go for VIsual Age for Java..This is one of the best way... -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:01 AM

Post from Newsgroup?

2002-03-20 Thread @Basebeans.com
Subject: Post from Newsgroup? From: Dave Butler [EMAIL PROTECTED] === Do postings to this newsgroup get forwarded to the Tomcat mailing list? Dave -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: JDBCRealm Debug Logging

2002-03-21 Thread @Basebeans.com
Subject: Re: JDBCRealm Debug Logging From: Vic Cekvenich [EMAIL PROTECTED] === One would assume that you tested connecting to the JDBC outside of Tomcat and have the JARs in lib. Eric Grace wrote: Hello, I'm getting an extremely general SQLException on startup and am wondering if there

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-22 Thread @Basebeans.com
Subject: Re: Off Topic: Free J2EE IDE: Which one? From: [EMAIL PROTECTED] (Matthew Chestnut) === And here is how to make it all work together: http://www.purposesolutions.com/Resources/EclipseJ2EE.html On Wed, 20 Mar 2002 22:32:35 +0100, Dom [EMAIL PROTECTED] wrote: Hi You can try Eclipse at

User authentication

2002-03-29 Thread @Basebeans.com
Subject: User authentication From: Hermod Opstvedt [EMAIL PROTECTED] === Hi I have a rather intricate question. In Tomcat you can set up formbased authentication to secure resources with for intance the JDBCRealm, and this works great. Now lets say that you have an index.jsp that also contains

HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp

2002-04-01 Thread @Basebeans.com
Subject: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp From: Hyunjin Kim [EMAIL PROTECTED] === Hi, I have recently set up TOMCAT 4 + Apache 1.3 with ***Warp connector***. Although I have failed to have Apache forward *.do calls to jakarta correctly (for

Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp

2002-04-01 Thread @Basebeans.com
Subject: Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp From: Hyunjin Kim [EMAIL PROTECTED] === Simply said, Had anyone successfully configured and used Apache 1.3 + TOMCAT 4 + warp + tomcat container managed security?? with emphasis on **Apache** and

Re: Mapping *.abc requests to Tomcat

2002-04-01 Thread @Basebeans.com
Subject: Re: Mapping *.abc requests to Tomcat From: Hyunjin Kim [EMAIL PROTECTED] === when stopping: 1. stop apache 2. stop tomcat when starting 1. start tomcat 2. start apache (someone says 10 seconds delay between starting of tomcat and apache is needed..) Good luck! Alan Williamson [EMAIL

Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp

2002-04-01 Thread @Basebeans.com
Subject: Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp From: Hyunjin Kim [EMAIL PROTECTED] === uh oh... I just found out that tomcat example application's security stuff works fine from port 80. That means the apache-tomcat connection was not the

BUG!!: Tomcat 4.0.3 + Apache 1.3.24 + warp

2002-04-02 Thread @Basebeans.com
Subject: BUG!!: Tomcat 4.0.3 + Apache 1.3.24 + warp From: Hyunjin Kim [EMAIL PROTECTED] === Ok.. I've had enough.. - I installed Struts 1.1b and the warp connector didn't correctly handle *.do calls. - I changed the configuration so that I use /execute/* instead of *.do - I configured Tomcat's

Re: BUG!!: Tomcat 4.0.3 + Apache 1.3.24 + warp

2002-04-02 Thread @Basebeans.com
Subject: Re: BUG!!: Tomcat 4.0.3 + Apache 1.3.24 + warp From: Hyunjin Kim [EMAIL PROTECTED] === oh... disregard this post.. I just wrote this outta frustration.. I actually had one blank space in front of password 'hyunjin' in the database.. (usual error is you use ms sql...) one question..

Re: Setting up a virtual host

2002-04-02 Thread @Basebeans.com
Subject: Re: Setting up a virtual host From: Hyunjin Kim [EMAIL PROTECTED] === Assuming you are using mod_webapp, add the following to virtualhost directive: WebAppConnection warpConnection warp localhost:8008 WebAppDeploy [tomcat webapp name] warpConnection / VirtualHost 211.116.250.145

Tyrex/Warp JDBC NamingContext problem

2002-04-03 Thread @Basebeans.com
Subject: Tyrex/Warp JDBC NamingContext problem From: Hermod Opstvedt [EMAIL PROTECTED] === Hi all I have looked all over the place, and come across several people that are experiencing the same as me. When I access my .jsp's directly to TC, a lookup of the JDBC that I configured in server.xml

Saving Userid under Form-based Security

2002-04-03 Thread @Basebeans.com
Subject: Saving Userid under Form-based Security From: Dave Butler [EMAIL PROTECTED] === For convenience, I wish to save the userid in a cookie when the form-based login.jsp is processed. I have tried a few different approaches, without success. My current effort is to use a Filter, which

java.io.IOException: Stream ended prematurely.

2002-04-07 Thread @Basebeans.com
Subject: java.io.IOException: Stream ended prematurely. From: Hyunjin Kim [EMAIL PROTECTED] === hi. i am using apache 1.3 and tomcat 4.0.3 and warp connector. I have successfully developed and tested my application in tomcat only situation(using 8080), but when i ported the application to

Re: NIGHTMARE

2002-04-08 Thread @Basebeans.com
Subject: Re: NIGHTMARE From: Vic Cekvenich [EMAIL PROTECTED] === What Java application server do you like that is easy to install? WebSphere? WebLogic? Árni Arent wrote: Your software, Tomcat, is a nightmare to install. I've spent 2 WHOLE days trying to make it work without success.

Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-09 Thread @Basebeans.com
Subject: Please help me on a question about TOMCAT OR APACHE + TOMCAT From: Hyunjin Kim [EMAIL PROTECTED] === all my web pages will be in jsps (to use include). Should I still use Apache in front of TOMCAT? won't it be better to use tomcat only in my case?(although I will still use images and

Multiple tomcats (4.0.3), Apache 1.3.20, RH 7.2 - Help pls, we're desperate!!!

2002-04-11 Thread @Basebeans.com
Subject: Multiple tomcats (4.0.3), Apache 1.3.20, RH 7.2 - Help pls, we're desperate!!! From: Thinh Doan [EMAIL PROTECTED] === BlankWe're having a tough time configuring multiple tomcats running on the same server using mod_webapp. Each individual tc starts up fine, each with its own warp

tomcat 4.0.3 multiple instance catalina_base set-up.. stand-alone on linux

2002-04-12 Thread @Basebeans.com
Subject: tomcat 4.0.3 multiple instance catalina_base set-up.. stand-alone on linux From: Hyunjin Kim [EMAIL PROTECTED] === is it possible to set up catalina_base for multiple instaces all using same port? I am in an environment where the web server and java container is the same (TOMCAT stand

jspc : taglib mapping support

2002-04-12 Thread @Basebeans.com
Subject: jspc : taglib mapping support From: Lian Seng, Loh [EMAIL PROTECTED] === Hi, I have jsp with taglib-uri lime /WEB-INF/struts-html.tld, but are actually mapped to a different location under WEB-INF. ie in web.xml :- taglib taglib-uri/WEB-INF/struts-html.tld/taglib-uri

Re: tomcat 4.0.3 multiple instance catalina_base set-up.. stand-alone on linux

2002-04-14 Thread @Basebeans.com
Subject: Re: tomcat 4.0.3 multiple instance catalina_base set-up.. stand-alone on linux From: Hyunjin Kim [EMAIL PROTECTED] === Thanks, David. I know it works. I have successfully (we.. partially) configured the combination and apache forwarded reqests to jsps and servlets fine. But, file

Re: What does IMHO mean?

2002-04-15 Thread @Basebeans.com
Subject: Re: What does IMHO mean? From: Hyunjin Kim [EMAIL PROTECTED] === hehe.. you guys are funny :) sharadsk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... This is Tomcat Discussion List. Please stop this. And do not put such questions on this list. -S -Original

Re: JDBC Connection problem.

2002-04-17 Thread @Basebeans.com
Subject: Re: JDBC Connection problem. From: Vic Cekvenich [EMAIL PROTECTED] === Unit test the beans in a java system main console application. Then put in Tomcat. Diego, Emil wrote: it works as a stand alone application. I have used this driver before many times and have never had a

Questions about Tomcat and Apache Integration?

2002-04-18 Thread @Basebeans.com
Subject: Questions about Tomcat and Apache Integration? From: Jack Gao [EMAIL PROTECTED] === Hi, List I have some questions about Tomcat and Apache integration. As I remember that the reason of not use Tomcat as a web server but only JSP/Servlet engine is because of performance. Tomcat is not

Warp connector Howto

2002-04-19 Thread @Basebeans.com
Subject: Warp connector Howto From: Bruno V [EMAIL PROTECTED] === I tried to search for guides and howto to install Tomcat and Apache WITH a WARP connector (mod_webapp) Here is what I found so far : http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp codesta by Joseph

Re: Questions about Tomcat and Apache Integration?

2002-04-19 Thread @Basebeans.com
Subject: Re: Questions about Tomcat and Apache Integration? From: Jack Gao [EMAIL PROTECTED] === Nobody has interests with it? Well, maybe I should give more information. I believe somebody must have interests with it also. I tried to use mod_webapp, but since I can not get apache and tomcat

Re: apache and tomcat

2002-04-22 Thread @Basebeans.com
Subject: Re: apache and tomcat From: Bruno V [EMAIL PROTECTED] === I tried to search for guides and howto to install Tomcat and Apache WITH a WARP connector (mod_webapp) Here is what I found so far : http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp codesta by Joseph

Re: Tomcat 4.04b2 and Poolman2.04

2002-04-28 Thread @Basebeans.com
Subject: Re: Tomcat 4.04b2 and Poolman2.04 From: Vic Cekvenich [EMAIL PROTECTED] === Put all the jar files in lib folder of your web app. Put the poolman.xml in classes folder. Vic Louis Voo wrote: Hi, I have a problem with using poolman and tomcat. I already put all = the jar files

Re: Tomcat Crash or stuck without DISPLAY

2002-04-29 Thread @Basebeans.com
Subject: Re: Tomcat Crash or stuck without DISPLAY From: Torgeir Veimo [EMAIL PROTECTED] === Liza Shuliak wrote: Being running from terminal window without DISPLAY environmental variable defned properly, (that is when DISPLAY points to closed display, for example), catalina (version 4.0.1)

Re: jsp servlet error in NetBeans

2002-04-29 Thread @Basebeans.com
Subject: Re: jsp servlet error in NetBeans From: Joey DiPrimo [EMAIL PROTECTED] === Under your tomcat directory there should be a sub-directory work/DEFAULT/your-app-name Under that directory should be .java and .class files that correspond to your .jsps. These are automatically generated by

Problem with Filters - Tomcat 4.0.1

2002-04-29 Thread @Basebeans.com
Subject: Problem with Filters - Tomcat 4.0.1 From: Shaun Thompson [EMAIL PROTECTED] === Hello, I'm trying to run a filter for my jsp's formatting the output I get back for a wap enabled browser. The problem that I run into is when I stuff the response in a wrapper and send it down the filter

Re: Problem with Filters - Tomcat 4.0.1

2002-04-29 Thread @Basebeans.com
Subject: Re: Problem with Filters - Tomcat 4.0.1 From: Shaun Thompson [EMAIL PROTECTED] === Answered my own question. The setContentType() on my responseWrapper was being called again downstream before the response was committed setting the content type back to text/html. Shaun Thompson

Re: SUMMARY: Apache 2.0.35 + Tomcat 4.0.3 under Windows 2000/XP

2002-04-30 Thread @Basebeans.com
Subject: Re: SUMMARY: Apache 2.0.35 + Tomcat 4.0.3 under Windows 2000/XP From: Bruno V [EMAIL PROTECTED] === I tried to search for guides and howto to install Tomcat and Apache WITH a WARP connector (mod_webapp) Here is what I found so far :

databases and JNDI resource problem

2002-05-01 Thread @Basebeans.com
Subject: databases and JNDI resource problem From: guido schnider [EMAIL PROTECTED] === While trying to connect a mysql DB with Tomcat 4.0.4-b1 ant struts 1.x as described in the Tomcat manual under JNDI Resources HOW-TO I get the following error. It looks like that he is still looking for the

Re: problem with mod_jk

2002-05-02 Thread @Basebeans.com
Subject: Re: problem with mod_jk From: Hyunjin Kim [EMAIL PROTECTED] === Your apache server might not have support functionality for dynamic modules.. try recompiling your apache with enable_module=so.. it might work. as for the path stuff, you can give your apache the full path name, like

Linux-Tomcat looking for Windows files!!! HELP!!

2002-05-02 Thread @Basebeans.com
Subject: Linux-Tomcat looking for Windows files!!! HELP!! From: Hyunjin Kim [EMAIL PROTECTED] === in my apache error.log file, I see [Sat Apr 27 13:22:39 2002] [error] [client 211.255.112.14] File does not exist: /usr/local/jakarta-tomcat-4.0.3/webapps/ROOT/scripts/..%5c../winnt/system32/

Directory index forbidden by rule: /usr/local/jakarta-tomcat-4.0.3/webapps/manager/???

2002-05-02 Thread @Basebeans.com
Subject: Directory index forbidden by rule: /usr/local/jakarta-tomcat-4.0.3/webapps/manager/??? From: Hyunjin Kim [EMAIL PROTECTED] === Hi. I am using linux + apache 1.3 + tomcat 4.0 + mod_jk... in my httpd.conf file, I have.. : VirtualHost 333.333.333.333 ServerAdmin [EMAIL PROTECTED]

Re: Linux-Tomcat looking for Windows files!!! HELP!!

2002-05-03 Thread @Basebeans.com
Subject: Re: Linux-Tomcat looking for Windows files!!! HELP!! From: Jack Gao [EMAIL PROTECTED] === You got hacker trying to hack you. Be careful with your system. BTW. why you forward all request to Tomcat? that will low your system performance. Jack Hyunjin Kim [EMAIL PROTECTED] wrote in

Re: mod_webapp.dll

2002-05-07 Thread @Basebeans.com
Subject: Re: mod_webapp.dll From: Bruno V [EMAIL PROTECTED] === You can find it here : http://www.acg-gmbh.de/mod_jk/ Other guides, how-to about Apache + Tomcat + connectors : http://bruno.vernay.free.fr/HowTo/bWebServerHowTo/ch05.html -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: Can't build mod_webapp.so

2002-05-07 Thread @Basebeans.com
Subject: Re: Can't build mod_webapp.so From: Bruno V [EMAIL PROTECTED] === You should check : http://www.pubbitch.org/jboss.html Other guides and tutorial about Apache + tomcat + connectors : http://bruno.vernay.free.fr/HowTo/bWebServerHowTo/ch05.html -- To unsubscribe, e-mail:

Re: mod_jk setup

2002-05-10 Thread @Basebeans.com
Subject: Re: mod_jk setup From: Bruno V [EMAIL PROTECTED] === You should check : http://www.acg-gmbh.de/mod_jk/ Other guides and tutorial about Apache + tomcat + connectors : http://bruno.vernay.free.fr/HowTo/bWebServerHowTo/ch05.html -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: building mod_jk on solaris

2002-05-10 Thread @Basebeans.com
Subject: Re: building mod_jk on solaris From: Jack Gao [EMAIL PROTECTED] === I think you need mod_jk for freebsd, because mod_jk.so will been loaded by Apache, but not Tomcat. I finally get mod_jk for Apache 2.0 from Tomcat-Connector-4.0.4-b2-src on Solaris 7 platform build successfully. What I

Re: building mod_jk on solaris

2002-05-11 Thread @Basebeans.com
Subject: Re: building mod_jk on solaris From: Jack Gao [EMAIL PROTECTED] === Sorry, I don't have any experience with FreeBSD. Jack Peter Choe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... thanks for the info. do you have an idea where i can get it for freebsd 3.x? i have

Re: Website for Tomcat/Apache Integration...

2002-05-17 Thread @Basebeans.com
Subject: Re: Website for Tomcat/Apache Integration... From: Bruno V [EMAIL PROTECTED] === I tried to search for guides and howto to install Tomcat and Apache WITH a WARP connector (mod_webapp) or mod_jk I will try to keep it up to date on

Re: tomcat 4.0 + apache 1.3 + mod_ssl

2002-05-22 Thread @Basebeans.com
Subject: Re: tomcat 4.0 + apache 1.3 + mod_ssl From: Bruno V [EMAIL PROTECTED] === Here are some SSL explanations http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp and in http://www.galatea.com/flashguides/ too I will try to keep it up to date on

Re: Custom Authentification

2002-05-22 Thread @Basebeans.com
Subject: Re: Custom Authentification From: Adam Skobodzinski [EMAIL PROTECTED] === Hello Eric, I am not sure which classes that you looked at were final, but here is an excerpt from latest Tomcat (4.0.3b) changelog: - Catalina New Features: - [B1]

app deployment on tomcat windows

2002-05-22 Thread @Basebeans.com
Subject: app deployment on tomcat windows From: Joey DiPrimo [EMAIL PROTECTED] === I need to deploy a web app quickly on tomcat. I wanted to deploy it on Linux but can't wait for the servers to be ready, so I thought I would deploy on windows 2k servers. I tried getting it to work with IIS as

Tomcat 4.1.0 nightly build - problem deploying

2002-05-23 Thread @Basebeans.com
Subject: Tomcat 4.1.0 nightly build - problem deploying From: Chris Miller [EMAIL PROTECTED] === I'm trying to deploy an app on the latest nightly build of Tomcat 4.1. Several of the WEB-INF/lib/*.jar files are not being deployed, and the error is the same for each one (shown below). Any ideas

Re: PROPOSAL for Connectors

2002-05-27 Thread @Basebeans.com
Subject: Re: PROPOSAL for Connectors From: Bruno V [EMAIL PROTECTED] === I really agree with that, we need to capitalise thoses informations to avoid all the mail about connector's problems. Somehow, I began with a page referencing Guides and howto. I saw that it makes about

Tomcat Application CVS

2002-05-27 Thread @Basebeans.com
Subject: Tomcat Application CVS From: Rohit Peyyeti [EMAIL PROTECTED] === Hello All: Can anybody tell me what would be the best way to create tomcat applications under CVS repository? Is there any standard way for managing tomcat applications under CVS? If so, why and what? Any help will be

Re: 1 IP

2002-05-27 Thread @Basebeans.com
Subject: Re: 1 IP From: Dan Paraschiv [EMAIL PROTECTED] === I think that for your problem the best answer is a valve component, for more details see: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html Good luck, Dan [EMAIL PROTECTED] -- To unsubscribe, e-mail:

A new version of a sample webApp with DB (using Struts)

2002-05-27 Thread @Basebeans.com
Subject: A new version of a sample webApp with DB (using Struts) From: Vic C [EMAIL PROTECTED] === A new version of Struts/MVC webApp training up available for download on StrutsPLUS.com (also the host of news.baseBeans.com news groups suchs SOAP, JDO, SQL, Strtus, Jakarta, etc aka webPIM).

jbuilder 5 and tomcat 4

2002-05-29 Thread @Basebeans.com
Subject: jbuilder 5 and tomcat 4 From: Jean Fotovat [EMAIL PROTECTED] === hello community, i'd like to integrate tomcat 4 within jbuilder 5 quickly. when i try to change the servlet.jar (4 instead of 3.2), jbuilder does not like that ! thank you for your help jean fotovat -- To unsubscribe,

javamail example in tomcat?

2002-05-31 Thread @Basebeans.com
Subject: javamail example in tomcat? From: jambo [EMAIL PROTECTED] === Anyone know why I get this error. I'm just trying to run javamail wewb example but the I get a XML parsing exception. I've checked the dtd and it looks OK to me. Is there a bug in the parser? Apache Tomcat/4.0 PARSE error

How can I use ConnectionPool

2002-06-01 Thread @Basebeans.com
Subject: How can I use ConnectionPool From: bingo [EMAIL PROTECTED] === hi: I konw tomcat have a connection Pool. How use It. Thanks. bingo -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Translating Apache .conf command to Tomcat stand-alone

2002-06-04 Thread @Basebeans.com
Subject: Translating Apache .conf command to Tomcat stand-alone From: Rob Storrs [EMAIL PROTECTED] === I'm trying to fix a problem we're having getting Tomcat to serve out a Flash *.swf over HTTPS to MSIE on Windows. What my research has led me to is trying to have Tomcat modify its response

Re: Popular question

2002-06-06 Thread @Basebeans.com
Subject: Re: Popular question From: Bruno V [EMAIL PROTECTED] === I know what you mean ... a start point could be http://bruno.vernay.free.fr/HowTo/Apache-tomcat/bWebServer/references.html I would like to do more, but I have little time and I guess Tomcat peoples too. PS: if someone know

  1   2   >