Re: Can multiple URLs with a single IP address be mapped to discrete Applications in Tomcat 4.0?

2002-02-05 Thread pete
/FirstApp/ is directed to an entirely different internal machine that http://my.external.domain/MySecondApp/ or http://my.external.domain/MyThirdApp/ Email me privately if you want more details on the setup -Pete Micael Padraig Og mac Grene wrote: Thanks, Pete. I assume that you are saying

Re: Charts in Jsp doesn't work

2002-03-14 Thread pete
of a different machine to render the graphics e.g. export 'DISPLAY=remotepc:0', but obviously this will be slower as all graphics calls get sent across the network. I personlly use Xvfb for my Tomcat-based dynamic GIFs, but VNC works fine as well. Hope that helps -Pete -- To unsubscribe

Re: Can multiple URLs with a single IP address be mapped to discrete Applications in Tomcat 4.0?

2002-02-02 Thread pete
, machines with obvious viral infections and others trying to exploit my 'open' proxy server. However, a small perl script run daily by cron that parses the SQUID access log and bans IPs with IPTables that match abuse patterns takes care of that pretty quickly. Hope that helps -Pete Micael Padraig

Re: Segmentation Fault when modifying classpath?!

2001-09-02 Thread pete
only seems to show up with xerces, but since it works fine on other JVMs, and on Sun JDK1.3.1 on Windows, i'd say Sun have a buggy JVM here. IBM's JDK does not have this problem, so that may be another option for you. Hope that helps -Pete Ok... All this surrounds modifying tomcat.sh per

Re: accessing servlets without a port number

2001-09-02 Thread pete
You could also use ipchains or similar to foward requests on port 80 to some other port i.e. 8080 to avoid running tomcat as root. -Pete Alex, port 80 is the default port for http, so what you are wanting to do is have tomcat listen on port 80 instead of 8080. to do this on a *nix box you'd

Re: finding sun.tools.javac.main?

2001-09-02 Thread pete
be the cause. -Pete PLEASE can someone help. I'm running the JDK1.3 and Tomcat 3.2.3. All the examples compile but, when I try to call up a simple JSP page, I get an error that it can't find sun.tools.javac.Main. I have C:\JDK1.3\LIB\TOOLS.JAR in BOTH the classpath and in the path (for Win 98) set

Re: Segmentation Fault when modifying classpath?!

2001-09-03 Thread pete
unices. This is definitely a JVM bug, and the 'ulimit s 2048' fix is suggested somewhere on the Sun site. Finding it again would be a pain in the ass, but you might get results searching for 'ulimit' or something. -Pete I did, however, run across a post detailing a problem similar to mine

Re: Tomcat won't start with j2sdk 1.3.1 Linux

2001-06-26 Thread pete
, and stick with the IBM JDK, which is my current course of action. Hope this helps, and i hope you find a better solution than i did. -Pete

Re: TOMCAT SUCKS

2001-06-27 Thread pete
problems, or phrase your questions in such an obnoxious manner that help is unlikely to be willingly provided. -Pete Hi guys, I really think that TOMCAT SUCKS so bad. I'm not against the open source community but this is why I think that TOMCAT sucks: 1. The documentation for Tomcat

Re: Tomcat won't start with j2sdk 1.3.1 Linux

2001-06-27 Thread pete
ever you configure the library files for example in tomcat.properties wrapper.classpath=c:\tomcat\lib\xerces.jar; wrapper.classpath= the xerces.jar needs to load up in the context first and everything should work Goodluck Kris --- pete [EMAIL PROTECTED] wrote: I get

Re: Tomcat won't start with j2sdk 1.3.1 Linux

2001-06-27 Thread pete
. Same behaviour. This looks to be a bug with the Linux JDK1.3.1 -Pete We've been using Sun's JDK 1.3.1 on Linux for a while now. Currently we use Tomcat 3.2.1 and xerces version 1.3.0. It seemed to work fine on RedHat 6.1 but on 7.1 there was a link that missing. I think I experienced

Re: sun/tools/javac/Main?

