intranet application

2002-12-27 Thread # Lalit Nagpal #
hi guys ... somebody please tell me how to write a intranet application using tomcat ... how to configure tomcat for an intranet application thanx in advance Lalit Nagpal = # Lalit Nagpal # __ Do you Yahoo!? Yahoo! Mail Plus - Powerful.

How to config mod_jk2 jni with JVM ?

2002-12-27 Thread Gery Kahn
I have linux redhat 7.3, tomcat 4.1.17, apache 1.3.27 with mod_jk2 and jdk 1.4.1_01 How am i configure jni with JVM? My apache refuses to startup JVM ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: How to config mod_jk2 jni with JVM ?

2002-12-27 Thread Anthony Marlowe
Hi Gery, I using Apache 2.0.43 with mod_jk2 and tomcat 4.1.18 You need to set the following in your workers2.properties: [vm:] info=Parameters used to load a JVM in the server process JVM=this has to point to your JVM. you will probably need the complete patch and not $JAVA_HOME...

Help setting permissions

2002-12-27 Thread Nome real
Hi all, I have the following piece of code: snip properties = new Properties(); properties.putAll( System.getProperties() ); /snip I'm running Tomcat 4.1.12 with security manager. I have the java.util.PropertyPermission *, read permission granted, but I have the

Tomcat 4.1.18 jspc problem.

2002-12-27 Thread Alexey Kozadaev
Hello everyone, I'm experiencing a problem with jspc. It always returns NullPointerException, no matter what .jsp file I compile. Although it works thru ?jsp_precompile, unfortunately we have a very big web site where plenty of jsp files and they are have certain, complex structured layout in

Re: How to config mod_jk2 jni with JVM ?

2002-12-27 Thread Gery Kahn
Anthony Marlowe wrote: Hi Gery, I using Apache 2.0.43 with mod_jk2 and tomcat 4.1.18 You need to set the following in your workers2.properties: [vm:] info=Parameters used to load a JVM in the server process JVM=this has to point to your JVM. you will probably need the complete patch and not

RE: Yes!!! It works!!! (was: Re: mod_jk---still trying, getting closer)

2002-12-27 Thread Denise Mangano
Congrats!! You sound as excited as I was when my setup finally started to work :) I do find it strange though how my config works with the Listener directives uncommented, and yours did not... Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From:

Re: intranet application

2002-12-27 Thread Hanasaki JiJi
Tomcat doesnt care if its intranet or internet. It is all TCP/IP to Tomcat. Some comibination of the following separates a internet from intranet: firewall, NAT(Network Address Translation), Proxies ... Tomcat supports CGI and Servlet based applications. I would highly suggest going the

Question - Form Validation

2002-12-27 Thread Denise Mangano
Hi all :) I'm not sure if these types of questions belong is this list?? I've seen people post JSP and/or servlet questions, so I am assuming they do... ? I am trying to figure the best way to do form validation with JSP. I have a JSP with a form that calls another JSP to process that form and

RE: Yes!!! It works!!! (was: Re: mod_jk---still trying, getting closer)

2002-12-27 Thread Justin L. Spies
This was a message I thought I had sent to the list, but I somehow managed to send it to Jerry directly... Congratulations Jerry! Glad to hear that you've got a working system now! Just for the benefit of the other list members out there, the pieces we commented out were the following: !--

RE: Yes!!! It works!!! (was: Re: mod_jk---still trying, getting closer)

