Re: Windows Service Install Startup Type

2014-09-11 Thread Jordan Michaels
c:\railo\tomcat\bin\tomcat7.exe //US//%SERVICE_NAME% --Startup=auto Warm Regards, Jordan Michaels On 09/11/2014 10:50 AM, Igal @ getRailo.org wrote: I have written a simple script that make it really easy for me to upgrade Tomcat when new versions are available. The service is simply

Re: Tomcat virtual host shows blank page

2014-07-24 Thread Jordan Michaels
Hi Arya, Are you using a web server like Apache in front of Tomcat, or are you hitting the Tomcat port directly? This will tell us if the problem is somewhere in your connector setup or not. Any clues in your catalina.out log file? Warm Regards, Jordan Michaels On 07/24/2014 06:03 PM, Arya

Re: "exception-message" header reveals path to document root in 404 response.

2014-01-10 Thread Jordan Michaels
Thanks August, good to know. Warm Regards, Jordan Michaels On 01/10/2014 04:48 PM, August Kleimo wrote: Hi All, Thanks for all your replies. Turns out it was in fact Railo. I searched the Railo repo on GitHub and found a reference to that header. I was able to overwrite it with a blank

Re: "exception-message" header reveals path to document root in 404 response.

2014-01-10 Thread Jordan Michaels
It may also be useful to know if you get this same "exception-message" header when you get a 404 from the Railo servlet (from a request for a .cfm file). It may help determine if Railo is involved or not. Warm Regards, Jordan Michaels On 01/10/2014 04:02 PM, Caldarale, Charles R wr

Re: "exception-message" header reveals path to document root in 404 response.

2014-01-10 Thread Jordan Michaels
August, can you describe you're install a bit more? How did you install Railo? Did you start with a Vanilla Tomcat install and install a Railo war? Have you customized your install at all or added any custom configs? Warm Regards, Jordan Michaels On 01/10/2014 04:02 PM, Caldarale, Charl

Re: Bin Folders

2013-11-06 Thread Jordan Michaels
. If you *have* made changes, why not just copy the files you've changed and leave it at that? Make life easier on yourself. ;) Warm Regards, Jordan Michaels On 11/06/2013 10:29 AM, Crystal Maramba wrote: I will as soon as I combine the bin folders. The service installer does not include th

Re: Bin Folders

2013-11-06 Thread Jordan Michaels
From my experience, no; there should not be an issue with that. Why not just get rid of the first install if you're not going to use it? Keep your system clean and less confusing. Warm Regards, Jordan Michaels On 11/06/2013 09:34 AM, Crystal Maramba wrote: Tomcat version: 7.0.42 Oper

Re: Log4J2 and Tomcat (Was: Override logging)

2013-10-08 Thread Jordan Michaels
On 10/08/2013 12:27 PM, Christopher Schultz wrote: Interested in giving it a try? I wouldn't mind. I'm still poking at 1.2 a bit to see if I can make it work for this project, but yeah, I'm happy to give it a go. =) Warm Regards,

Re: Log4J2 and Tomcat (Was: Override logging)

2013-10-08 Thread Jordan Michaels
On 10/08/2013 12:22 PM, Christopher Schultz wrote: Note that you are a few versions behind: log4j 1.2.x is currently at 1.2.17. I'm not sure if the differences between 1.2.9 and 1.2.17 affect you. - -chris Indeed. Thanks for pointing that out. =) Warm Regards, Jordan Mic

Log4J2 and Tomcat (Was: Override logging)

2013-10-08 Thread Jordan Michaels
as anyone tried this same method with the upcoming log4j2? IE: would the current tomcat-juli.jar, and tomcat-juli-adapters.jar work with log4j2? Just curious mostly, I'm pretty happy with log4j 1.2.9 as it is. As usual, the Tomcat and log4j dev teams have done amazing work there.

Re: IIS 8/Windows Server 2012

2012-11-30 Thread Jordan Michaels
don't mind having a lot of choices either - I like that both isapi_redirect and the BonCode Connector exist - but if it could save you guys some time and effort, it might be worth collaborating? Just a thought. ;) Warm Regards, Jordan Michaels On 11/30/2012 11:45 AM, Konstantin Preißer