2001-06-27 Thread pete
You might try putting tools.jar in $JAVA_HOME/jre/lib/ext/ I believe this is a default classpath for java. Try that for starters, otherwise you could hack tomcat.sh (or whatever script you use to start tomcat) to add a CLASSPATH pointing to tools.jar before tomcat starts. -Pete You need

Re: Urgent please respond

2001-06-27 Thread pete
Why not run an Perl or other CGI-type program to execute your batch file, and invoke it remotely. (ASP, AFAIK, lacks the 'exec' command or similar)? You could do this equally well with servlets or most other web languages. Remeber to password-protect these scripts though. -Pete I cant see

Re: Providing access to X11 server Using AWT in Linux.

2001-06-28 Thread pete
. export DISPLAY=:2 If, for some reason, you are actually having problems connecting to an already running display, make sure you have a DISPLAY environment variable set in whatever shell tomcat is running in. This should get you up and running. -Pete Hi folks, I need to use features

Re: FORM submission POST to a server

2001-06-28 Thread pete
errorstring=xmlerrorCould not contact Server./error/xml; //e.printStackTrace(); //System.out.println(errorstring); return errorstring; } } Hope that helps -Pete Hi, I'd like to POST data to an http server with a java program (in the same way a www browser does it), in order to parse

Re: Session problem with netscape-6.01

2001-06-28 Thread pete
probably a mozilla issue. -Pete Seems like your netscape-6.01 is not configured to enable cookies ... hth Boris Niyazov Columbia Law School On Wed, 27 Jun 2001, Zsolt Koppany wrote: Hi, I use tomcat-3.2.2 and every request seems to use (create) a new session from netscape-6.01. I

Prefix subject headers in Tomcat list?

2001-07-01 Thread pete
Is it possible for the list admin to apply a '[tomcat-user] ' or similar prefix to all mails sent from the mailing list? This helps a lot in separating list traffic from other traffic. Thanks -Pete

Re: Prefix subject headers in Tomcat list?

2001-07-01 Thread pete
It also helps to be able to see the mails from the tomcat list if they are mixed in with the rest - i use several mail clients to read mail on my IMAP server, and not all of them do automatic filtering. Is there any good reason not to prefix tomcat-user mail with [tomcat-user]? -Pete At 03

Re: AGAIN: Does Apache worth it?

2001-07-02 Thread pete
requests for tomcat to process. I recommend Apache/Tomcat integration for any production setup, though standalone tomcat will perform just fine during the development process. Also, if you have missed traffic on the list, why not check the archives on jakarta.apache.org instead of reposting? -Pete

Re: AGAIN: Does Apache worth it?

