Re: portals

2003-09-24 Thread Mete Kural
Two good open source portal servers are: http://www.liferay.com http://jakarta.apache.org/jetspeed Both have mailing lists where you can ask questions at. Hope this helps. Mete -- Original Message -- From: mike jackson [EMAIL PROTECTED] Reply-To: Tomcat

[ANNOUNCE] Liferay Enterprise Portal 2.0 RC1 released (with JSR-168 support)

2003-09-24 Thread Mete Kural
Hello Everyone, I would like to let you know that Liferay Enterprise Portal 2.0 Release Candidate 1 has been released. Liferay 2.0 RC1 supports the JSR-168 Portlet standard. Liferay is a free open-source implementation of an enterprise portal server similar to Jetspeed, WebSphere, Plumtree and

JDBCRealm w/ Apache, How to???

2003-03-24 Thread Mete Kural
Hi, I am perplexed at this interesting problem. We want to use JDBCRealm to authenticate users in Tomcat, but yet we want to serve static stuff via Apache to improve performance (we have a lot of static material behind authentication). If we set up Tomcat as a worker for Apache using the JK2

Re: JDBCRealm w/ Apache, How to???

2003-03-24 Thread Mete Kural
of a performance problem is the DefaultServlet in Tomcat compared to Apache. Are you REALLY losing THAT much performance by letting the DefaultServlet serve those static files? Is it necessary? - Original Message - From: Mete Kural [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

RE: JDBCRealm w/ Apache, How to???

2003-03-24 Thread Mete Kural
building knowledge as well as some method of integrating with Tomcat through that mod. I, unfortunately, do not have the time to research and build such a module :( -Original Message- From:Mete Kural [SMTP:[EMAIL PROTECTED] Sent:Monday, March 24, 2003 2:21 AM To: Tomcat Users

Authentication with Tomcat/Apache Question

2003-03-21 Thread Mete Kural
Hi, I am perplexed at this interesting problem. We want to use JDBCRealm to authenticate users in Tomcat, but yet we want to serve static stuff via Apache to improve performance. If we set up Tomcat as a worker for Apache using the JK2 connector, I don't see how requests for static files are

[ANNOUNCEMENT] Liferay Enterprise Portal 1.8 RC3 released

2003-03-05 Thread Mete Kural
Hello Everyone, Liferay Enterprise Portal 1.8 Release Candidate 3 has been released. A new feature in this release is an RSS portlet. You can download Liferay bundled and pre-configured with JBoss/Tomcat, JBoss/Jetty or Orion. Or if you wish you can download the .EAR enterprise archive file and

[ANNOUNCEMENT] Liferay Enterprise Portal 1.8 RC2 is released

2003-02-25 Thread Mete Kural
Hello Folks, The Liferay team is proud to announce that Liferay Enterprise Portal 1.8 Release Candidate 2 has been released. You can download Liferay bundled and pre-configured with JBoss/Tomcat, JBoss/Jetty or Orion. Or if you wish you can download the .EAR enterprise archive file and deploy it

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Mete Kural
you need a shared memory block in your workers2.properties file. I don't use JK2, but I think it should look something like this: [shm] file=${serverRoot}/logs/shm.file size=1048576 John -Original Message- From: Mete Kural [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Mete Kural
is invoked by JBoss make a difference? Any ideas? Thanks, Mete --- Turner, John [EMAIL PROTECTED] wrote: Do you have a Connector configured for port 8009 in server.xml? John -Original Message- From: Mete Kural [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 11:35

JK2 2.0.1 and Apache 2.0.44 problem

2003-02-18 Thread Mete Kural
Hello guys, I'm having trouble connecting Apache and Tomcat with JK2 v2.0.1. I am using Apache 2.0.44 and Tomcat 4.1.12 which is bundled inside of the JBoss 3.0.4 distribution. I'm on a Red Hat Linux 8.0. I set up the configuration as the minimum recommended on the jk2 documentation website. The

Exception processing JAR in Tomcat 4.1.7

2002-07-30 Thread Mete Kural
Hi, I'm getting the below exception in Tomcat 4.1.7 (installed from the .zip distribution) while loading xalan.jar in a WEB-INF/lib/ directory. Do you have any suggestions on what might be causing it? Thanks, Mete javax.servlet.ServletException: Exception processing JAR at resource path

Re: Exception processing JAR in Tomcat 4.1.7

2002-07-30 Thread Mete Kural
Addition: Not just for xalan.jar, this happens for many other jars such as jakarta-oro.jar, xercesImpl.jar, saxpath.jar, etc. I'm using the jakarta-tomcat-4.1.7-LE-jdk14.tar.gz binary distribution of Tomcat 4.1.7. Thanks, Mete --- Mete Kural [EMAIL PROTECTED] wrote: Hi, I'm getting

Re: Exception processing JAR in Tomcat 4.1.7

2002-07-30 Thread Mete Kural
I read in an email that this problem does not occur with the .exe distribution of Tomcat 4.1.7., but the tar version only. Does anybody have any insight into why this might be happening? Thanks, Mete --- Mete Kural [EMAIL PROTECTED] wrote: Addition: Not just for xalan.jar, this happens

Are usernames case-sensitive in JDBCRealm?

2002-07-25 Thread Mete Kural
Hello, I use JDBCRealm and for some reason the usernames are not checked with the database in a case-sensitive manner. The passwords are still checked case-sensitive as they should be. Is this expected behaviour in JDBCRealm, or do you think there's something wrong with my webapp or database?

JDBCRealm: Case-sensitive usernames

2002-07-24 Thread Mete Kural
Hello, I use JDBCRealm and for some reason the usernames are not checked with the database in a case-sensitive manner. The passwords are still checked case-sensitive as they should be. Is this expected behaviour in JDBCRealm, or do you think there's something wrong with my webapp or database?

JDBCRealm Question

2002-07-22 Thread Mete Kural
the user role all in one table and not deal with a seperate table for user_roles. Is what I want possible? Or do you have a suggestion on how to manage my user_roles data in the relational database? Thanks, Mete Kural __ Do You Yahoo!? Yahoo! Health

Re: JDBCRealm Question

2002-07-22 Thread Mete Kural
] === 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 about how the user roles are deterermined in JDBCRealm

RE: forwarding through j_security_check

2002-07-18 Thread Mete Kural
Jim, You may also want to check out Tapestry: http://www.saush.com/tapestry/ Good luck, Mete __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Tomcat and Unicode parameters in URLs ???

2002-03-16 Thread Mete Kural
Hello all, I tried a million ways of making Tomcat 4.0.3 work with Unicode URL parameters, but nothing seems to work. It always corrupts the parameters. Does anybody know a workaround to make Unicode request parameters work with Tomcat? For instance, I changed the SnoopServlet example given