Re: [ANN] Apache Tomcat 7.0.33 released

2012-11-21 Thread Jordan Michaels
+1 You guys are awesome. Thank you for all you do. Warm Regards, Jordan Michaels On 11/21/2012 04:29 PM, Tony Anecito wrote: Many thanks to the Tomcat team for all thier hard work! -Tony --- On Wed, 11/21/12, Mark Thomas wrote: From: Mark Thomas Subject: [ANN] Apache Tomcat 7.0.33

Re: How The Weather Company survived a 1,000% traffic spike during Hurricane Sandy

2012-11-14 Thread Jordan Michaels
That's very cool. Appreciate the share. =) Warm Regards, Jordan Michaels On 11/14/2012 06:46 PM, Terence M. Bandoian wrote: For anyone who might be interested: http://venturebeat.com/2012/11/02/how-the-weather-company-survived-a-1000-traffic-spike-during-hurricane-sandy/ It looks

Re: tomcat 7 PermGen

2012-10-25 Thread Jordan Michaels
Can you post the exact error message you are seeing and what your JVM settings are when you get that error? Warm Regards, Jordan Michaels On 10/25/2012 04:24 PM, Ted Smith wrote: Hello: After upgrading to 7, deploying a new war file often results in PermGen error, much more often than in 6

Re: Check if a file exists before passing to a servlet in TC7

2012-07-27 Thread Jordan Michaels
Thank you very much Konstantin! That worked perfectly. =) Warm regards, Jordan Michaels - Original Message - From: "Konstantin Kolinko" To: "Tomcat Users List" Sent: Friday, July 27, 2012 2:24:02 AM Subject: Re: Check if a file exists before passing to a servl

Check if a file exists before passing to a servlet in TC7

2012-07-26 Thread Jordan Michaels
b server should be complicating things. Any direction on this would be greatly appreciated. Thanks in advance! -- Warm Regards, Jordan Michaels - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Happy Birthday, Chuck!

2012-07-26 Thread Jordan Michaels
Happy birthday. =) Warm Regards, Jordan Michaels On 07/26/2012 07:05 AM, Caldarale, Charles R wrote: From: Gregor S. [mailto:rc4...@googlemail.com] Subject: Happy Birthday, Chuck! thanks again for your valuable comments on this list, and keep it up! You're welcome, and than

Re: "High Level" question. Managing dynamic vhost deployments...

2012-04-26 Thread Jordan Michaels
that would require patching the Host Manager or writing my own classes that interfaced with the same classes that the Host Manager uses. That is a bit intimidating, so I haven't attempted it yet. At any rate, maybe what I've done so far can help you in your efforts. Warm Regards, Jordan Mi

Re: make Tomcat reachable on internet

2012-03-01 Thread Jordan Michaels
thers, but it's generally not done for professional sites and usually cost money just like hosting accounts do. Shared hosting accounts are very cheap or even free. Any particular reason you're opposed to a hosting account? Warm Regards, Jordan Michaels On 03/01/2012 02:55 PM, gio

Re: make Tomcat reachable on internet

2012-03-01 Thread Jordan Michaels
This is what hosting companies do. They give you a location that's accessible via the Internet to place your files and applications. You'll want to look into getting a hosting account. Warm Regards, Jordan Michaels On 03/01/2012 02:32 PM, giovo87 wrote: Hi everybody! I've

Re: Tomcat somtimes responses a blank page.

2012-02-29 Thread Jordan Michaels
Awesome. Glad you figured it out and thanks for reporting back! Warm Regards, Jordan Michaels On 02/29/2012 08:47 AM, nara wrote: I resolved, my servlet code was the problem. Thank you for your help. - Nara 2012/2/29 nara Errors occurring randomly. The occurring probability was reduced when

Re: Tomcat somtimes responses a blank page.

2012-02-28 Thread Jordan Michaels
Can you predictably reproduce the error? (IE: first hit after a Tomcat restart) Or is it completely random? -Jordan On 02/28/2012 09:03 AM, nara wrote: I'm using tomcat directly and there is no log about this error in the catalina.out - Nara 2012/2/29 Jordan Michaels Are you hi

Re: Tomcat somtimes responses a blank page.