2002-12-27 Thread Denise Mangano
Justin - Any thoughts on why that did the trick? As I mentioned, those directives are not commented out on my config, but it works?? Just curious is all... Thanks! Denise -Original Message- From: Justin L. Spies [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 10:01 AM

RE: Yes!!! It works!!! (was: Re: mod_jk---still trying, getting closer)

2002-12-27 Thread Justin L. Spies
Denise, I'm not sure what the difference is between the two systems. I'm going to try this again at home and see what I can come up with. I'll let you know. Sincerely, Pantek Incorporated Justin L. Spies URI: http://www.pantek.com Ph 440.519.1802 Fax 440.248.5274 Cell 440.336.3317

Re: Security Configuration in WEB.XML

2002-12-27 Thread Lior Shliechkorn
Thank you Gary, I will check these links out. Have a happy new year. Gary Gwin [EMAIL PROTECTED] wrote:Lior, It looks like you have short-circuited Tomcat's security model and created your own. We have a Tomcat Security Overview and Analysis that might be of help at:

SSL and Non-SSL Pages

2002-12-27 Thread afterz
Hello, I'm starting to use SSL in tomcat and I want to know if there is a way to tell wich pages (html, jsp, servlet, ...) can be accessed only through http, or https, or both. Thanks. Ricardo Costa. Don't E-Mail, ZipMail! http://www.zipmail.com/

Configuring context docPaths

2002-12-27 Thread Myles M
I am trying to get Tomcat configured to allow access to pages stored in a location other than the webapps directory path. I am running tomcat 4.0.1-227 under suse 8.0. The location that I am trying to access is /common/webs. Files in this location are displayable from Apache, but, not Tomcat.

RE: Configuring context docPaths

2002-12-27 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
make docBase=/common/webs -Original Message- From: Myles M [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 10:27 AM To: [EMAIL PROTECTED] Subject: Configuring context docPaths I am trying to get Tomcat configured to allow access to pages stored in a location other than the

Re: Configuring context docPaths

2002-12-27 Thread Myles M
Thank you that solved it. Now I feel really stupid because that is the way I had it before I created the symbolic link. make docBase=/common/webs -Original Message- From: Myles M [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 10:27 AM To: [EMAIL PROTECTED] Subject:

JK warning in Application Log

2002-12-27 Thread Tuan H. Le
Hi, We see many of this warning (below) in W2K Application Log. Does anyone know the cause of generating this warning? Type: Warning Event ID: 2 Description: Error: [jk_worker_ajp13.c (407)]: ajp13.service() ajpGetReply recoverable error 12 We are using IIS 5 with Tomcat 4.1.17 and

Tomcat stability problem

2002-12-27 Thread Ben Glorie
We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB RAM. The application consists of 100,000+ HTML pages and approx. 100 jsp pages. We get approx. 60,000 page views per day. Performance is fine, but occasionally the system runs into the following problem: - when you request a jsp page in

Re: Question - Form Validation

2002-12-27 Thread Gary Gwin
Denise, Consider using the Jakarta Struts project. It is very popular and provides a framework for form validation and error handling. http://jakarta.apache.org/struts/ Gary Denise Mangano wrote: Hi all :) I'm not sure if these types of questions belong is this list?? I've seen people

Hey Jeffrey

2002-12-27 Thread Gman
I still can't get Apache to run when I add the following lines. # Configure mod_jk # #JkWorkersFile C:/Apache/conf/workers.properties--path to where I placed the workers.properties file. #JkLogFile C:/Apache/apache/logs/mod_jk.log--path to where the log files will and should be created.

RE: Hey Jeffrey

2002-12-27 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
You can try one of two things place the workers and log files in C:\ as maybe there is some path problem. or change the /'s to \'s. usual apache does not care but maybe mod_jk does were you able to run the apachectl configtest from the apache bin directory or see any errors in the error

Re: Tomcat stability problem

2002-12-27 Thread Torsten Fohrer
a simply performance switche for tomcat/jsp pages is the development init-param of jasper. cu Torsten Fohrer On Friday 27 December 2002 18:59, you wrote: We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB RAM. The application consists of 100,000+ HTML pages and approx. 100 jsp pages.

RE: Hey Jeffrey

2002-12-27 Thread Gman
I was unable to get any of the apachectl configtest from the apache bin directory, There were not any errors in the Apache error log, just the normal startup and shutdown entries. George Flatman -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] Sent:

RE: Hey Jeffrey

2002-12-27 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
I went and stared at a computer that had an old version of apache on it. there used to be a config test drop down you could access from the start button on windows Start -- Programs -- Apache Http Server -- Configure Apache Server -- Test Configuration That should run a check of your http conf

RE: FW: Incomplete shutdown of the java processes in Linux

2002-12-27 Thread John McNeill
Thank you, Jeff. I added that line to our log writer Thread and it did the job. -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 6:06 PM To: [EMAIL PROTECTED] Subject: Re: FW: Incomplete shutdown of the java processes in Linux So, I've

Struts - XML/XSL

2002-12-27 Thread Puneet Agarwal
I know that this topic has been dicsussed in this forum a number of times. I came to know this from mail archives, but my question still remains unanswered. In our application we have to generate some XML documents apart from HTML screens. The intent here is to send these XML documents to a

Remote access to Tomcat's naming service

2002-12-27 Thread John Paliwoda
Does anyone know how to get an InitialContext to Tomcat's naming service from outside of Tomcat's JVM? The documentation only describes how to get it from within Tomcat. I imagine it will look something like the following: Hashtable env = new Hashtable(); env.put(java.naming.factory.initial,

Re: How to config mod_jk2 jni with JVM ?

2002-12-27 Thread Anthony Marlowe
Hi Gery, How is your workers2.properties and jk2.properties setup? Here is a excerpt from my Apache2 error_log: [Fri Dec 27 13:47:31 2002] [notice] workerEnv.init() ok /Library/Apache2/conf/workers2.properties [Fri Dec 27 13:47:31 2002] [error] mod_jk child init 1 -2 can be ignored [Fri Dec

RE: Building jakarta-tomcat-connectors-jk-1.2.2-src

2002-12-27 Thread Turner, John
Actually, there are numerous fixes to Apache from .40 to .43. The solution isn't Red Hat packaging Tomcat, but packaging an appropriate version of Apache. If you're building a production server, I wouldn't run .40. John -Original Message- From: Hans Deragon [mailto:[EMAIL

RE: Yes!!! It works!!! (was: Re: mod_jk---still trying, getting closer)

2002-12-27 Thread Turner, John
That tells me that your virtual hosting configuration was messed up. That is, the URL you were trying (http://localhost) wasn't the URL that Apache was using to find JkMount statements, or vice versa, or the virtual host that Apache was using didn't match the virtual host that Tomcat was

RE: Yes!!! It works!!! (was: Re: mod_jk---still trying, getting closer)

2002-12-27 Thread Turner, John
That's the only way I run it. I can't imagine that the auto-generation was the culprit. If it was, it was due to another problem that compounded the issue. John -Original Message- From: Justin L. Spies [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 10:01 AM To: 'Tomcat

RE: Yes!!! It works!!! (was: Re: mod_jk---still trying, getting c loser)

2002-12-27 Thread Turner, John
My guess is the virtual hosting configuration was messed up somehow. Couldn't say more without trying the problem config files on one of my systems, but I don't have the time right now to do it. The auto-generation works like a charm, I can attest to that as can others. AFAIK, the only way

RE: Building jakarta-tomcat-connectors-jk-1.2.2-src

2002-12-27 Thread joe_d_williams
Now you tell me, after I got mine working. Actually, there are numerous fixes to Apache from .40 to .43. The solution isn't Red Hat packaging Tomcat, but packaging an appropriate version of Apache. If you're building a production server, I wouldn't run .40. John -- To unsubscribe,

RE: Apache Tomcat configuration Issue

2002-12-27 Thread Turner, John
Actually, I have read discussions on a PHP servlet for Tomcat...that is, a servlet that will accept PHP files instead of JSP files (or whatever the terminology is). If memory serves, it's barely beta, probably alpha, if ready to use at all. Searching Google or the archives would probably help.

RE: Apache and Tomcat.

2002-12-27 Thread Turner, John
1) You add Listener elements to Tomcat's server.xml. See Using ApacheConfig here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.html 2) WARP (mod_webapp) is dead. Don't use it. JK or JK2 are the choices going forward. If you decide you must use WARP, understand that it is a) no

Tomcat and Actuate e.Report Server

2002-12-27 Thread mmartinez
Is anyone running Tomcat 4.1.x and Actuate e.Report server Active Portal 6.0 Mariano Martinez Systems Analyst mailto:[EMAIL PROTECTED] Fax: (847) 267-8625 Ph: (847) 572-5435 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat stability problem

2002-12-27 Thread Remy Maucherat
Ben Glorie wrote: We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB RAM. The application consists of 100,000+ HTML pages and approx. 100 jsp pages. We get approx. 60,000 page views per day. Performance is fine, but occasionally the system runs into the following problem: - when you

Re: Remote access to Tomcat's naming service

2002-12-27 Thread Craig R. McClanahan
On Fri, 27 Dec 2002, John Paliwoda wrote: Date: Fri, 27 Dec 2002 14:35:59 -0600 From: John Paliwoda [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Remote access to Tomcat's naming service Does anyone know how to get an InitialContext to

How I got mod_jk running (Was: Re: Yes!!! It works!!!)

2002-12-27 Thread Jerry Ford
Well, I could not make auto-conf work, and the system does work without it. If anybody is interested in my experience, go here: http://www.katzenjammer.us/~jford/apache/tomcat/connectors/mod_jk_setup.shtml And, again, thanks to everybody for helping me out. Jerry Turner, John wrote: My

RE: Hey Jeffrey

2002-12-27 Thread Gman
Hey Jeffrey , Here is the only error i got. Syntax Error on line 985 of C:/Apache/conf/httpd.conf: Invalid command 'JkWorkersFile' Perhaps it is mis-spelled or defined by a module not included in the server configuration. Obvisouly the worker file is not where it is supposed to be hehehe. George

RE: How I got mod_jk running (Was: Re: Yes!!! It works!!!)

2002-12-27 Thread Turner, John
FYI - My binaries are fairly outdated, and I will be taking them down very soon. Current binaries, from the connector developers, are here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1 /bin/linux/i386/ John -Original Message- From: Jerry Ford

New HOWTO - Windows XP

2002-12-27 Thread Turner, John
Greetings - I've been sitting on this HOWTO for awhile, just never got around to posting it until tonight. It covers setting up Apache 2.0.43, Tomcat 4.1.18, and mod_jk with JDK 1.4.1 on Windows XP Professional. I took some time just now to verify that all of the versions are as recent as I

RE: Question - Form Validation

2002-12-27 Thread Noel J. Bergman
Denise, There are a number of ways to do it. One is to build a Struts application. Another is to have the form post back to itself. If it likes the form data (validates), then it can forward to the target page. There are various other solutions. --- Noel -- To unsubscribe, e-mail:

RE: Tomcat stability problem

2002-12-27 Thread Noel J. Bergman
We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB RAM. Which JVM and OS? You are running an SMP box. Sun JVM 1.4.0, for example, was notorious for SMP issues on linux. --- Noel -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: New HOWTO - Windows XP

2002-12-27 Thread Jacob Hookom
Your howto's are greatly appreciated. I used your site the first time I setup my redhat server. I'm sure it would be of great benefit to the list as a whole if your site was linked in the footer of the mailing list ;-) Highest Regards, Jacob Hookom -Original Message- From: Turner, John

disabling the directory listing in tomcat

2002-12-27 Thread Rahul Torvi
Hello I have a requirement that the tomcat server should not show the directory listing when anybody writes URL which ends in a folder name. One option that is available is putting a index.html or any other welcome-page, but this would be a crude method to say the least. I would want to