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 sta

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 th

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. Howeve

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

2002-07-15 Thread @Basebeans.com
e list 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 downlo

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

2002-07-15 Thread @Basebeans.com
k here and I'll email it to you. How is that? > > Regards, > > Eddie > > Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: > > >Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: > > > >>Subject: Installing Tomcat 4.0.4 on Red Hat 7.3 w

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. h

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

2002-07-17 Thread @Basebeans.com
ilis > > On Tuesday 16 July 2002 16:18, you wrote: > > I haven't been able to get 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 i

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 : This error happens only in production environment, with all others in

new MVC with Standard Tags and DB sample

2002-07-18 Thread @Basebeans.com
and often.) To keep up on this and related 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:[EM

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

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 Dat

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

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]> === 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

Re: More JDBCRealm Questions

2002-07-23 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 JDBCRe

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 speci

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 >&g

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 a

*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 basicportal

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: For additional commands, e-mail:

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

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 T

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:inclu

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

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 st

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 Str

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 bro

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 -keystor

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 .ke

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 def

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 f

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

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. Howev

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/ cm

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.. : ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/loca

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

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:

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: F

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. Wha

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

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 http://bruno.vernay.free.fr/HowTo/Apache-tomcat/bWebS

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 http://bruno.verna

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] Auth

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

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 idea

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 unsubscri

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 err

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: For additional commands, e-mail:

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 wh

running Tomcat on port 80 as non root

2002-06-06 Thread @Basebeans.com
Subject: running Tomcat on port 80 as non root From: "Aymeric Alibert" <[EMAIL PROTECTED]> === I am trying to find a workaround to the fact that Tomcat cannot run as non-root on port 80 on UNIX. It seems that our firewall can redirect the request from port 80 to port 8080. This way, tomcat can r

Re: Configuration

2002-06-07 Thread @Basebeans.com
Subject: Re: Configuration From: Bruno V <[EMAIL PROTECTED]> === There are some info on Jguru. Let me know if you find more pages. Check "mod_jk (APJ13) by Detlev Beutner" : http://www.acg-gmbh.de/mod_jk/solaris/index.htm http://bruno.vernay.free.fr/HowTo/Apache-tomcat/bWebServer/references.ht

Re: How can I disable "authentication" in Tomcat 4?

2002-06-10 Thread @Basebeans.com
Subject: Re: How can I disable "authentication" in Tomcat 40 41 42 43 44 45 46 47 48 49 From: "Chris Miller" <[EMAIL PROTECTED]> === Look for a tag and a tag in your web.xml file. Removing them should solve the problem. "Luca Ventura" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

Re: tomcat-apache with webapp connector

2002-06-11 Thread @Basebeans.com
Subject: Re: tomcat-apache with webapp connector From: Bruno V <[EMAIL PROTECTED]> === You asked for pointer : here they are : http://bruno.vernay.free.fr/HowTo/Apache-tomcat/bWebServer/references.html Good luck ! -- To unsubscribe, e-mail: For additional commands,

Re: mod_jk2/webapp source releases? recommendation?

2002-06-11 Thread @Basebeans.com
Subject: Re: mod_jk2/webapp source releases? recommendation? From: Bruno V <[EMAIL PROTECTED]> === For the source, I think that you have to use the CVS link (in http://jakarta.apache.org/builds/jakarta-tomcat-connectors/) Many people complains for the lack of compiled connector and more genera

Re: System.out.println

2002-06-12 Thread @Basebeans.com
Subject: Re: System.out.println From: "Simon" <[EMAIL PROTECTED]> === The System.out.println should normal goes to catalina.out under tomcat/logs Simon. -- To unsubscribe, e-mail: For additional commands, e-mail:

Tomcat +/-

2002-06-12 Thread @Basebeans.com
Subject: Tomcat +/- From: J Isv <[EMAIL PROTECTED]> === I've been looking everywhere on the net, but I am unable to find a list of advantages and disadvantages of using Tomcat in a production environment. I'd like to hear constructive comments from people who have experiences, both good and bad

Re: Authenticating against Microsoft ActiveDirectory

2002-06-13 Thread @Basebeans.com
Subject: Re: Authenticating against Microsoft ActiveDirectory From: "Vic C." <[EMAIL PROTECTED]> === Another way is to have create a view in MS SQL against the Active Directory. Then use that SQL "table" for JDBC relms. Vic Alberto Bolchini wrote: > Me too > > >>I would really love to see a li

Re: Announce: Upcoming Struts training in NYC on 8/2.

2002-06-13 Thread @Basebeans.com
Subject: Re: Announce: Upcoming Struts training in NYC on 8/2. From: "Vic C." <[EMAIL PROTECTED]> === > Upcoming Struts training in NYC on 8/2. > http://www.basebeans.com/classReservation.jsp > > More info on MVC-programmers mail list as the data approaches. > > August 2nd at 7:45 AM in NYC

Using "catalina run" fails...

2002-06-13 Thread @Basebeans.com
Subject: Using "catalina run" fails... From: "Kevin O'Connor" <[EMAIL PROTECTED]> === Any suggestions on this... C:\Apache\Tomcat 4.0\bin>catalina run Using CATALINA_BASE: C:\Apache\Tomcat 4.0\ Using CATALINA_HOME: C:\Apache\Tomcat 4.0\ Using CATALINA_TMPDIR: \C:\Apache\Tomcat 4.0\temp Using

Re: AJP vs WARP Connector

2002-06-18 Thread @Basebeans.com
Subject: Re: AJP vs WARP Connector From: Bruno V <[EMAIL PROTECTED]> === It's true that there are few info. I wouldn't blame the developpers. But there could be just a word, like "connectors for Tomcat 4 and Apache 2 are in beta or alpha stage ... ". I tryed to reference all the howto and infos

Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver

2002-06-22 Thread @Basebeans.com
Subject: Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver From: "Matt Raible" <[EMAIL PROTECTED]> === I have an entry for my web-application in server.xml so I can use a JDBCRealm and a JNDI Datasource. When I change my context's path from to: I get the

Re: Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver

2002-06-24 Thread @Basebeans.com
ost/ rather than from http://localhost/myAppName. I was under the impression that the way to do this was to change the Context path to "". Thanks, Matt "Martin Jacobson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Jakarta Tomcat Newsgroup (@Baseb

Two questions !

2002-06-24 Thread @Basebeans.com
Subject: Two questions ! From: "Dan Paraschiv" <[EMAIL PROTECTED]> === 1. How do I get from a servlet the path where is installed Tomcat (not the path of my web application) ? The solution could be specific to Tomcat, because I am sure that my application it will always run on Tomcat. 2. It

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 cal

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 mo

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 o

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 ServiceLoca

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 dis

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:

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: For additional commands: Troubles with the list:

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

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 Ecli

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 contai

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" <

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 prob

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 Tomca

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 ServerName asdf.com ErrorLog logs/asdf.com-error_log WebAppConnection warpConnection warp localhost:8008 WebAppDeploy [tomcat webapp name

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.xm

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 inc

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 com

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 con

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

2002-04-11 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 sta

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

2002-04-12 Thread @Basebeans.com
Subject: Re: Multiple tomcats (4.0.3), Apache 1.3.20, RH 7.2 - Help pls, we're desperate!!! From: "Thinh Doan" <[EMAIL PROTECTED]> === Sorry I transcribed (not copied & pasted) the scripts wrong. It was as you said: WebAppDeploy app2 conn2 /app2 I used 2 instances for manageability & reliabili

  1   2   >