2012-02-28 Thread Jordan Michaels
Are you hitting your pages through an external web server (Apache, IIS) or are you hitting Tomcat (Coyote) directly? This sounds like a crashed thread. Any indicators in the catalina.out logs? -Jordan - Original Message - From: "nara" To: "users" Sent: Tuesday, February 28, 2012 4:34

Re: BonCode AJP Connector 1.0rc ready - AJP from IIS to Tomcat

2012-01-20 Thread Jordan Michaels
Sweet! Is there a changelog between the 0.91 release to the 1.0rc release? Thanks Bilal! -Jordan - Original Message - From: "Bilal S" To: "Tomcat Users List" Sent: Thursday, January 19, 2012 12:13:00 PM Subject: BonCode AJP Connector 1.0rc ready - AJP from IIS to Tomcat After close t

Re: [OT] Recommendations for Amazon EC2 Linux Flavor

2011-12-06 Thread Jordan Michaels
I've had good experiences with Tomcat on CentOS using EC2. Pretty simple to get familiar with if you're already comfortable with CentOS. Warm Regards, Jordan Michaels On 12/06/2011 02:23 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I'm

Re: Hosts Created in Tomcat 7 Host-Manager Don't Process JSP

2011-11-16 Thread Jordan Michaels
t in conf/Catalina/host.com/ROOT.xml directory. In my case, I added the following to the xml file: WEB-INF/web.xml and everything works nicely now. =) Hope this helps someone. Warm Regards, Jordan Michaels On 11/14/2011 02:50 PM, Jordan Michaels wrote: Running some tests with the Tom

Hosts Created in Tomcat 7 Host-Manager Don't Process JSP

2011-11-14 Thread Jordan Michaels
- privileged="true" antiResourceLocking="false" antiJARLocking="false"> --- Am I missing something? Is there something I should be doing that I'm not doing? Can anyone confirm they can run JSP on hosts

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
IIS version doesn't matter as you're working directly with Tomcat's web server. Tested on w2k3 and it works for me. Try it without the VHost Copier and see if you get better results. -JM On 09/08/2011 02:58 PM, Russ Michaels wrote: yes 100%, no other version of the installer has ever been do

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
ouble on? Warm regards, Jordan Michaels On 09/08/2011 02:05 PM, Russ Michaels wrote: railo-3.2.3.000-pl0-windows-installer.exe On Thu, Sep 8, 2011 at 10:03 PM, Jordan Michaels wrote: what version of the installer are you using? Warm regards, Jordan Michaels On 09/08/2011 01:59 PM, Russ

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
what version of the installer are you using? Warm regards, Jordan Michaels On 09/08/2011 01:59 PM, Russ Michaels wrote: service has been restart cache has been cleared the pages giving 404 are http://localhost:/manager/html http://localhost:/manager/status

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
Restart the service? Clear browser cache? What URL are you using? More information would be extremely helpful here. Warm regards, Jordan Michaels On 09/08/2011 01:54 PM, Russ Michaels wrote: that's how it was originally, I have changed it back to that and still the same problem. inde

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
, then hit your server at localhost:/index.jsp to get the default tomcat home page. You will be able to reach the rest of the tomcat apps from there. Warm regards, Jordan Michaels On 09/08/2011 01:40 PM, Russ Michaels wrote: tried that didn.t work. On a working server, my localhost entry is

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
quot; server.xml mapping points to the tomcat webapps/ROOT/ directory and you should be set to use the Tomcat webapps. Warm regards, Jordan Michaels On 09/08/2011 12:57 PM, Russ Michaels wrote: I have already tried the Railo forums and been told to come here as it is a problem with Tomcat

Re: default document doesnot work with IIS

2011-05-04 Thread Jordan Michaels
ailto:a...@adobe.com] Sent: Wednesday, May 04, 2011 11:24 AM To: Tomcat Users List Subject: RE: default document doesnot work with IIS HI Jordan, I am trying to deploy Adobe ColdFusion on Tomcat and configured Tomcat IIS connector, but I am not able to get the default document to work. Please p

Re: default document doesnot work with IIS

2011-05-03 Thread Jordan Michaels
Asha, What CFML server are you using and what method did you use to install it? There is quite a bit of documentation on how to get the default document working with the open-source CFML engines and if I knew what you were using, I could point you in the right direction. -Jordan - Origin