2001-07-02 Thread pete
Couldn't say when it gets updated, since i subscribed to the list i don't have much need to go there any more :) -Pete Thanks Pete, Does the archive is updated every day? Eitan -Original Message- From: pete [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 12:10 PM

Re: Programmatic security with servlet mappings in tomcat

2001-07-02 Thread pete
make, however. I'd tell you what they are, but that would spoil your fun now, wouldn't it ;) Hope that helps -Pete Hi, (Tomcat 3.2.1, windows 2000, JdK1.3.1) I want to use a Request Controller architecture for a webapp (i.e. one JSP that receives all requests and then dispatches

Re: JDBC Problem with Ultradev

2001-07-02 Thread pete
inboxes. -Pete I am attempting to connect to my MySQL install using Ultradev4 and I am having not luck. I am using a Linux/MySQL/Apache/Tomcat combo on my server. MySQL works fine, so does Apache Tomcat, and they are configure to work together and serve up JSP's with no problems. I also have

Re: Programmatic security with servlet mappings in tomcat

2001-07-03 Thread pete
during the course of development. YMMV, of course, but this approach has worked well for us. -Pete Pete, Interesting that you don't use the container's authentication mechanism to protect pages. What if someone writes an app that doesn't protect the page. Any reason why you chose

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread pete
with versions prior to it. This may have nothing to do with1 your problems, but it is advisable to upgrade to 3.2.2, unless you have a particular reason to stick with 3.1 -Pete Hello, I would like to know whether anyone is able to give me a hint towards solving the following scenario

Re: List traffic et al

2001-07-03 Thread pete
time to figure out how the various config files, and their (initially) unwieldy syntax works. I no longer consider the tomcat configuration syntax unwieldy, but for a newbie it can be hard to understand. -Pete Paul Wrote: well there's already [EMAIL PROTECTED] and [EMAIL PROTECTED

Re: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread pete
You know, i was thinking this the other day.. Here I am with this Windows application i've written, and me not being able to distribute the OS that runs it for free without Microsoft's permission. I mean, i actually have to expect the user to install over 500MB of software before my program

Re: conflict between jaxp.jar, parser.jar (tomcat lib) and xal an.jar, xerces.jar?

2001-07-04 Thread pete
The jars in the $TOMCAT_HOME/lib/ folder are loaded in alphabetical order. My personal preference is to name xerces.jar 0xerces.jar, though this achieves exactly the same result. -Pete Markus Are you suggesting that the jars are loaded in alphabetical order? I would have said you

Re: imp - Tomcat with SSL

2001-07-08 Thread pete
with them, since i have successfully built and deployed SSL-enabled tomcat. -Pete Does Tomcat supports SSL If yes then which version supports it. Please let me know immediatly Thanking you in advance. parag

Re: Hi Pete, help regarding running Tomcat with SSL

2001-07-10 Thread pete
. There is a utility to do this available on the net, but i can't find it right now. If you follow the instructions in the docs, you should get a working SSL-tomcat. -Pete Hi Pete, U've said that u r running Tomcat with SSL. R u using CA cert or Self signed cert. Please help me. My environment

Multiple development using tomcat

2001-07-26 Thread Pete
the time (although at worst, i will have to set daily, and users will just have to live with it).. Is it possible for each user to set there own classpath etc? Anything else that i need to set to achieve this? Cheers for help Pete

Re: tomcat.sh stop = Connection refused?

2001-07-26 Thread Pete
. Are you shutting it down as the same user as you started it with? Pete

tomcat / java performance consultant required

2004-08-25 Thread pete
proficient in this area. You won't be required to look into the application code, just the running of it, looking at gc cycles, hprof et al. What I am after is who is available, and a guideline cost. Pete. == This email was sent

RAM usage of Linux-based Tomcat server PART2

2004-08-31 Thread pete
, Pete. At 10:57 PM 8/30/2004 -0700, you wrote: I'm not worried about the transient memory used by the Tomcat instance for it to serve servlets. But I'm worried about the memory permanently allocated for a Tomcat instance. Eg. A servlet in a particular Tomcat instance, may load the entire database

Re: Tomcat Admin Tools Page

2004-08-31 Thread pete
setup a user in conf/tomcat-users.xml, having a role as admin to connect to admin page. To connect to the manager page, you need a role as manager, or simply combine the roles for a user as manager,admin. Look at the file and create you own user / modify one in the above respect. Pete. Hi all

Help setting up a default web application

2004-09-13 Thread Pete
in the ip address of the box running tomcat, tomcat points the user directly to mygui and displays my custom welcome page. Is this a dodgy configuration on my part and if so how do I resolve this. Any help would be greatly appreciated. Thanks Pete

RE: Help setting up a default web application

2004-09-13 Thread Pete
Pete -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 15:52 To: Tomcat Users List Subject: Re: Help setting up a default web application If you're manually configuring server.xml, shut off autodeploy in the Host node. On Mon, 2004-09-13 at 10:50

RE: Help setting up a default web application

2004-09-13 Thread Pete
. Thanks Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 17:05 To: Tomcat Users List Subject: RE: Help setting up a default web application Hi, Context path=/ is a no-no. Use path= for the default web application, and path=/something for others

RE: Help setting up a default web application

2004-09-14 Thread Pete
the webapp in another class loader. Is there any debug flags that I can use in order to try and track down this problem ? Thanks Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 17:20 To: Tomcat Users List Subject: RE: Help setting up

RE: Help setting up a default web application

2004-09-14 Thread Pete
:22 StandardWrapper[/webdav:invoker]: Loading container servlet invoker Thanks again for you time and help, Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 14 September 2004 13:54 To: Tomcat Users List Subject: RE: Help setting up a default web application

Help setting up a default web application

2004-09-14 Thread Pete
of redesign on my part!! ;) )? Thanks again for your help. Cheers Pete - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Confusion about ConnectionPooling with Tomcat 4.

