Re: Where to set the JAVA_HOME?

2001-02-12 Thread Pete Ehli
You don't have to bother with environment variables to run tomcat via windows - just go to this website and your starting and stopping problems in tomcat are solved! http://www.geocities.com/jdrudnicki/ -- Pete -- - Original Message - From: "John Golubenko" [EMAIL PROTECTED] To: [EMAIL

Re: About Tomcat 4

2001-02-08 Thread Pete Ehli
Not sure what you mean by xxx.class - You can put bean packages in in your context - like web-inf\classes\com\java\sum\mybeanPackage - You can add a lib directory at web-inf\lib\xxx.classes - these are visibleto JSP andservlets. -- Pete -- - Original Message - From: 心鵬

Re: Recommendations for JSP development tools?

2001-02-08 Thread Pete Ehli
A professional whom I know develops JSP and servlets for a living and uses Allaire Homesite and does not recommend this tool. Allaire does have a mainly JSP tool JRun Studio, but I myself did not like it, but I only used it one day and then uninstalled it so I did not fully test it. I use

Re: Questions

2001-02-07 Thread Pete Ehli
Sure you can use 1.2.2 -- its always best in my opinion that you use the most current JDK -- The only thing the JDK does for tomcat is compile your JSP source when you first access them. As far as your servlet and bean class files go - if you use a current IDE it will have the latestJDK

Re: Custom error pages from servlets?

2001-02-07 Thread Pete Ehli
catch try blocks - out.println(Your custom error message!); -- Pete -- - Original Message - From: "Les Hartzman" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 4:36 PM Subject: Custom error pages from servlets? Using Tomcat 3.2.1, is it possible to

Re: Tomcat alias in tomcat standalone SSL

2001-02-07 Thread Pete Ehli
Have you at least tried to use your certificate? if yes what errors are you getting?. It's easy to generate your own .keystore file using JSSE if your cert will not work. -- Pete -- - Original Message - From: "Barbara Nelson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday,

Re: PROBLEM TOMCAT(stdalone)STARTUP\WIN 98

2001-02-03 Thread Pete Ehli
Forget the classpaths and drop these two exe's that start and stop tomcat in window. You put them in your tomcat bin directory. http://www.geocities.com/jdrudnicki/ Also direct other people having startup porblem in windows on the listserve to this site. -- Pete -- - Original Message -

Re: Reloading .. Wassup ?

2001-02-02 Thread Pete Ehli
Not sure what you are asking. In sever.xml you have various contexts or webapps If you set reloadable to true the classloader when tomcat restarts (the key word is restarts - you must stop then restart tomact) checks to see if changes are made to the .class files. If they are then they are

Re: CLASSPATH

2001-02-01 Thread Pete Ehli
I have a couple of guesses - in the tomcat docs it states you can add a classes directory at C:\Tomcat\classes - this is for all contexts to use - what ever classes you put there i.e. helper classes can be utilized by all contexts. If this is correct let me know [EMAIL PROTECTED] - again this is

Re: CLASSPATH

2001-02-01 Thread Pete Ehli
lace a class so that it is only visible to a certain context Pete Ehli wrote: I have a couple of guesses - in the tomcat docs it states you can add a classes directory at C:\Tomcat\classes - this is for all contexts to use - what ever classes you put there i.e. helper classes can be

Re: Tomcat and SSL

2001-01-30 Thread Pete Ehli
Ok if I am following this right you want to do SSL via Apache and Tomcat using ( I am guessing mod_jk ). Correct me if I am wrong but Apache handles SSL via mod_jk and you don't need to make any changes to your server.xml file - those changes are for Tomcat to use SSL standalone. -- Pete -- -

Re: Problems starting up Tomcat 3.2.1

2001-01-30 Thread Pete Ehli
If you use these .exe's in windows, tomcat always starts and I never have a problem - download them at http://www.geocities.com/jdrudnicki/ just drop them in your tomcat bin directory - and like any .exe just double click the Jstart.exe or Jstop.exe -- no need to set any enviorment variables or

Re: How to handle a user clicking very fast repeatedly on a web page

2001-01-27 Thread Pete Ehli
I am not sure what your problem could be - only when you restart tomcat does it check for changes in your class files. If there are changes it will reload the servlet - this causes a delay in access time but subsuquent requests should be alot faster because the classloader has loaded the

Stand Alone SSL Tomcat Example Wanted - Please!