AJPv13 extensions

2011-04-20 Thread Jordan Michaels
Are there any plans to implement the AJPv13 extensions at any point? I'm sure I can't be the only one who's anxious to see those implemented some time. Just curious. =) -Jordan - To unsubscribe, e-mail: users-unsubscr...@tomc

Re: JVM crash tomcat

2011-03-11 Thread Jordan Michaels
Try updating your JVM to the latest version. Seems like this is a bug that was recently fixed. http://download.java.net/jdk6/6u25/promoted/b01/changes/JDK6u25.b01.list.html Issue: 7009268 3-Medium Defect PPC: guarantee(middle - slop \> start) failed: need enough space to divide up -Jordan

Re: mod_jk and sticky sessions

2011-02-15 Thread Jordan Michaels
I figured this out. I was not hitting a JSP page, so the session variable wasn't getting refreshed. It's always the little things that throw us off! -Jordan On 02/15/2011 10:07 AM, Jordan Michaels wrote: Hello mod_jk Experts, I'm having trouble getting sticky sess

mod_jk and sticky sessions

2011-02-15 Thread Jordan Michaels
Hello mod_jk Experts, I'm having trouble getting sticky sessions to work as expected. I believe I've identified the problem in the logs: --- [Mon Feb 14 15:28:02.333 2011] [4774:4041131776] [debug] get_most_suitable_worker::jk_lb_worker.c (942): searching worker for partial sessionid A

Re: Is IBM Right About Java?

2011-02-08 Thread Jordan Michaels
pid's using a mail client that uses header information to track threads. So, if you started this thread by hitting "reply" to an existing topic then changed the subject and content, the header thread tracking info will still be present. Thus, to him, it will appear as though you hijacked a thre

Re: How to serve .net and java websites on Windows 2008 with IIS7 and Tomcat

2011-02-01 Thread Jordan Michaels
A simple answer to your question is to create additional entries to your Tomcat server.xml file. While I know that there are some on this list who disagree with this method, I personally find that configuring hosts and contexts in the server.xml file very simple as it makes adding new hosts to

Re: Tomcat/IIS Integration

2010-12-10 Thread Jordan Michaels
It is daunting at first, for sure. But it's easy once you understand it. This guide may help: http://it.megocollector.com/?p=224 -Jordan On 12/10/2010 11:56 AM, Miner, James wrote: I have been working on this issue for a few days now. Last week, my client needed to refresh their development

Re: SOT: JVM and DNS Failover

2010-12-03 Thread Jordan Michaels
On 12/03/2010 11:31 AM, Michael Ludwig wrote: Moin Jordan, Jordan Michaels schrieb am 03.12.2010 um 10:39 (-0800): Would any of you be able to point me to some documentation on how the JVM handles DNS resolving? I'm hoping there are JVM settings that can be tweaked to help force the J

Re: JVM and DNS Failover

2010-12-03 Thread Jordan Michaels
On 12/03/2010 11:11 AM, Caldarale, Charles R wrote: From: Jordan Michaels [mailto:jor...@viviotech.net] Subject: SOT: JVM and DNS Failover However, the JVM doesn't seem to be doing that. Whenever this name server goes offline, the application dies because something it's doing (we di

SOT: JVM and DNS Failover

2010-12-03 Thread Jordan Michaels
Hey Folks, I apologize for the slightly off-topic post but I'm having trouble researching this issue so I figured it might be worthwhile to make a post where folks more familiar with the intricacies of the JVM might be able to point me in the right direction. We have an application running o

Re: Host Manager.

2010-09-02 Thread Jordan Michaels
I'd be interested as well. I've actually been meaning to get to this myself and submit a patch to make the changes persist, but my schedule has been too hectic for any extra-curricular work recently. If you don't (and I'm hoping you will)... I will get to it eventually. ;) -Jordan On 09/02/20

Re: Script to restart Tomcat

2010-07-15 Thread Jordan Michaels
Most restart scripts that I've seen for Tomcat are home-brewed. Just google for Tomcat restart script and I'm sure you'll find something a bit more advanced then what you're using below. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open