2002-04-18 Thread Clearwater, Pete
) at ubc.pubs.server.security.DBAccess.getDBConnection(DBAccess.java:47) at ubc.pubs.server.security.DBAccess.getConnection(DBAccess.java:26) Anyways, that's my 2 cents worth... If anybody can help with info on getting a jdbc connection pool going, I would be greatly appreciative. pete. Hi, I

RE: Confusion about ConnectionPooling with Tomcat 4.

2002-04-18 Thread Clearwater, Pete
Found out my problem with the commons pooling stuff: it requires a ResourceParam of username instead of user - not sure if this is a bug or a feature but it does seem reasonable that the standard DataSource and this Pooled DataSource should take the same parameters... pete. -Original

WARP questions.

2002-04-18 Thread Clearwater, Pete
between my standalone and mod_webapp server.xml files thanks. pete. ___ Pete Clearwater Systems Analyst Enrolment Services Student Systems Brock Hall tel: 604.822.8662 2016-1874 East Mall [EMAIL PROTECTED

RE: JDBC-JNDI connection pooling

2002-04-23 Thread Clearwater, Pete
Hi Vincent. I had the same issue - try changing the driverName parameter to url - it helped me. pete. -Original Message- From: Vincent Lambert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 2:55 AM To: 'Tomcat Users List' Subject: JDBC-JNDI connection pooling I am trying

RE: DataSource from JNDI always null

2002-04-23 Thread Clearwater, Pete
used the parameter url instead of driverName then everything was OK (except for 1. above). cheers. Isn't debugging this JNDI stuff fun? The log messages sure give lots of useful information pete. -Original Message- From: nickJohnson [mailto:[EMAIL PROTECTED]] Sent: Friday, April

Tomcat4 performance.

2002-04-24 Thread Clearwater, Pete
in Weblogic. I realize performance questions are very difficult to answer, but any info at all would be greatly appreciated. thanks. Pete Clearwater ___ Pete Clearwater Systems Analyst Enrolment Services Student Systems

JSPWriter vs ServletOutputStream

2002-04-29 Thread Clearwater, Pete
was just wondering what the impacts of doing this might be, other than not being able to use automatic character set decoding. any thoughts appreciated. pete. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Tomcat-4.0.1 parse error on 'run-as' element in web.xml

2002-01-18 Thread Pete Spenler
you, Pete Spenler The web.xml file: ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app servlet servlet-name Servlet /servlet-name servlet-class Servlet

Re: Tomcat-4.0.1 parse error on 'run-as' element in web.xml

2002-01-18 Thread Pete Spenler
] java.lang.SecurityException: Authentication exception, principal=null [22:06:19,517,Default] no stack trace available [22:06:19,517,Default] Please tell me what I am doing wrong. Thanks, Pete Spenler Pete Spenler wrote: Hi, I am using JBoss-2.4.4_Tomcat-4.0.1 on Windows 2000. I am calling an EJB from a servlet

Thanks to open source developers

2002-01-30 Thread Pete Smith
, and by pooling enough knowledge so that amateurs like me can get it working. Pat yourselves on the back and thanks from me. Pete Pete Smith -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Specify outbound port on tomcat

