Re: apache virtual hosting + server.xml + context

2005-10-12 Thread sudip shrestha
We are having the similar problem, but if we place context in server.xml, ( I also have a META-INF/context.xml ) and as we are using dbcp connection pool, and it seems that tomcat initializes those pool twice On 10/7/05, gianni dalmasso [EMAIL PROTECTED] wrote: hi list, i have a problem. i

RE: apache virtual hosting + server.xml + context

2005-10-12 Thread Caldarale, Charles R
From: sudip shrestha [mailto:[EMAIL PROTECTED] Subject: Re: apache virtual hosting + server.xml + context We are having the similar problem, but if we place context in server.xml, ( I also have a META-INF/context.xml ) and as we are using dbcp connection pool, and it seems that tomcat

Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
I DID try, but there is no IP address attribute for connector elements. .. at least not in the documentation listed on the 5.5 documentation / configuration setup. How would I do it? Can you please indicate the syntax? Thanks, Justin --- Hassan Schroeder [EMAIL PROTECTED] wrote: Justin

Re: Virtual Hosting and SSL

2005-10-11 Thread David Smith
Try address=192.168.56.32 or whatever IP you want tomcat to bind to. The port attribute will do the same thing for defining what port number to bind to. --David Justin Jaynes wrote: I DID try, but there is no IP address attribute for connector elements. .. at least not in the documentation

Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
I'll try... thanks so much for such a fast reply. Is there any document about that feature on the tomcat apache site? Justin --- David Smith [EMAIL PROTECTED] wrote: Try address=192.168.56.32 or whatever IP you want tomcat to bind to. The port attribute will do the same thing for defining

Re: Virtual Hosting and SSL

2005-10-11 Thread Hassan Schroeder
Justin Jaynes wrote: I DID try, but there is no IP address attribute for connector elements. .. at least not in the documentation listed on the 5.5 documentation / configuration setup. On this page?? http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html Look again :-) -- Hassan

Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
Strike that--I just found that documentation after looking the hundredth time. I guess we overlook what we didn't know before, assuming it isn't what we wanted to find--or something strange like that. But I found it. Thanks everyone. Justin --- Justin Jaynes [EMAIL PROTECTED] wrote: I'll

Virtual Hosting and SSL

2005-10-10 Thread Justin Jaynes
hosting based on IP's by adding IPVHost=true to connectors in server.xml file. but you have to specify the keystore a connector will use PER the connector--NOT THE HOST. So even though I can distinguish between IP addresses, it is too late already. The connector has already opened the keystore--without

Re: Virtual Hosting and SSL

2005-10-10 Thread Hassan Schroeder
Justin Jaynes wrote: I am running tomcat 5.5.12 and need to host two sites, both with ssl. Can you set up two connectors (one port 443 and one port 80) for one specific ip address and another set of connectors for another ip address? Yes. :-) That's exactly what you need to do. Try it,

apache virtual hosting + server.xml + context

2005-10-07 Thread gianni dalmasso
hi list, i have a problem. i have apache 2.0 + tomcat 5.5. i have N name based virtual hosts on the same machine managed by apache; some of them need to use tomcat (have jsp pages and servlets...) if i set a server.xml of tomcat with several hosts, and every host has ist context -- it's ok ( but

RE: apache virtual hosting + server.xml + context [255643:132138]

2005-10-07 Thread RTE - Meridian Club
[EMAIL PROTECTED] Received: 10/7/2005 10:51 AM To: tomcat-user@jakarta.apache.org Subject: apache virtual hosting + server.xml + context hi list, i have a problem. i have apache 2.0 + tomcat 5.5. i have N name based virtual hosts on the same machine managed by apache; some of them need to use

Tomcat 5.5 Virtual Hosting

2005-09-16 Thread Durfee, Bernard
Okay, after much struggle here is the solution I came up with for virtual hosting... 1 Machine, 3 DNS Entries - mymachine.me.com, app01.me.com, app02.me.com == server.xml - 3 host entries under the Catalina engine: Host name=localhost

