May 13, 2015 at 11:17 AM, Jeffrey Janner <
jeffrey.jan...@polydyne.com> wrote:
> > -Original Message-
> > From: Kiran Badi [mailto:ki...@poonam.org]
> > Sent: Tuesday, May 12, 2015 9:30 PM
> > To: Tomcat Users List
> > Subject: Re: Tomcat 7.0.57 - Dep
> -Original Message-
> From: Kiran Badi [mailto:ki...@poonam.org]
> Sent: Tuesday, May 12, 2015 9:30 PM
> To: Tomcat Users List
> Subject: Re: Tomcat 7.0.57 - Deployment Issue
>
> Thanks Hassan/Prabhu/Charles for reply.
>
> I tried the options gi
case,
there's no need for the webapp1 Host. Just add an Alias to the
localhost Host for webapp1. Or even better don't add an Alias and let
Tomcat serve the default host when it doesn't match a Host
name="somehost" or Alias.
If you're fronting Tomcat with Apache HTTPD, th
2015 at 7:43 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Kiran Badi [mailto:ki...@poonam.org]
> > Subject: Re: Tomcat 7.0.57 - Deployment Issue
>
> > for some reasons it's not going well. Its getting deployed as single app
> >
> From: Kiran Badi [mailto:ki...@poonam.org]
> Subject: Re: Tomcat 7.0.57 - Deployment Issue
> for some reasons it's not going well. Its getting deployed as single app
> www.mywebapp1.com\mywebapp2\ rather than 2 seperate sites.
Which is exactly what you configured it to do
On Mon, May 11, 2015 at 7:54 PM, Kiran Badi wrote:
> for some reasons it's not going well. Its getting deployed as single app
>
> www.mywebapp1.com\mywebapp2\ rather than 2 seperate sites.
>
> mywebapp1 is deployed as root.war
>
> and I uploaded the webapp2.war in webapps folder and edited server.
-Original Message-
From: Kiran Badi [mailto:ki...@poonam.org]
Sent: Tuesday, 12 May, 2015 10:54 AM
To: Tomcat Users List
Subject: Re: Tomcat 7.0.57 - Deployment Issue
for some reasons it's not going well. Its getting deployed as single app
www.mywebapp1.com\mywebapp2\ rather t
for some reasons it's not going well. Its getting deployed as single app
www.mywebapp1.com\mywebapp2\ rather than 2 seperate sites.
mywebapp1 is deployed as root.war
and I uploaded the webapp2.war in webapps folder and edited server.xml with
below details,
www.webapps2.com
Thanks Hassan. I will let you know.
On Fri, May 8, 2015 at 9:50 PM, Hassan Schroeder wrote:
> On Fri, May 8, 2015 at 6:14 PM, Kiran Badi wrote:
>
> > Here is server.xml I am going to try in this weekend. I have added host
> > tags inside the engine element and mapped webapp1 and webapp2.
>
> Lo
On Fri, May 8, 2015 at 6:14 PM, Kiran Badi wrote:
> Here is server.xml I am going to try in this weekend. I have added host
> tags inside the engine element and mapped webapp1 and webapp2.
Looks good, though I didn't actually try them :-)
> Do I need to rename both war files to ROOT.war and dro
Thanks Hassan for reply.
Here is server.xml I am going to try in this weekend. I have added host
tags inside the engine element and mapped webapp1 and webapp2.
Do I need to rename both war files to ROOT.war and drop into the respective
folders or just drop the war file as is ? I have context xml
On Fri, May 8, 2015 at 1:25 AM, Mark Thomas wrote:
> Wearing my list moderator, Tomcat PMC member and ASF member hats.
> Hassan, I'm sorry that you were the target of this message and I hope
> that it does not discourage you from continuing your valued
> participation here.
Mark, no worries - ra
That was fast!
Regards,
Michael Turner
Executive Director
Project Persephone
K-1 bldg 3F
7-2-6 Nishishinjuku
Shinjuku-ku Tokyo 160-0023
Tel: +81 (3) 6890-1140
Fax: +81 (3) 6890-1158
Mobile: +81 (90) 5203-8682
tur...@projectpersephone.org
http://www.projectpersephone.org/
"Love does not consist in
On 08/05/2015 09:53, Mark Thomas wrote:
> On 08/05/2015 09:25, Mark Thomas wrote:
>> Wearing my list moderator, Tomcat PMC member and ASF member hats.
>>
>> Let me make something perfectly clear. There is no place *at all* at the
>> ASF for views like those expressed by "orn amental".
>>
>> I would
On 08/05/2015 09:25, Mark Thomas wrote:
> Wearing my list moderator, Tomcat PMC member and ASF member hats.
>
> Let me make something perfectly clear. There is no place *at all* at the
> ASF for views like those expressed by "orn amental".
>
> I would draw people's attention to the ASF code of co
On Friday 08/05/2015 at 16:26, Mark Thomas wrote:
Wearing my list moderator, Tomcat PMC member and ASF member hats.
Let me make something perfectly clear. There is no place *at all* at
the
ASF for views like those expressed by "orn amental".
I would draw people's attention to the ASF cod
Wearing my list moderator, Tomcat PMC member and ASF member hats.
Let me make something perfectly clear. There is no place *at all* at the
ASF for views like those expressed by "orn amental".
I would draw people's attention to the ASF code of conduct [1] that I'd
encourage you to read if you have
to
Hassan Schroeder
hey you muslim terrorist motherfucker. I piss on your mother as i fuck
her up her muslim pussy.
this is no place for muslim terrorists so leave this mailing list AT
ONCE or ELSE you terrorist muslim motherfucker!
On 5/8/15, Hassan Schroeder wrote:
> On Thu, May 7, 2015 at 7:2
On Thu, May 7, 2015 at 7:24 PM, Kiran Badi wrote:
> www.webapp1.com
>
> Now I have another webapp2. which I need to deploy it to same tomcat and
> access it as
>
> www.webapp2.com
>
> How do I do this ? Appreciate some direction on this please
The docs are probably a good place to start:
http:/
Hi All,
I need some help with my situation here.
I have private tomcat with hosting provider which allows me to deploy
unlimited domains/sites.
Now I have 1 web application deployed to that tomcat at the root folder.
Lets call this app as webapp1. I just rename webapp1.war to ROOT.war and
drop i
Hi All,
I have an issue with Tomcat6.0.32(64bit), when i am trying to deploy
my web services using windows services, services is starting
successfully but my dependency files is referring to default
directory i.e. c:\windows\system32 folder
so that my web services is not running. My concern is
Caldarale, Charles R wrote:
[...]
Obviously, Tomcat is running at faster-than-light speed, so cause and effect
are no longer ordered...
You should take a patent on that one.
So, if regarding Tomcat there is no direct causality anymore, does it
mean also that we can all just sit here and wa
> From: André Warnier [mailto:[EMAIL PROTECTED]
> Subject: Re: application deployment issue, Tomcat 5.5
>
> I am still a bit puzzled by the sequence of events below though.
> First it writes that the WAR file is invalid or unreadable, then 10
> seconds later it mentions a
> From: albrecht andrzejewski [mailto:[EMAIL PROTECTED]
> Subject: Re: application deployment issue, Tomcat 5.5
>
> java is looking to some native code to unzip the WAR file,
> which is huffman's compressed (yes, war files can be unzipped).
The native code being used to
albrecht andrzejewski wrote:
[...]
Thanks for the various answers.
But apparently the problem was that this was missing :
grant codeBase "file:${catalina.home}/bin/tomcat-juli.jar" {
[ .. parts omitted ..]
permission java.io.FilePermission
"${catalina.base}${file.separator}webapps
Considering my own occasional sniping at Chuck here, it kills me to have
to say this, but I don't want anyone to look falsely in the wrong
direction maybe. One particularity of this Tomcat 5.5 on platform B,
compared to the others, is that it was set up via the standard Linux
Debian package mec
> From: André Warnier [mailto:[EMAIL PROTECTED]
> Subject: application deployment issue, Tomcat 5.5
>
> By the way, which is the easiest way to see the "full"
> version of Tomcat?
There's a version.sh script in the Tomcat bin directory that will display th
Hi.
We have created a webapp, and a corresponding war file.
This war file deploys succesfully on platform A (Windows) which runs
Tomcat 5.5. It also deploys succesfully on platform B (Linux Debian) in
a Tomcat 6.0 instance. But on the same platform B, under a Tomcat 5.5
instance, it triggers th
28 matches
Mail list logo