Re: isapi_redirect 1.2.30

2010-04-07 Thread Jordan Michaels
URI's don't pass cookie information. Thanks! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Jordan Michaels wrote: Alright, Unfortunately there's no way (that I have found) to get IIS t

Re: isapi_redirect 1.2.30

2010-04-07 Thread Jordan Michaels
a servlet URL, it seems like something that SHOULD work when it's NOT a servlet URL. Does this make any sense? Should I file a bug report? Thank you for your help! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Com

Re: isapi_redirect 1.2.30

2010-04-05 Thread Jordan Michaels
etting a tomcat-processed file set as a default document in IIS7 - a script map and a custom module mapping, and both methods have this problem. Thank you for your help! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Communit

isapi_redirect 1.2.30

2010-04-02 Thread Jordan Michaels
Hello! I'm attempting to debug a cookie problem with the IIS7, using a default document, and the Tomcat connector. I can see where firefox is sending cookie information in the request headers to IIS, and I can see where the isapi_connector is passing the request off to Tomcat *without* cooki

Re: Tomcat+apache on name_based virtual hosts

2010-03-03 Thread Jordan Michaels
You can do this by creating new and entries in the server.xml file for each site. For example: and Hope this helps! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering

Re: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-26 Thread Jordan Michaels
If it helps, I was never able to get the blasted thing to work either. I was, however, able to get 32-bit to work just fine, and have been using it for just about everything, with no issues. Wish I could help more! -Jordan - Original Message - From: "David Bolsover" To: users@tomcat

Re: JSP Page "hangs"... clues? (SOLVED)

2010-02-15 Thread Jordan Michaels
on on it. =D Thanks to those of you who tried to help with this issue. Hopefully this post can help someone in the future! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Jordan Michaels wrote: We ha

Re: JSP Page "hangs"... clues?

2010-02-11 Thread Jordan Michaels
p and suggestions. It has been most appreciated. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions - To unsubscribe, e-mail: users-uns

Re: JSP Page "hangs"... clues?

2010-02-10 Thread Jordan Michaels
The browser would perform the request, the server would respond with part of the page (with send/ack's all throughout) and at the very end the browser would send a "okay, I got that last packet" message but the server won't send anything else. Warm regards, Jordan Michaels

Re: JSP Page "hangs"... clues?

2010-02-10 Thread Jordan Michaels
acket acknowledgement, and then nothing. The server stops responding. I will see if strace reveals any clues. Thank you for the suggestion! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Jim Cox wrote: Can you

Re: JSP Page "hangs"... clues?

2010-02-10 Thread Jordan Michaels
been going under the impression that if those were part of the problem that I should be able to pull at least a few more hits out of the page, right? Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions

JSP Page "hangs"... clues?

2010-02-10 Thread Jordan Michaels
h nothing in the logs and no indicators other then the problem itself, we'd appreciate any suggestions on what to look for at this point. Thank you in advance! -- Warm regards, Jordan Michaels Vivio Technologies http://www.vivi

Re: Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread Jordan Michaels
dOE is probably referring to the registry edits mentioned here: http://tomcat.apache.org/connectors-doc/reference/iis.html Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Christopher Schultz wrote: dOE

Re: Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread Jordan Michaels
The mod_jk connector 1.2.28 (the latest version as of this writing) works great on W2K8. Here's a respectable How-To (complete with loads of screen caps): http://www.iisadmin.co.uk/?p=72 Hope this helps! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/

Re: JSF files with IIS

2010-02-04 Thread Jordan Michaels
Hi, This depends on how your set up, but if I had to guess, I'd say the following: Check your uriworkermap.properties file and make sure JSF pages are a mapped extension. Hope this helps! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Ste

Re: Tomcat 6.0 Manager role not working on RHEL 5.4

2010-02-02 Thread Jordan Michaels
Looks like your "manager" and "user" entries are still within the comments. I'd also recommend changing the username and password to something much more obscure. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering

Re: 64bit IIS 7 and ISAPI Connector Question

2010-02-02 Thread Jordan Michaels
To clarify, did you get the 64-bit connector working with IIS7.5 and W2k8 64-bit? Thanks for taking the time to post this. =) Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Luis Esquivel wrote: Ok