mass virtual hosting with rewrite

2005-09-02 Thread Oleg
I am running Apache 2 with Tomcat 5.5. Both are working fine and hosting about 200 domain names. The problem is that every time a new domain is added I have to edit server.xml file and restart tomcat. With Apache I am using RewriteMap files so I just edit those files and no need to restart

Re: mass virtual hosting with rewrite

2005-09-02 Thread jmail
reply jmail Wiadomość Oryginalna Od: Oleg [EMAIL PROTECTED] Do: Tomcat Users List tomcat-user@jakarta.apache.org Data: Fri, 2 Sep 2005 11:18:50 -0700 Temat: mass virtual hosting with rewrite I am running Apache 2 with Tomcat 5.5. Both are working fine and hosting about 200 domain

Re: mass virtual hosting with rewrite

2005-09-02 Thread Oleg
PROTECTED] Do: Tomcat Users List tomcat-user@jakarta.apache.org Data: Fri, 2 Sep 2005 11:18:50 -0700 Temat: mass virtual hosting with rewrite I am running Apache 2 with Tomcat 5.5. Both are working fine and hosting about 200 domain names. The problem is that every time a new domain is added

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Brian Cook
files like the context.xml files which is very error pron. Any one else have other ideas? -Original Message- From: Seth Ladd [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 3:12 PM To: Tomcat Users List Subject: Advice for Hosting Many Individual Webapps? Hello, We

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Brian Cook
Users List Subject: Advice for Hosting Many Individual Webapps? Hello, We are finding outselves hosting more and more individual webapps, all running on Tomcat 5.5.9 w/ JDK 1.5. Each of these webapps is developed and deployed on a separate schedule, and the number and frequency of app

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Mikolaj Rydzewski
Seth Ladd wrote: The frequency is so much that the uptime of all of our applications is affected as we continually take down Tomcat servers in production to deploy a new application (or new version of the application). Because hot deploy does not work (the old favorite OOM error w/ too many

RE: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Allistair Crossley
: Advice for Hosting Many Individual Webapps? I think I missed something here. Are you not still bouncing Tomcat here? If so isnt the service still going down? What is the benifit of changign the ports around? I have a feeling I missed something in the expliation. George Sexton

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread George L. Sexton
The net effect is that users have to re-login, but there is no down time. They get bounced, but can immediately log back in. Right now, startup time for my hosted machine is running in the area of 5 minutes. So, I'm eliminating a 5 minute startup cycle. I'm running 60 virtual hosts on one

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Brian Cook
Sorry still not following. If Tomcat is being restarted how do you not have start up time? Is it that you have two instances of Tocmat and you are having the firewall just point to one instance while you bounce the second? If so is there an advantage to doing that over clustering?

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Seth Ladd
Mikolaj Rydzewski wrote: Seth Ladd wrote: The frequency is so much that the uptime of all of our applications is affected as we continually take down Tomcat servers in production to deploy a new application (or new version of the application). Because hot deploy does not work (the old

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Seth Ladd
Allistair Crossley wrote: we used to just schedule updates and let all our staff know there would be a small amount of downtime (for our intranet) but you can't do this on external production servers, so you need to go with either load balancing/clustering that allows you to close a node down

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Asad Habib
.NET and PHP may have better development/deployment environments, but quite frankly I would rather use Java than C# or PHP to develop web applications. Just look at the robust Java open-source frameworks that exist (i.e. Spring, Turbine, Struts, JSF) just to name a few. Also, .NET applications are

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread George L. Sexton
with clustering is that it seems to require an external director that would balance the requests across the host. If this is mod_jk and Apache, that's pretty ungainly if you are running a hosting operation with 200 virtual hosts. If it's an external load balance, that's a third piece of hardware

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Seth Ladd
, .NET applications are not multi-platform. There is just no comparison to Java - J2EE rules! No doubt, and this isn't about which rules more. This is a frank discussion regarding issues of hosting many webapps, looking for a real solution. I was merely trying to illustrate how high the bar has

RE: Virtual Hosting with WAR files

2005-08-17 Thread Mahesh S Kudva
Thanks to all. This setup has been tested on Apache2+JBoss+mod_jk-1.2.14_for MacOSX. And am sure it will work on other platforms as well. This setup also handles Apache related webapps.. Make the required entries in the DNS webapp.war: Extract the war file using zip and rename the folder

Re: Advice for Hosting Many Individual Webapps?

2005-08-17 Thread Radek Wierzbicki
to ensure reliability then clone the machine and put a redirector in front of both. It scales very well and the user impact in case of trouble is not 100%. --Radek W. Seth Ladd wrote: Hello, We are finding outselves hosting more and more individual webapps, all running on Tomcat 5.5.9 w/ JDK 1.5

Re: Virtual Hosting with WAR files

2005-08-16 Thread Darryl L. Miles
.foo.com http://file3.foo.com I have also read the notes on Virtual hosting: http://jakarta.apache.org/tomcat/connectors-doc- archive/jk2/jk2/vhosthowto.html Even though I am not able to configure Tomcat to connect to the war files as requested. How do I configure tomcat to connect to the correct

Re: Virtual Hosting with WAR files

2005-08-16 Thread Pete Stevens
Try reading this, http://www.ex-parrot.com/~pete/tomcat-vhost.html It's a receipe for setting up tomcat to do virtual hosting and behave more like apache with regard to virtual hosts. Yours, Pete Stevens On Tue, 16 Aug 2005, Mahesh S Kudva wrote: Hi I have setup Tomcat+Apache2+mod_jk. I

Re: Virtual Hosting with WAR files

2005-08-16 Thread Charles Meier
up tomcat to do virtual hosting and behave more like apache with regard to virtual hosts. Yours, Pete Stevens On Tue, 16 Aug 2005, Mahesh S Kudva wrote: Hi I have setup Tomcat+Apache2+mod_jk. I have 3 application in war files namely flie1.war, file2.war and file3.war. To deploy, I just put

SV: Virtual Hosting with WAR files

2005-08-16 Thread Michael Salmon
Users List Emne: Re: Virtual Hosting with WAR files Try reading this, http://www.ex-parrot.com/~pete/tomcat-vhost.html It's a receipe for setting up tomcat to do virtual hosting and behave more like apache with regard to virtual hosts. Yours, Pete Stevens On Tue, 16 Aug 2005, Mahesh S Kudva

Re: Virtual Hosting with WAR files

2005-08-16 Thread Darryl L. Miles
pointing to that directory and with each Tomcat given its own start/stop.sh script that sets CATALINA_HOME. This is more complex to set up, and I'm not sure how many separate Tomcats this can handle, but it does allow you to have something like: Maybe this is realistic in your hosting setup

Advice for Hosting Many Individual Webapps?

2005-08-16 Thread Seth Ladd
Hello, We are finding outselves hosting more and more individual webapps, all running on Tomcat 5.5.9 w/ JDK 1.5. Each of these webapps is developed and deployed on a separate schedule, and the number and frequency of app deployments is increasing. The frequency is so much that the uptime

RE: Advice for Hosting Many Individual Webapps?

2005-08-16 Thread George Sexton
: Tuesday, August 16, 2005 3:12 PM To: Tomcat Users List Subject: Advice for Hosting Many Individual Webapps? Hello, We are finding outselves hosting more and more individual webapps, all running on Tomcat 5.5.9 w/ JDK 1.5. Each of these webapps is developed and deployed

Virtual Hosting with WAR files

2005-08-15 Thread Mahesh S Kudva
to change this to simple urls as follows: http://file1.foo.com http://file2.foo.com http://file3.foo.com I have also read the notes on Virtual hosting: http://jakarta.apache.org/tomcat/connectors-doc- archive/jk2/jk2/vhosthowto.html Even though I am not able to configure Tomcat to connect

Re: [OT] UK tomcat hosting recommendations?

2005-07-08 Thread Paul Singleton
Mark Benussi wrote: Having some fun with my current ISP and was wondering if any of you have UK tomcat recommendations? My technical needs are pretty small; just tomcat 5.0+ installed with mysql 4.0+ etc. My main non-technical requirement is a good UK based support, and any recommendations

Re: UK tomcat hosting recommendations?

2005-07-07 Thread Mark Benussi
to someone. What is your site, is it still up and running and are you getting e-mail? Original Message Follows From: Julian Templeman [EMAIL PROTECTED] Reply-To: Julian Templeman [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: UK tomcat hosting recommendations

Re: UK tomcat hosting recommendations?

2005-07-07 Thread Oscar Mechanic
[EMAIL PROTECTED] Reply-To: Julian Templeman [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: UK tomcat hosting recommendations? Date: Wed, 6 Jul 2005 13:29:30 +0100 Having some fun with my current ISP and was wondering if any of you have UK tomcat

RE: UK tomcat hosting recommendations?

2005-07-07 Thread Mark Benussi
I don't see any mention of their Tomcat support? I said that I needed Tomcat support without having to install it myself -Original Message- From: Oscar Mechanic [mailto:[EMAIL PROTECTED] Sent: 07 July 2005 15:33 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: UK tomcat hosting

Re: UK tomcat hosting recommendations?

2005-07-06 Thread Julian Templeman
Having some fun with my current ISP and was wondering if any of you have UK tomcat recommendations? I'm using www.nameonthe.net for JBoss hosting, and I know they do straight Tomcat as well. I've been pretty happy with them, and the support has been fine the couple of time I've needed to use

[OT] UK tomcat hosting recommendations?

2005-07-05 Thread Mark Benussi
be appreciated. P.S. I know I could use a blank Linux hosting option and install it myself but this is not appropriate at the moment, I may consider that in the future.

web hosting with tomcat

2005-07-01 Thread vishwam
Hi, I am a new user of tomcat, I developed a web application in my webapps folder, Now i want to put my application live on internet with my domain name.My question is can tomcat serve as web server alone? or do i need help of IIS or Apache server to redirect to tomcat. Please can any one

RE: web hosting with tomcat

2005-07-01 Thread Peter Crowther
From: vishwam [mailto:[EMAIL PROTECTED] can tomcat serve as web server alone? Yes. Please can any one tell me the procedure what should be done ? At the simplest, edit conf/server.xml to change port 8080 to port 80 and restart Tomcat so that it reads the new port. However, you may also

Re: web hosting with tomcat

2005-07-01 Thread Bruno Georges
There are plenty of Hosting compnanies I used webappcabaret, Spinweb and lately eapps.com Depending on your requirements they all offer different level of integration with apache. For example with eapps.com you can access tomcat directly or via apache [mod_jk], same for JBoss You can also manage

RE: web hosting with tomcat

2005-07-01 Thread Bruno Georges
hosting with tomcat 01.07.05 13:07 Please respond to Distribute

Re: hosting service: webhype.nl

2005-06-18 Thread smmarrt
resources (some amount is guaranteed and burst amount is a maximum) You can install anything then. :) Good luck P.S.: Me and one of my friends use this hosting (CarpathiaHost - ProHosters) and this registrar (RegDN) and we have no problems with it. Starter Plan (VPS 200) was used to host 30

hosting service: webhype.nl

2005-06-15 Thread Charl Gerber
Has anyone had experience with webhype.nl ? Their prices and service almost seem too good to be true. :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ip-based virtual hosting

2005-05-21 Thread Bill Barker
Mirko [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know name-based virtual hosting works great in Tomcat but I am interested in setting up ip-based virtual hosting in standalone Tomcat. Is that possible? It will be possible in TC 5.5.10. It's not possible in any

Re: ip-based virtual hosting

2005-05-21 Thread Hassan Schroeder
Bill Barker wrote: I ... am interested in setting up ip-based virtual hosting in standalone Tomcat. Is that possible? It will be possible in TC 5.5.10. It's not possible in any of the currently released versions. ?! Could you explain, please? Because I've currently got several systems

Re: ip-based virtual hosting

2005-05-21 Thread Bill Barker
Hassan Schroeder [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Bill Barker wrote: I ... am interested in setting up ip-based virtual hosting in standalone Tomcat. Is that possible? It will be possible in TC 5.5.10. It's not possible in any of the currently released versions

ip-based virtual hosting

2005-05-20 Thread Mirko
I know name-based virtual hosting works great in Tomcat but I am interested in setting up ip-based virtual hosting in standalone Tomcat. Is that possible? /Mirko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: website hosting

2005-05-17 Thread Mark
I read the link, and was curious as to what your opinion is when running Tomcat over SSL. I put Apache in front of Tomcat when SSL is required. TIA... Mark On 5/15/05, Lutz Zetzsche [EMAIL PROTECTED] wrote: Hi Tomislav, Am Sonntag, 15. Mai 2005 16:10 schrieb t.n.a.: Lutz Zetzsche wrote:

Inspiration for mulltiuser Tomcat hosting on a university

2005-05-17 Thread Kenneth Jensen
, so we don't have unlimited ressources. Currently we have around 160 contexts in the server.xml file, meaning that ca. 160 users have servlet-sites that need hosting. The basics requirements for the server are: * Operating system is Fedora Linux, and the jdk will be whatever version of Sun JDK

Re: website hosting

2005-05-17 Thread Woodchuck
fwiw, i am upgrading my web app from Tomcat 4.1.24 to Tomcat 5.5.9 and wow... the performance increase is very noticeable. --- Mark [EMAIL PROTECTED] wrote: I read the link, and was curious as to what your opinion is when running Tomcat over SSL. I put Apache in front of Tomcat when SSL is

Re: website hosting

2005-05-16 Thread David Smith
Just to add my two cents to this -- you can use jsvc from the commons-daemon project to start Tomcat with root long enough to get port 80 and then drop root for normal run. Running Apache in front of Tomcat adds an extra layer of complexity and more processing. Take a look at what you need and

Re: website hosting

2005-05-16 Thread Jason Bainbridge
On 5/14/05, Lutz Zetzsche [EMAIL PROTECTED] wrote: Hi Suri, Am Samstag, 14. Mai 2005 17:05 schrieb suri.jagadish: How do I configure the tomcat for the default port 80 for answering the http request for the ip address in the net It is not recommended to run Tomcat as root. If you would

Re: website hosting

2005-05-15 Thread t.n.a.
Lutz Zetzsche wrote: As regards performance, running Apache in front of Tomcat is not preferable. A standalone Tomcat is faster than a Tomcat behind an Apache. I'm not speaking from my own experiance, but I've done some reading some time ago and the best practice I've found is to have apache

Re: website hosting

2005-05-15 Thread Lutz Zetzsche
Hi Tomislav, Am Sonntag, 15. Mai 2005 16:10 schrieb t.n.a.: Lutz Zetzsche wrote: As regards performance, running Apache in front of Tomcat is not preferable. A standalone Tomcat is faster than a Tomcat behind an Apache. I'm not speaking from my own experiance, but I've done some reading

website hosting

2005-05-14 Thread suri.jagadish
Hi I need to host a website using the tomcat Webserver How do I configure the tomcat for the default port 80 for answering the http request for the ip address in the net I had already done it using (Microsoft) IIS.

Re: website hosting

2005-05-14 Thread Barry Kimelman
cluding the port on which Tomcat listens. * Barry KimelmanToronto, Ontario, Canada ---Original Message--- From: suri.jagadish Date: 05/14/05 11:06:30 To: tomcat-user@jakarta.apache.org Subject: website hosting Hi I need to host a website using the tomcat We

Re: website hosting

2005-05-14 Thread Lutz Zetzsche
Hi Suri, Am Samstag, 14. Mai 2005 17:05 schrieb suri.jagadish: How do I configure the tomcat for the default port 80 for answering the http request for the ip address in the net It is not recommended to run Tomcat as root. If you would configure to listen to port 80 instead of port 8080, you

Re: website hosting

2005-05-14 Thread t.n.a.
suri.jagadish wrote: Hi I need to host a website using the tomcat Webserver How do I configure the tomcat for the default port 80 for answering the http request for the ip address in the net I had already done it using (Microsoft) IIS. Don't know if you want to hear this, but you might want

Re: website hosting

2005-05-14 Thread Lutz Zetzsche
Am Samstag, 14. Mai 2005 18:47 schrieb t.n.a.: Basically, I haven't heard once someone suggest you run it directly on :80 for a number of reasons (run as root, performance, availability : of modules etc.). As regards performance, running Apache in front of Tomcat is not preferable. A

Re: 2 nd Try : help need for hosting the website

2005-05-01 Thread Ashok Anumandla
Hi All, First thanks for your responses, the site name i am trying to make it working is not www.anishanumandla.com, www.anishanumandla.com was hosted in apache 2,with apache, it is working fine, i am trying to make it work www.filmiinfo.com with tomcat5.5.9, i am really sorry for the website

Re: 2 nd Try : help need for hosting the website

2005-05-01 Thread Ashok Anumandla
It is working now, please ignore my previous message, it was path problem... Ashok Ashok Anumandla wrote: Hi All, First thanks for your responses, the site name i am trying to make it working is not www.anishanumandla.com, www.anishanumandla.com was hosted in apache 2,with apache, it is working

2 nd Try : help need for hosting the website

2005-04-29 Thread Ashok Anumandla
Hi All, I am trying to host my website on Tomcat 5.5.9 in my home machine, i did following steps .. - installed the JRE,JAVA, and Tomcat 5.5.9 - installed ant - when i run ant, it created anishanumandla under tomcat webapps. - configured following in server.xml Host name=www.anishanumandla.com

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Robert r. Sanders
Is your machine's IP mapped to www.anishanumandla.com ? Try running nslookup www.anishanumandla.com and/or ping www.anishanumandla.com from the command-line and see what you get. It not, you can test using the hostname by creating a local mapping C:\WINNT\system32\drivers\etc\hosts file.

RE: 2 nd Try : help need for hosting the website

2005-04-29 Thread Robert Harper
that such a virus or defect exists.   -Original Message- From: Ashok Anumandla [mailto:[EMAIL PROTECTED] Sent: Friday, April 29, 2005 3:28 PM To: tomcat-user@jakarta.apache.org Subject: 2 nd Try : help need for hosting the website Hi All, I am trying to host my website on Tomcat 5.5.9 in my

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Hassan Schroeder
Ashok Anumandla wrote: I am trying to host my website on Tomcat 5.5.9 in my home machine, i did following steps .. - Configured my linksys to fwd the any request from www.anishanumandla.com to port number and 8080 port. I don't think you were successful with that step... But unfortunately i am

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Hassan Schroeder
Robert Harrison wrote: I don't think you can see the external address if you browse from the same machine the site is hosted on. 1) uh, why the hey not? Name resolution is name resolution; where you're browsing from shouldn't matter (unless your primary DNS is local and delivering

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Struan Kerr-Liddell
Am I miss understanding? I can see www.anishanumandla.com the text reads: *Anish Anumandla* born on Jan 7th 2004 at El Camino Hospital, Sunnyvale, California. He weighed 7lbs 8ozs and height was 19inches at the time of birth.To know more about him go through the website. Struan Hassan Schroeder

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Hassan Schroeder
Struan Kerr-Liddell wrote: Am I miss understanding? I can see www.anishanumandla.com Obviously the OP fixed his problem -- it was definitely unavailable a while ago (via browser/telnet/nmap). Cute kid :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design ===

hosting in Croatia

2005-03-31 Thread t.n.a.
Don't really know why I'm writing in english :), but here goes... Tomcat/jetty/jboss hosting in Croatia seems to be much more of a problem than I anticipated, so I need advice on how to proceed. Just go with the flow and develop for .net :) or is there something I've missed? Is hosting an issue

Re: hosting in Croatia

2005-03-31 Thread Mladen Turk
t.n.a. wrote: Don't really know why I'm writing in english :), but here goes... Da, mozda bi bilo bolje da si pitao neku lokalnu grupu, recimo hr.fido.java. Tomcat/jetty/jboss hosting in Croatia seems to be much more of a problem than I anticipated, so I need advice on how to proceed. Just go

RE: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
: Re: Wild Card Hosting Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed, 2005-03-23 at 10:42, George Sexton wrote: Does anyone know if Tomcat supports Wild card hosting? Can I specify a pattern say

RE: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
, 2005 4:14 PM To: Tomcat Users List Subject: Re: Wild Card Hosting Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed, 2005-03-23 at 10:42, George Sexton wrote: Does anyone know if Tomcat supports Wild

RE: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
: Re: Wild Card Hosting Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed, 2005-03-23 at 10:42, George Sexton wrote: Does anyone know if Tomcat supports Wild card hosting? Can I specify

Re: Wild Card Hosting

2005-03-25 Thread Robert r. Sanders
-Original Message- From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 4:14 PM To: Tomcat Users List Subject: Re: Wild Card Hosting Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed

Re: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
[mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 4:14 PM To: Tomcat Users List Subject: Re: Wild Card Hosting Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed, 2005-03-23 at 10:42, George Sexton wrote

Re: Wild Card Hosting

2005-03-24 Thread Rob Hunt
There are some domain-name-registrars/DNS-providers that allow you to set up a wildcard host where their domain name servers will dynamically redirect HTTP requests. For example: http://*.domain.tld/ could be redirected to something like

Re: Wild Card Hosting

2005-03-24 Thread Robert r. Sanders
You might also be able to do something similar by using Apache httpd as frontend and combining mod_jk with either mod_vhost or mod_rewrite. Rob Hunt wrote: There are some domain-name-registrars/DNS-providers that allow you to set up a wildcard host where their domain name servers will

RE: Wild Card Hosting

2005-03-24 Thread George Sexton
Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Rob Hunt [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 9:02 AM To: tomcat-user@jakarta.apache.org Subject: Re: Wild Card Hosting There are some domain-name-registrars/DNS-providers

RE: Wild Card Hosting

2005-03-24 Thread George Sexton
AM To: Tomcat Users List Subject: Re: Wild Card Hosting You might also be able to do something similar by using Apache httpd as frontend and combining mod_jk with either mod_vhost or mod_rewrite. Rob Hunt wrote: There are some domain-name-registrars/DNS-providers that allow you

Re: Wild Card Hosting

2005-03-24 Thread Drew Jorgenson
Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed, 2005-03-23 at 10:42, George Sexton wrote: Does anyone know if Tomcat supports Wild card hosting? Can I specify a pattern say *.domain.com And have all requests get

RE: Wild Card Hosting

2005-03-24 Thread George Sexton
Jorgenson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 4:14 PM To: Tomcat Users List Subject: Re: Wild Card Hosting Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed, 2005-03-23 at 10:42, George Sexton

RE: Wild Card Hosting

2005-03-24 Thread George Sexton
Message- From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 4:14 PM To: Tomcat Users List Subject: Re: Wild Card Hosting Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed, 2005-03-23

Wild Card Hosting

2005-03-23 Thread George Sexton
Does anyone know if Tomcat supports Wild card hosting? Can I specify a pattern say *.domain.com And have all requests get forwarded to a specific host? Making the host the default host is not an option, because there is already another default host that is used. George Sexton MH Software

Re: Wild Card Hosting

2005-03-23 Thread QM
On Wed, Mar 23, 2005 at 11:42:09AM -0700, George Sexton wrote: : Does anyone know if Tomcat supports Wild card hosting? Can I specify a : pattern say : : *.domain.com : : And have all requests get forwarded to a specific host? Not possible with a stock Tomcat install. Perhaps possible with some

RE: Wild Card Hosting

2005-03-23 Thread George Sexton
5:09 PM To: Tomcat Users List Subject: Re: Wild Card Hosting On Wed, Mar 23, 2005 at 11:42:09AM -0700, George Sexton wrote: : Does anyone know if Tomcat supports Wild card hosting? Can I specify a : pattern say : : *.domain.com : : And have all requests get forwarded to a specific

Re: Please recommend a Low Cost Tomcat Hosting platform

2005-01-10 Thread Paul Taylor
@jakarta.apache.org Subject: Re: Please recommend a Low Cost Tomcat Hosting platform Date: Fri, 07 Jan 2005 15:36:32 + Review of noname.net I made the mistake of selecting a Shared VM trial thinking I could get way with it but I couldnt. I managed to get my basic application running, although deployment

Re: Please recommend a Low Cost Tomcat Hosting platform

2005-01-07 Thread Paul Taylor
PROTECTED] To: [EMAIL PROTECTED] CC: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Please recommend a Low Cost Tomcat Hosting platform Date: Tue, 04 Jan 2005 16:26:40 + I've taken a look at the recommended options and this is my view from looking at the Websites provided. 1

Re: Please recommend a Low Cost Tomcat Hosting platform

2005-01-07 Thread Mark Benussi
] To: Mark Benussi [EMAIL PROTECTED],Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Please recommend a Low Cost Tomcat Hosting platform Date: Fri, 07 Jan 2005 15:36:32 + Review of noname.net I made the mistake of selecting a Shared VM trial thinking I could get way with it but I

Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Paul Taylor
Hi I have a Tomcat 4 Application ready to deploy as a WAR. It uses database pooling to connect to a MYSQL database. I recently selected a Tomcat hosting platform to deploy my application but the deployment is non -standard you have to copy various parts of the WAR to different locations which

RE: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Guy Katz
you have http://www.webconexion.net based @ the uk. -Original Message- From: Paul Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 4:32 PM To: Tomcat Users List Subject: Please recommend a Low Cost Tomcat Hosting platform Hi I have a Tomcat 4 Application ready to deploy

Re: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Paul Taylor
Tomcat Hosting platform Hi I have a Tomcat 4 Application ready to deploy as a WAR. It uses database pooling to connect to a MYSQL database. I recently selected a Tomcat hosting platform to deploy my application but the deployment is non -standard you have to copy various parts of the WAR

RE: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Mark Benussi
. Original Message Follows From: Paul Taylor [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Please recommend a Low Cost Tomcat Hosting platform Date: Tue, 04 Jan 2005 14:32:12 + Hi I have a Tomcat 4 Application ready to deploy as a WAR

RE: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Allistair Crossley
Hosting platform Paul, I use a company called name on the net who work out at £100 a year. They support WAR deployment in a pure sense (my only comment would be they provide a Tomcat 5 container). Support is good, they are a small company and from that point of view you always get

Re: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Paul Taylor
is good, they are a small company and from that point of view you always get a quick response. Original Message Follows From: Paul Taylor [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Please recommend a Low Cost Tomcat Hosting

Re: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Pete Stevens
, January 04, 2005 4:32 PM To: Tomcat Users List Subject: Please recommend a Low Cost Tomcat Hosting platform Hi I have a Tomcat 4 Application ready to deploy as a WAR. It uses database pooling to connect to a MYSQL database. I recently selected a Tomcat hosting platform to deploy my application

  1   2   3   4   5   6   >