Hi Kiran,
On Windows 7, you can't run batch files as services.
See :
http://stackoverflow.com/questions/8972679/windows-7-bat-file-not-starting-as-a-service
Your first step : compile the .bat file into .exe
Then create the service, and after change the service register values with
regedit.
This i
Hi,
I have installed and added tomcat 7.0.11 to netbeans 7.01 and now I want
it to run as windows service so that whenever I start windows, it should
start up and run.
Currently whenever I close netbeans it shut down tomcat along with it.
PS : I cannot download and install the fresh copy sin
~
Well, you are right, but maybe you guys knew of complete installation
of an environment, which I had seen before, but for some reason can't
fidn now
~
lbrtchx
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For a
On 26/04/2012 15:51, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Miguel,
On 4/26/12 5:58 AM, Miguel González Castaños wrote:
On 26/04/2012 03:58, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1
Miguel,
On 4/25/12 6:24 PM, Miguel González
Add
apache.snapshots
Apache Snapshots
http://repository.apache.org/content/groups/snapshots-group/
false
true
Note now you must use tomcat6:run or tomcat7:run (depending tomcat
version you want to use).
I'd like to know
> From: Dola Woolfe [mailto:dolac...@yahoo.com]
> Subject: Re: Capturing System.out on a Mac
> I appreciate the point about logging, but what if I am using a
> library that utilizes System.out?
Then you really, really need to file a bug report with the maintainers of the
library for writing an
Thank you and Christopher!
I appreciate the point about logging, but what if I am using a library that
utilizes System.out?
Thanks again,
Dola
- Original Message -
From: Derek Beauregard
To: Tomcat Users List
Cc:
Sent: Friday, April 27, 2012 1:31 PM
Subject: Re: Capturing System.ou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dola,
On 4/27/12 12:19 PM, Dola Woolfe wrote:
> We just switched from Windows to Mac. On Windows, when we started
> tomcat in the command window, a new window would pop up that
> contains all the output of System.out. But on a Mac, no new window
> s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 4/27/12 3:55 AM, André Warnier wrote:
> And the main issue is that, while it is uploading the data, the
> browser isn't reading anything from the webserver.
Yeah, I'm fairly sure that this is the problem.
> Sending a response to the browse
Catalina.out should have anything written to stdout/stderr. Be careful as
this file is not rotated and will grow for ever. Any web apps should be
using logging and not System.out.
Also you could start tomcat with the 'run' command rather than the 'start'
command to run it in the foreground of yo
They don't contain the output of System.out?
Are you expecting them to?
Hi Mark,
thank you for your reply.
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Friday, April 27, 2012 5:37 PM
> To: Tomcat Users List
> Subject: Re: Websocket Questions
>
>
> At the moment, yes. There is probably a need for a separate timeout but
> there ne
Aren't the log files in your tomcat_home/logs directory enough?
Op 27 april 2012 18:19 schreef Dola Woolfe het
volgende:
> Hi,
>
> We just switched from Windows to Mac. On Windows, when we started tomcat
> in the command window, a new window would pop up that contains all the
> output of System.
Thanks for your reply.
I made the changes that you suggested but tomcat:deploy still fails with
the same error.
tomcat:run works, but it was already working before.
My POM file is attached, if you could have a look at it, it would be great.
It's a small POM, I've only just started my App.
Thank
Hi,
We just switched from Windows to Mac. On Windows, when we started tomcat in the
command window, a new window would pop up that contains all the output of
System.out. But on a Mac, no new window shows up and we are missing all the
output. Is there a quick fix to this?
Many thanks in advanc
On 27/04/2012 16:18, Albretch Mueller wrote:
> ~
> I have constantly run into various problems which I don't think are
> well explained in the build instructions
> ~
> http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html
And that has what to do with Tomcat?
(clue: nothing)
Mar
On 27/04/2012 15:51, Konstantin Preißer wrote:
> Hi all,
>
> I'm using Tomcat 7.0.27 with Native 1.1.23 on Windows Server 2008
> 32-bit with Java 1.7.0_03.
>
> Recently I started a project which uses Websockets. It is a simple
> app where the clients submit the current mouse position to the
> ser
~
I have constantly run into various problems which I don't think are
well explained in the build instructions
~
http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html
~
and I have also searched and searched to no avail
~
Actually I am having problems with openjdk version 7 and 8
Hi all,
I'm using Tomcat 7.0.27 with Native 1.1.23 on Windows Server 2008 32-bit with
Java 1.7.0_03.
Recently I started a project which uses Websockets. It is a simple app where
the clients submit the current mouse position to the server, and the server
then broadcasts the position of that use
On 4/27/12 4:27 AM, André Warnier wrote:
It seems that you have already most of the parts done, and are just
missing the "persistent" part of the entries in server.xml.
It would seem like a fairly easy task, with a bit of scripting, to have
a template server.xml with some kind of an "include" ta
Hello,
That's something which has been fixed in trunk (I will probably
release a 2.0 next week).
2012/4/27 Henrique Ordine :
> Hi everybody,
>
> I'm trying to deploy my Maven Web App on my local Tomcat using the
> tomcat:deploy maven plugin, but the Manager application fails with a
> response co
Hi everybody,
I'm trying to deploy my Maven Web App on my local Tomcat using the
tomcat:deploy maven plugin, but the Manager application fails with a
response code 401.
I have Tomcat 6 installed on Mac OS Leopard, with Java 1.5. I manage to
access my Tomcat/manager app with the user "hordine", th
Dave Shevett wrote:
Hey folks - I've gotten great help on the list before, I'm looking for
some guidance on how to approach this...
I have a hosted service that deploys / provisions vhosts running a
prepackaged .war app. I'd like to be able to 'spin up' a vhost on the
fly, without restarting
Christopher,
Christopher Schultz wrote:
...
Since Tomcat appears to be idle pretty much right away, the issue has
to be either mod_jk or httpd, or the browser itself. Is there anything
I can do at the web server level to sever the connection ASAP? Or is
this just a stubborn browser that refuses
24 matches
Mail list logo