Re: 64bit IIS 7 and ISAPI Connector Question

2010-02-02 Thread Jordan Michaels
You're welcome. Let us know how it goes. =) Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Luis Esquivel wrote: Thank you for your answer. We are trying that. -Original Message- From: J

Re: 64bit IIS 7 and ISAPI Connector Question

2010-02-01 Thread Jordan Michaels
, the 32-bit version should be just fine. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Luis Esquivel wrote: Hello, Has anyone gotten the above combination to work together? (64bit IIS 7 and

Re: mod_jk connector and iis7.5

2010-02-01 Thread Jordan Michaels
Just set one up about 3 minutes ago. Works great. =) Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Luis Esquivel wrote: Has anyone tried to make the mod_jk work with IIS7.5? Thanks! Luis Esquivel

Re: Adding/removing hosts dynamically?

2010-01-22 Thread Jordan Michaels
dan Caldarale, Charles R wrote: From: Jordan Michaels [mailto:jor...@viviotech.net] Subject: Re: Adding/removing hosts dynamically? I'm extremely interested in this. Any chance anyone who has used this before could provide some direction (example implementation)? Try the HTML version of

Re: Adding/removing hosts dynamically?

2010-01-21 Thread Jordan Michaels
I'm extremely interested in this. Any chance anyone who has used this before could provide some direction (example implementation)? Bare-bones documentation - if you will? Thank you! -Jordan richard42 wrote: richard42 wrote: ...it appears to add it successfully, but only empty pages are s

Re: Apache Version

2009-10-08 Thread Jordan Michaels
The version of Tomcat won't really matter, because Apache communicates with Tomcat through a connector, or as a proxy. If you use the connector method, just make sure you use the Apache 2.0 connector and you should be all set! Warm regards, Jordan Michaels Vivio Technologies

Re: 64-bit connector issues on W2K8 IIS7

2009-09-15 Thread Jordan Michaels
Ah-ha. This sounds like a plausible cause. I did install the ASP.NET stuff along with IIS7 so this sounds hopeful. I will investigate and report back if I find anything useful. Thank you for the pointer here! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open

Re: 64-bit connector issues on W2K8 IIS7

2009-09-14 Thread Jordan Michaels
I downloaded the 64-bit JDK from Sun's site, and I had to get the "special" 64-bit versions of the Tomcat exe's before Tomcat would run (using it's internal web server), so I know I'm using a 64-bit version of the JDK along with the 64-bit version of Tomcat.

Re: 64-bit connector issues on W2K8 IIS7

2009-09-14 Thread Jordan Michaels
directory. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider André Warnier wrote: Jordan Michaels wrote: .. Can't really help, never tried that combination. Also, there are I believe 2 versions of the 64-bit

64-bit connector issues on W2K8 IIS7

2009-09-14 Thread Jordan Michaels
28.dll" failed" For now, I'm just happy to be up and running with the 32-bit version, but it would be nice to have a system that was totally 64-bits. Thanks! -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon St

Re: tomcat, mod_jk, and apache

2009-04-09 Thread Jordan Michaels
is update the server.xml file with their hosts. If they don't, Tomcat won't process the CFML files like it should. I was just exploring if it was possible to have that management aspect go away. I like Java. I like CFML. This is just one way I'm trying to bring those two wo

Re: tomcat, mod_jk, and apache

2009-04-08 Thread Jordan Michaels
hanks folks! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider Caldarale, Charles R wrote: From: Jordan Michaels [mailto:jor...@viviotech.net] Subject: tomcat, mod_jk, and apache I'm using mod_jk with

Re: tomcat, mod_jk, and apache

2009-04-07 Thread Jordan Michaels
André Warnier wrote: Jordan Michaels wrote: Hey Folks, I'm using mod_jk with apache and I was wondering if it would be possible to configure mod_jk in a way that I wouldn't have to specify the entries in Tomcat's server.xml file in addition to apache. It's not terribl

tomcat, mod_jk, and apache

2009-04-07 Thread Jordan Michaels
Hey Folks, I'm using mod_jk with apache and I was wondering if it would be possible to configure mod_jk in a way that I wouldn't have to specify the entries in Tomcat's server.xml file in addition to apache. It's not terribly difficult to enter in host information in both places, but it woul

Re: mysite.com:8080 not loading - install problem?

2009-03-23 Thread Jordan Michaels
what does the following command give you? # netstat -ltpn This should let you know if tomcat is listening to any ports or not. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider sraisz wrote: I've inst

Re: Getting the tomcat server IP

2009-02-19 Thread Jordan Michaels
that tomcat is listening to all IP's. HTH Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider Natalie Forood wrote: Sorry for not being clear. We install Tomcat along with our product on a Linux server. Aft

Re: Getting OpenBlueDragon and Tomcat to traverse directories

2009-02-10 Thread Jordan Michaels
o will use Tomcat) is on it's way. Right now these installers have just been tested on CentOS 4 and 5, both 32-bit and 64-bit versions. Please submit bug reports to me or the openbd mailing list. Thanks! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open Blue

