Problem with PNG files and security-constraint

2005-07-10 Thread Dean Searle
starts the error message. All the code and errors can be found at this link http://computingoasis.com/apache/errorlog.pdf If there is anything more that you require I would be more than happy to post what you need. Thank you for your help in advance, Dean Searle

RE: Virtual Host, Locations and Mod_JK2

2004-04-13 Thread Dean Searle
I have found that if you do the following it works for me: Location /*.jsp JkUriSet worker ajp13:localhost:28009 /Location Hope that this helps, I have found that by doing this I can redirect any file type to be handled by Tomcat. Dean -Original Message- From: Alexander F.

Securing a folder

2004-03-25 Thread Dean Searle
Hello Everyone, Not to sure how to phrase this but here I go anyways. I am attempting to secure a folder that is located within my application. This folder contains pdf's that only need to be accessible by tomcat, the site requires a password to enter. At first if I did

RE: Tomcat configuration

2004-03-24 Thread Dean Searle
If you want Tomcat to start as a service in Windows 2k you can use this program by Davis Boyer called Tomcat Service Manager at http://web.bvu.edu/staff/david/index.jsp?section=softwaresubsection=tcservcfgpage=overview I use this for both Tomcat 4.1 and Tomcat 5. This utility also let you set

No error message when welcome page is not present

2004-03-17 Thread Dean Searle
Hello Group, I am running Apache 2.0.48 and Tomcat 4.1.30 with mod_jk2 connector 2.0.2 all on windows xp. The problem I have is this. I have virtual hosts setup to go to their own folder for their documentroot=/theirfolder. But if I do not have a valid welcome file there, either an

RE: Multiple Host (no apache or iis)

2004-03-17 Thread Dean Searle
What port is tomcat listening to? If you have not changed this then it would be 8080 (I believe) so you would type in a browser http://www.test1-domain.com:8080 and it should bring up your site. To keep from having to enter the port every time, change your server.xml to listen to port 80 instead.

URL Redirect

2004-02-18 Thread Dean Searle
Hello All, I have a simple, yet allusive question. In Apache and Tomcat you can create Virtual Hosts. Within the Virtual Hosts you can specify different parameters. In Apache httpd.conf I can have the following: VirtualHost 192.168.1.1 ServerName www.domain1.com Redirect permanent

RE: workers2.properties syntax

2004-02-04 Thread Dean Searle
What aspects are you wanting to change and I'll see if I can help explain them. I'm somewhat new to this also, but have spent almost a year decipering and figuring things out. Dean -Original Message- From: Alvaro Seixas [mailto:[EMAIL PROTECTED] Sent: Tue 2/3/2004 3:15 PM To: Tomcat

RE: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-03 Thread Dean Searle
Here is part of my httpd.conf for and Apache2, Tomcat 4.1.29 and mod_jk2 setup. This is only for the Virtual host part. Assuming you have everyhting else loading correctly it should work. NameVirtualHost 127.0.0.1:443 NameVirtualHost 127.0.0.1:80 VirtualHost 127.0.0.1:80 ServerName

Requiring SSL for web sites

2004-01-29 Thread Dean Searle
folders use SSL only. Because I can get to http:\\localhost (as an example) also with no problem. Any help would be greatly appreciated. Dean Searle - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Requiring SSL for web sites

2004-01-29 Thread Dean Searle
Sorry for the bother I found the answer I was looking for further down in previous posts, but thanks anyways. Dean -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Thu 1/29/2004 1:13 PM To: Tomcat Users List Subject: Requiring SSL for web sites Hello to Everyone

RE: LDAP connection problem through JSP

2003-12-01 Thread Dean Searle
This is the simple jsp I used to test my JNDI Connection with: % String id = request.getRemoteUser(); out.write(User: + id); % See if that helps any. Dean -Original Message- From: Damien Pacaud [mailto:[EMAIL PROTECTED] Sent: Mon 12/1/2003 06:00 To: [EMAIL

RE: Unique error message when starting Tomcat 4.1.27

2003-11-17 Thread Dean Searle
ChemInformatics -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 10:54 PM To: Tomcat Users List Subject: Unique error message when starting Tomcat 4.1.27 I have just installed tomcat 4.1.27 from the FreeBSD Ports for FreeBSD 5.0-RELEASE-p11. Here

RE: Unique error message when starting Tomcat 4.1.27

2003-11-17 Thread Dean Searle
Yoav, That worked. I put JAVA_OPTS=-Djava.net.preferIPv4Stack=true for run,start and stop in my catalina.sh and now it starts. Thank you very much Dean -Original Message- From: Dean Searle Sent: Mon 11/17/2003 10:04 To: Tomcat Users List Cc: Subject:RE: Unique

Unique error message when starting Tomcat 4.1.27

2003-11-14 Thread Dean Searle
I have just installed tomcat 4.1.27 from the FreeBSD Ports for FreeBSD 5.0-RELEASE-p11. Here is the JDK I am using: Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p5-dean_13_nov_2003_15_51) Java HotSpot(TM) Client VM (build 1.4.2-p5-dean_13_nov_2003_15_51, mixed mode) Here is the

Load balancing a standalone Tomcat 4.1

2003-11-11 Thread Dean Searle
I have searched around to find this and have found nothing, but is it possible to load balance a complete standalone Tomcat server or cluster standalone Tomcat's doing HTTP and Application requests? Thank you everyone in advance Dean

RE: Load balancing a standalone Tomcat 4.1

2003-11-11 Thread Dean Searle
Tomcat 4.1 Yes you can cluster and load balance tomcat using mod-jk2 Connector -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 2:27 PM To: Tomcat Users List Subject: Load balancing a standalone Tomcat 4.1 I have searched around to find

RE: Load balancing a standalone Tomcat 4.1

2003-11-11 Thread Dean Searle
14:44 To: Tomcat Users List Cc: Subject:RE: Load balancing a standalone Tomcat 4.1 Howdy, Yes, you can do with tomcat standalone. See http://www.filip.net/tomcat/tomcat-javagroups.html Yoav Shapira Millennium ChemInformatics -Original Message- From: Dean Searle [mailto

RE: Load balancing a standalone Tomcat 4.1

2003-11-11 Thread Dean Searle
support is more built-in than tomcat 4's. Filip and others will answer questions if you actually set up an environment and run into problems. Yoav Shapira Millennium ChemInformatics -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 2:53 PM

RE: Tomcat + jk2 connector configuration

2003-11-07 Thread Dean Searle
workers2.properties # only at beginning. In production uncomment it out [logger.apache2] level=DEBUG [shm] file=z:/tomcat/logs/jk2.shm size=1048576 # Example socket channel, override port and host. [channel.socket:localhost:8109] port=8109 host=127.0.0.1 [channel.socket:localhost:8110]

RE: JNDIRealm...more

2003-11-06 Thread Dean Searle
getRemoteUser(), if your familiar with jsp's then you'll know how to use it. Unfortunately I don't, but I guess that is why we have web application developers on staff. :-) Dean Searle Computing Oasis 989.245.7369 (p) 989.921.3904 (f) -Original Message- From: Robyne Vaughn [mailto:[EMAIL

RE: mod_jk2, virtual hosts

2003-11-05 Thread Dean Searle
From looking at your information for the www.domain.com/org you would need to define a new virtual host or try www.doamin.com/org/demo/sample.jsp and make sure you have /home/www/htdocs/www/demo/sample.jsp, as far as I can see you do not have a demo directory in your /home/www/htdocs/www. Hope

RE: JNDIRealm...more

2003-11-05 Thread Dean Searle
not need the alternatURL in mine. I found out that we have 2 mail servers, well the server.xml only allows for 1 alternate. I decided to try it without any and it worked. Much appreciation, Robyne Vaughn -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: JNDIRealm...more

2003-11-04 Thread Dean Searle
Hello, I hope that I am not to late to post here. I have just returned to the land of the living and have started to catch up on my reading. I noticed that Robyne you were trying to find the collective all for your users. I have just recently figured this out after working on it for two days.

RE: jk or jk2

2003-10-31 Thread Dean Searle
, or is it neccessary only when I have several tomcats? -Florian Dean Searle wrote: The Oreilly book is only for Tomcat and Tomcat as a Standalone web/application server. I have spent six months trying to figure out how everything works together and how to get things implemented. Both from FreeBSD and Windows

RE: jk or jk2

2003-10-30 Thread Dean Searle
The Oreilly book is only for Tomcat and Tomcat as a Standalone web/application server. I have spent six months trying to figure out how everything works together and how to get things implemented. Both from FreeBSD and Windows. I do have documentation on how to get Apache2, Tomcat 4.1 and

RE: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2003-10-17 Thread Dean Searle
Try LoadModule jk2_module modules/mod_jk2-2.0.43.dll you current have LoadModule jk_module. That should work for you. Also if you need more information I have write a document on what you are setting up at http://www.computingoasis.com/apache just download the pdf from there. There are also

RE: Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

2003-10-02 Thread Dean Searle
I have found this to occur if JDK is not installed correctly. Try going to C:\Program Files\Java\j2re1.4.2_01\bin\client and see if there is a jvm.dll file there. If there is not then uninstall the JDK, delete the Java folder and reinstall. If the jvm.dll is there then uninstall the JDK and

RE: mod_jk2 hangs?!

2003-10-02 Thread Dean Searle
You're missing the jk2.shm file. This file should be created using notepad or vi (depending on your OS)and placed in a folder. That folder can be determined by looking into jk2.properties in the {TOMCAT_HOME}/conf and workers2.properties in {APACHE_HOME}/conf. Or you can specify where it needs

RE: mod_jk2 hangs?!

2003-10-02 Thread Dean Searle
it only collects information and has no bearing on performance. So I suppose you could create two and try that. Let me know if that works for you. Dean Searle Computing Oasis 989.245.7369 (p) 989.921.3904 (f) -Original Message- From: Christian Traber [mailto:[EMAIL PROTECTED] Sent

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
marc.theaimsgroup.com, groups.google.com and from Apache.org. I am not intentionally delaying this document, but I need to change some of the settings as to not reveal our internal workings. Thank you for your patience and allowing me to post this information. Dean Searle Computing Oasis

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
on documenting on how to use IP based virtual hosts with Apache2 and Tomcat 4.1. This should be complete hopefully in the next week or two. I am also documenting the same steps for A FreeBSD 5.0 release install if there is anyone interested. Dean Searle Computing Oasis 989.245.7369 (p) 989.921.3904 (f

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Dean Searle
Joe, You place the mod_jk2 file in the correct folder, however you have set up the parameters in your httpd.conf file incorrectly. The parameters you have are for the mod_jk module. For the mod_jk2 module you would need a workers2.properties file and a jk2.shm file. I have documented a full

RE: jk2_init() Can't find child

2003-09-17 Thread Dean Searle
Wouldn't that change be put in the workers2.properties file, since their using mod_jk2? -Original Message- From: Vikram Goyal [mailto:[EMAIL PROTECTED] Sent: Wed 9/17/2003 3:00 AM To: Tomcat Users List; Johan Louwers Cc: Subject: Re:

RE: error during make JK2

2003-09-16 Thread Dean Searle
I find that using gmake instead allows the comile to complete. I think that gmake is GNU's make. I have seen this problem in other postings and found one that recommended using gmake instead. I hope that this helps you. Dean -Original Message- From: Johan Louwers

RE: Tomcate and Windows XP Question

2003-09-07 Thread Dean Searle
[INFO] Http11Protocol - -Starting Coyote HTTP/1 [INFO] ChannelSocket - -JK2: ajp13 listening on [INFO] JkMain - -Jk running ID=0 time=0/31 con jk2.properties [INFO] Catalina - -Server startup in 5218 ms /snip Dean Searle Computing Oasis 989.245.7369 (p) 989.921.3904 (f

Problem building mod_jk2 on Freebsd 4.8-RELEASE

2003-09-01 Thread Dean Searle
here or have I done something completely wrong? I apologize for the length of this email. Any help is appreciated. If you require more information please let me know. Thank you in advance. Dean Searle Computing Oasis 989.245.7369 (p) 989.921.3904 (f