2001-09-07 Thread Pete Dale
number to which the TCP connection is made on the remote host machine. If the port is not specified, the default port for the protocol is used instead. For example, the default port for http is 80. cheers. pete. - Original Message - From: Joe Pearse [EMAIL PROTECTED] To: [EMAIL

Re: why tomcat

2001-09-10 Thread Pete and/or Dale
WebLogic (although many on this list would probably argue that you should dump the BEA stuff instead) cheers. pete. Huaxin wrote: Maybe I am confusing, but I don't know if I still need TOm-cat or even J2EE if I have BEA-Weblogic. It seems to me BEA-Weblogic can do the job at least for Tomcat

how can I fix this Https vs. Http problem

2001-09-26 Thread Pete Markowsky
. -Pete

Re: Running java on linux

2001-04-04 Thread Pete Wright
that the Makefile checks is correct. pete Brandon Cruz wrote: I installed jdk1.3.0_02 onto my machine and changed the path to the bin directory. When I try to run that java command, I get the following error... [admin@ns1 bin]$ /usr/java/jdk1.3.0_02/bin/i386/native_threads/java: error in lo ading shared

Re: Running java on linux

2001-04-04 Thread Pete Wright
hmmyou where able to compile that java source ok huh? or was this from a RPM? i'll usually run into problems while compiling that give errors similar to this, hence hacking the Makefile, altho this dosn't seem to be the case. pete Brandon Cruz wrote: I have that file in this directory

Re: Running java on linux

2001-04-04 Thread Pete Wright
such great lengths. good luck pete Brandon Cruz wrote: it was from RPM Brandon Cruz Norvax Inc. phone:(773)529-5701 fax:(773)529-5702 cell:(312)339-1344 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pete Wright Sent: Wednesday, April 04, 2001 4:00 PM

java process question

2001-04-05 Thread Pete Wright
/.. org.apache.tomcat.startup.Tomcat this is for a development machine that's pretty underpowered so obviously i'd love the conserve resources. should i even worry about all that java stuff? thanks in advance! pete -- Pete Wright Systems Administrator Black Hammer Productions [EMAIL PROTECTED] wk

Re: java process question

2001-04-05 Thread Pete Wright
yea i thought they were threads. i suppose my question was if all 47 were necc. and if not could i lower the amount of them. pete "Rui M . Silva Seabra" wrote: On Thu, Apr 05, 2001 at 03:17:40PM -0400, Pete Wright wrote: > this is for a development machine that's pretty >

RE: image resize

2001-07-31 Thread Pete Freitag
haven't been able to find another way to do it. It works fine, but I can't get it to terminate without killing the JVM, or calling a System.exit(0); I'm running Windows 2000 with JDK 1.3 Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM WEB Developers Resources http

RE: image resize

2001-07-31 Thread Pete Freitag
the same size. - automatically generating thumbnails - In some very specific cases, creating dynamic images with text Though I can see where you are coming from it IS beyond the scope of servlets to make a server side PhotoShop. Pete

RE: How to alias out port 8080?

2001-07-31 Thread Pete Freitag
If you change your config to run the server on port 80 instead of 8080 your web browser will assume http://myorg.org:80/ when you type http://myorg.org/ since port 80 is the default port for http. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developers

RE: How to alias out port 8080?

2001-07-31 Thread Pete Freitag
You have to configure Apache to work with tomcat if you want them both to cooperate. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message- From: Tsinwah Lee [mailto:[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, 200

Re: Installing tomcat on Windows 2000

2001-01-18 Thread Pete Ehli
these variables depend on what version of jdk and where tomcat is. This is the only way I could get tomcat to work - any question email me directly Good Luck -- Pete -- - Original Message - From: "Michael Yellen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 18, 20

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

2001-01-18 Thread Pete Ehli
at the faq in the docs directory. Also your bean is in the wrong place. Read the docs! --Pete-- - Original Message - From: Mick Sullivan To: [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 6:52 PM Subject: Error: 500 -- Please Help .. Hi all

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

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

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

Stand Alone SSL Tomcat Example Wanted - Please!

2001-01-22 Thread Pete Ehli
a tutorial somewhere that uses tomcat would be very helpful. The API for JSSE seems rather large and I am confused as to where to start. Hey you've got to crawl before you can walk. If anyone can help me out I would really appreciate it. You can email me directly at [EMAIL PROTECTED] Thanks -- Pete --

Re: Stand Alone SSL Tomcat Example Wanted - Please!

2001-01-22 Thread Pete Ehli
Yes that works! Now I just have to study the JSSE documentation to better understand the Java security model. Thanks Dion -- Pete -- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 22, 2001 5:49 AM Subject: Re: Stand Alone SSL Tomcat Example

Tomcat and IIS 5.0 Windows 2000

2001-01-22 Thread Pete Ehli
and PWS4.0 Tomcat3.0 - Tomcat3.2 Has anyone configuered Tomcat and IIS 5.0 - my Tomcat version is 3.2.1 and I have configuered it to use SSL (https:\\localhost:8443) If you have done this configueration will secure socket layering still work? Thanks -- Pete --

Re: How can I share Sessions between Contexts?

2001-01-22 Thread Pete Ehli
. ( This is just a guess) I think what you want to do is set in you contexts crossContext=true (allows you to access other contexts via ServletContext.getContext()) -- Pete -- I think if you want to - Original Message - From: "William Boyd" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Se

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

2001-01-27 Thread Pete Ehli
ot;docBase="webapps/bookstore"crossContext="false"debug="0"reloadable="false" /Change this line to false!!/Context I tink my train of thought is correct on this - but please if I am wrong, someone pointout to me errors or correctio

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
or classpaths. -- Pete -- - Original Message - From: "Rene van Egmond" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 30, 2001 6:53 AM Subject: Problems starting up Tomcat 3.2.1 Hi All, I have a problem starting up Tomcat 3.2.1. It was running happily for but now

Re: CLASSPATH

2001-02-01 Thread Pete Ehli
this is a guess and I know it is in the docs somewhere. -- Pete -- - Original Message - From: "Doug Ferguson" [EMAIL PROTECTED] To: "tomcat" [EMAIL PROTECTED] Sent: Thursday, February 01, 2001 1:22 PM Subject: CLASSPATH If I have a helper class that I would like to ma

Re: CLASSPATH

2001-02-01 Thread Pete Ehli
a package statement at the begging of my beans -- "package com.java_apps.cis233s.regform. Package placement in the classes directory makes for good java program design - something that the examples directory fails to do to avoid confusion for the beginner. -- Pete -- - Original Me

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

2001-02-07 Thread Pete Ehli
bundled with it. JBuilderfor instance. There are a lot of free IDE'sout there. If don't use an IDE. I would upgrade your JDK - your going to have to sometime. If it's not your machine don't sweat it -just use it. -- Pete -- - Original Message - From: Cinto To: [EMAIL PROTECTED

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

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:

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
with a full fledged IDE and also your beans. Hey why not use one tool instead of 2 or 3. -- Pete -- - Original Message - From: "Harrison, Robert" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 08, 2001 5:19 PM Subject: RE: Recommendations for JSP development tools? us

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]

Tomcat and a watch guard firewall

2000-11-23 Thread Pete Chase
We currently have a Watchguard firewall and we are having problems getting access to the Tomcat server externally (internal connections show the site is running OK). We have opened port 8020 which the development team tell us is the standard port. The firewall does do a port mapping so port

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 w

Simple file question and SSL tutorial question

2000-12-27 Thread Pete Ehli
point using server certificates. Thank You -- Pete -- [EMAIL PROTECTED]

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
am Files/Apache Group/jakarta-tomcat-3.2.1/logs/mod_jk.logJkLogLevel warn Email me directly and let me know if this works for you [EMAIL PROTECTED] Forget anything to do with virtual hosts for now -- just get the apache-tomcat configueration to work - remember read and reread the doc. -- 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: 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: 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

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

2001-01-03 Thread Pete Ehli
andutilize them as you mimic the examples. This is a Great way for a beginner to learn tomcat and servlets. I would learn servletsfirst and then go on to JSP. First things first. -- Pete -- - Original Message - From: Vivienne To: [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001

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
and shutdown.bat to start and stop tomcat. I would edit this files back to there original state and also for environment rules to take place you must reboot. -- Pete -- [EMAIL PROTECTED] - Original Message - From: "Dustin M. Hawley" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: CLASSPATH trouble

2001-01-04 Thread Pete Ehli
goes where. That is why the examples are there. Also the docs would easily answer you questions. -- Pete -- - Original Message - From: "Dustin M. Hawley" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 12:32 PM Subject: RE: CLASSPATH trouble I unde

  1   2   3   >