Re: Installing Tomcat

2009-01-29 Thread Jordan Michaels
ot easier to understand. HTH. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider michel wrote: Jordan, Much thanks for the response and thinking it over after I emailed this I have some idea where I wen

Re: Installing Tomcat

2009-01-29 Thread Jordan Michaels
What are you trying to install it on? We can help point you in the right direction. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider michel wrote: I have been trying to install Tomcat 4.1.39 and failing

Re: Connecting Apache Tomcat to Apache

2009-01-28 Thread Jordan Michaels
p. Thank you! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider Rainer Jung wrote: Well answered until here. I assume it's the old "put your JkMount into the virtual host" problem. kMount does

Re: Getting OpenBlueDragon and Tomcat to traverse directories

2008-09-18 Thread Jordan Michaels
ust the site URL (IE: www.mysite.com) and the directory that files are coming from is all the tomcat entry will need. I will be writing documentation, and updating the installer to be more multi-system compatible as time allows. Please let me know your experiences, and (if you dare) offer patches! =D War

Re: relative paths in web.xml [solved]

2008-09-10 Thread Jordan Michaels
you. Thanks again to all that helped me with this issue. It was most appreciated! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider Jordan Michaels wrote: > Hmm... I tried this, and it looks as though Tomcat st

Re: relative paths in web.xml

2008-09-09 Thread Jordan Michaels
when passing this file to the servlet? Thanks to all of you who responded both on-list and off. =) I really appreciate your help! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider Bill Barker wrote: > "Jord

relative paths in web.xml

2008-09-09 Thread Jordan Michaels
ok for a file that's relative to the $CATALINA_HOME folder instead of my Context Docbase value? It would be ideal if the Param-Value had no relation to the Context Docbase value at all. Is this even possible with Tomcat? Thanks in advance for any help anyone can offer. -- Warm regar

Re: Piggybacking HTTP with binary protocol

2008-09-09 Thread Jordan Michaels
Different OS's can do this in different ways. Just Google it. For Linux, here's a quick How-To: http://www.oclc.org/us/en/support/documentation/ezproxy/technote/2l.htm HTH Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Commi

Re: Getting OpenBlueDragon and Tomcat to traverse directories

2008-09-09 Thread Jordan Michaels
the OpenBD mailing list updated if I ever figure something out that's production worthy. (Even if it does make Jetty the default engine). HTH Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider Shawn_Usry wro

Re: Getting OpenBlueDragon and Tomcat to traverse directories

2008-07-28 Thread Jordan Michaels
x27;ll automate as much as I can. The installer will support CentOS to start with and branch out to other distros as I have time to adapt the installer to them. FYI Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Pr

Re: one webapp, many apache virtualhosts

2008-07-23 Thread Jordan Michaels
o Apache and not have to worry about Tomcat configs? Thanks again for the patient reply. I really appreciate it! -Jordan Gabe Wong wrote: > Hi Jordan, > You just need to put the proxy directive outside the virtualhost once. > So it would be globally available > in the Apache confi

one webapp, many apache virtualhosts

2008-07-23 Thread Jordan Michaels
Hi Folks, I have a situation where I want all jsp files on a particular system to be served up by one context (webapp) in tomcat. So in apache, I have a virtualhost who's files are stored in /home/user1/public_html, and another apache virtualhost who's files are stored in /home/user2/public_html.