2001-01-22 Thread Pete Ehli
Hello - I have followed the instructions in the docs - tomcat-ssl-howto (SSL Direct) (Generate a SSL certificate (RSA) for tomcat) - From what I can understandfrom the docs I am configuring tomcat to use "secure socket layering" (https) via tomcat as a standalone server (no web server

Re: Stand Alone SSL Tomcat Example Wanted - Please!

2001-01-22 Thread Pete Ehli
cate. Most people do not have a certificate for their browser, so the ClientAuth setting needs to be false. Dion Vansevenant Internetwork Administrator MRO.com |+--- | | "Pete Ehli" | || peteehli@tel|

Tomcat and IIS 5.0 Windows 2000

2001-01-22 Thread Pete Ehli
I was considering connecting Tomcat and IIS 5.0 in windows 2000. Here is what the docs say Supported Configuration The IIS-Tomcat redirector was developed and tested on: WinNT4.0-i386 SP4/SP5/SP6a (it should be able to work on other versions of the NT service pack.) and Win98 IIS4.0

Re: How can I share Sessions between Contexts?

2001-01-22 Thread Pete Ehli
Ok - maybe I am wrong and I have been numerous times but the admin directory is for administration of the server. In the future a gui interface will be installed in tomcat for server administration via webapps\admin - Since your context is named Admin maybe you added your own context. ( This is

Re: Using service package of tomcat

2001-01-20 Thread Pete Ehli
This list seems to be mostly rudimentary setup questions. There's is a developers list which is what I think you would want. http://jakarta.apache.org/site/mail.html -- Pete-- - Original Message - From: "Aaron Brashears" [EMAIL PROTECTED] To: "Tomcat User" [EMAIL PROTECTED] Sent: Friday,

Re: Installing tomcat on Windows 2000

2001-01-20 Thread Pete Ehli
Ok Erik was right and I was wrong - Classpath should not have spaces and set your enviorment variables via startup.bat - I apologize to Erik for such a rude response. Thanks to everyone for their input and responses. -- Pete -- - Original Message - From: "David Halsted" [EMAIL PROTECTED]

Re: SSL in Apache for windows.

2001-01-18 Thread Pete Ehli
Yes there is a mod_SSL Apache server -- if you can't find it email me direct and I will send you the url - it is based on Apache 1_3_14 --Pete-- - Original Message - From: "DPEDROCHE" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 10:58 AM

Re: Installing tomcat on Windows 2000

2001-01-18 Thread Pete Ehli
I use win 2000 and tomcat - you need to set three envorment variables JAVA_HOME C:\jdk1.3.0_01 CLASSPATH C:\jdk1.3.0_01\lib\tools.jar TOMCAT_HOME C:\Program Files\Tomcat these have to be set in control panel - system icon - advanced tab - enviorment variables button. of course these

Re: Error: 500 -- Please Help ..............

2001-01-18 Thread Pete Ehli
This is a listserve about server configuration - there is a JSP listserve - why in the world would you use the weapps admin context. That is for server administration - not your applications. You need to create your own context via the server.xml file in the conf directory (easy to do) look

Re: Need help on tomcat startup

2001-01-18 Thread Pete Ehli
Don't use unix but try this url http://www.jammconsulting.com/servlets/com.jammconsulting.servlet.JAMMServle t/ReadingRoomPage --Pete-- - Original Message - From: "Daniel Chan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 6:58 PM Subject: Need help on tomcat

Re: Installing tomcat on Windows 2000

2001-01-18 Thread Pete Ehli
These paths are out of the Book "Professional JSP" wrox title and you obviously don't understand how environment variables are set in windows. Yes there are spaces and yes we are talking "windows" this is not Unix! I myself tried to set these variables in the autoexec.bat file and Tomcat would

Re: So can no one help with my Socket Write Error Question ?

2001-01-17 Thread Pete Ehli
I agree -- delete the tomcat-power.gif -- and then check your server.xml files context's to make sure everything is right. You might comment out any context you added that is not stock or came with the tomcat download. -- Pete Ehli -- - Original Message - From: "Geoff Lane&qu

Apache mod_SSL and Tomcat using mod_jk

2001-01-15 Thread Pete Ehli
Hello I am new to Apache and am using mod_ssl Apache server connected with Tomcat via the mod_jk module - I get the following warning when starting Apache after I start tomcat "Loaded DSO modules/mod_jk.dll uses plain Apache 1.3 API, this module might crash under EAPI! (Please recompile

Re: Red Hat Tomcat successful user?

2001-01-12 Thread Pete Ehli
Title: Red Hat Tomcat successful user? I don't use Linux and tomcat (NT and tomcat) but I bet you could really use this web sit. http://www.jammconsulting.com/servlets/com.jammconsulting.servlet.JAMMServlet/ReadingRoomPage Let me know if this does the trick. I plan on trying my hand at Linux

Re: Large tomcat log

2001-01-11 Thread Pete Ehli
I think it is set in the server.xml. Use error. or comment out the use of the log. The key words here is "I think" :-) -- Pete -- - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 11, 2001 8:27 PM Subject: Large tomcat log Hello, My tomcat log

Apache 1_3_14 and tomcat 3.2.1 modSSL

2001-01-07 Thread Pete Ehli
Hello group - I am trying to configure apache 1_3_14 and tomcat 3.2.1 to use SSL with mod_jk on win NT4.0.I installed the apachewebserver that supportsmodSSL. I first starttomcat and then apache. I get a warningfrom apache that I ama little concerned about which says "Loaded DSO

Re: calling jsp problem HELP!!!

2001-01-05 Thread Pete Ehli
Why don't you create your own web application - webapps/myapps yada yada yada - just copy the examples directory and subdirectories then add a context to server.xml in conf. Also copy web.xml from the examples directory and delete everything and add you own contents to this file. Or you can use

Re: Missing wrapper.properties file

2001-01-04 Thread Pete Ehli
Just unzip tomcat again in a temp folder and add this file. You must of deleted it by accident. I have a spare folder with the default files just for this reason. - Original Message - From: "Gillespie, Robert" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 2:19

Re: CLASSPATH trouble

2001-01-04 Thread Pete Ehli
First off the command via dos is -- set -- to see the classpath. You set environment variables in the system icon via the control panel folder. Click on the environment tab and enter under user variables for Administrator in the variable textbox at the bottom CLASSPATHthen in the

Re: CLASSPATH trouble

2001-01-04 Thread Pete Ehli
nking that perhaps I was unclear before. Could someone give me a short synopsis of the purpose of the CLASSPATH variable, what it should be set to and where I put my class files that are called by my JSP documents? Thanks, Dustin -Original Message----- From: Pete Ehli [mailto:[EMA

Re: Newbie Q: How to get a Servlet workiing?

2001-01-03 Thread Pete Ehli
If you can go to the examples and run them in tomcat then just mirror the hello world program which is a servlet inthe webapps example directory. Use the examples as a reference - that why they are there. You needto adda context in you server.xml file. Look at the example context and copy

Re: No Subject

2001-01-01 Thread Pete Ehli
I have no idea - I haven't done ssl yet. -- Pete -- - Original Message - From: "Lorenzo Pastore" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, December 29, 2000 3:48 AM Subject: No Subject Good Morning I'm Pastore Lorenzo I need a Help for use Tomcat

Re: Memory problem

2000-12-31 Thread Pete Ehli
If you right click on your Icon on your desktop and go to properties you can set the enviorment space to a much larger number. Another cure to this is to go to this site and use this .exe to launch tomcat. Cool little program I use in NT. http://www.geocities.com/jdrudnicki/ -- Pete --

Re: Unsubscribing

2000-12-30 Thread Pete Ehli
Block sender - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 30, 2000 3:09 PM Subject: Unsubscribing Twice now I have sent a message to unsubscribe to the digest. Each time I have received a confirmation message that I have been

Re: workers.properties etc.

2000-12-28 Thread Pete Ehli
If the docs are confusing I agree, but the example given in Working with mod_jk for the worker.properties file is for Solaris and I sure the directory structure is very similar in Linux. The examples provided in tomcat is a great way to see where to place your servlets and JSP pages, also how to

Re: urgent...

2000-12-28 Thread Pete Ehli
Use ant or copy web.xml - set server.xml using examples asa reference. That is why the examples are there. - Original Message - From: srikanth To: [EMAIL PROTECTED] Sent: Friday, December 29, 2000 1:56 AM Subject: urgent... how to install a new

Re: msdev mod_jk.dsp /make all

2000-12-28 Thread Pete Ehli
You need to change the http.conf file in Apache and change your workers.propeties file ect and if you want your server.xml file. Read the doc "Working with mod_jk closely. Where it show a directory structure like JkWorkersFile /usr/local/jakarta-tomcat/conf/workers.properties (partial

Re: mod_jserv.so

2000-12-27 Thread Pete Ehli
There is a folder for win 32 etc. here is the link http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/ -- Pete -- - Original Message - From: Gerald Fishel To: [EMAIL PROTECTED] Sent: Wednesday, December 27, 2000 6:26 PM Subject:

Re: Why use a web server with Tomcat ?

2000-12-27 Thread Pete Ehli
In the docs there are numerous reasons given. Main reasons are secuity and faster publishing of static content. -- Pete -- - Original Message - From: "Rui Coelho" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 27, 2000 6:10 AM Subject: Why use a web server with Tomcat ?

Simple file question and SSL tutorial question

2000-12-27 Thread Pete Ehli
Ok I am new to tomcat, but not clueless - here is a simple question - what are the test and ROOT directories for in tomcat 3.2.1 - or point me to which doc page explains them. I have already configured my own directory (like examples) so test and ROOT are similar - I just don't see their purpose