Hey,
The tomcat is running on windows server 2008 R2 STD
I don't now if using windows authentication is less secure and affects all
network's security, since this user have permissions only on the DB. you
can't even perform login to servers with this user.
anyway, I appreciate your comments and di
> How do I know if I use the new pool?
> just by specifying the
>
> org.apache.tomcat.jdbc.pool.DataSourceFactory
> ?
>
> what is the advantages of using the new pool?
> in which cases should I use it?
>
> Thanks :)
>
> 2011/3/6 Nicholas Sushkin
>
> On Sunday, March 06, 2011 07:45:19 הילה wrote:
Thanks :]
This was the task I was required to do, wit no question asked, cause this is
a requirement for our application to pass some major barriers. so.. :]
Hila
2011/3/7 Christopher Schultz
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> הילה,
>
> On 3/6/2011 4:49 AM, הילה wrote:
> >
On 03/06/2011 06:32 PM, Evgeny Goldin wrote:
Evgeny Goldin wrote:
I have Tomcat 7.0.8 successfully starting as a service on Windows machine.
Back when it was running through "startup.bat" we put some code in
"catalina.bat" which is now ignored by "tomcat7.exe".
Are there any options to make
Ken,
--- On Sun, 3/6/11 at 6:49 PM, ken dias wrote:
> I am running Tomcat 6.0.024 server. This server is always
> on. Java 6 is used.
> Checked task manager and could not find pid 1908. Did find
> the vertical line on my keyboard.
>
> Ken
http://localhost:8080
- Bob
Thanks.
Thanks.
I am running Tomcat 6.0.024 server. This server is always on. Java 6 is used.
Checked task manager and could not find pid 1908. Did find the vertical line on
my keyboard.
Ken
> From: chuck.caldar...@unisys.com
> To: users@tomcat.apache.org
> Date: Sun, 6 Mar 2011 19:46:06 -
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
הילה,
On 3/6/2011 4:49 AM, הילה wrote:
> > Security seems to be always in the hands of the wrong people.
>
> No need for insults here, this is a new requirement which I'm not familiar
> with, and that's why I asked you guys..
I don't think Jorge was
> From: ken dias [mailto:kend...@hotmail.com]
> Subject: RE: localhost
> status: listening, pid 1908
And what program is pid 1908? (Hint: use Task Manager.)
> could not key in the symbol for "|" (not on keyboard)
I'd suggest you obtain a real keyboard... they're under $10. Even my iPhone
h
billybob79 wrote:
>
>> Back when it was running through "startup.bat" we put some code in
> "catalina.bat" which is now ignored by "tomcat7.exe".
>
> What is it that you are trying to achieve? What does this "code" do? Maybe
> if you explain a little more, someone might have achieved the same t
Thanks,
I get local addresss 0.0.0.0:80, Foreign addr. 0.0.0.0:0 status: listening,
pid 1908 could not key in the symbol for "|" (not on keyboard)
Ken
> Date: Sun, 6 Mar 2011 22:42:31 +0100
> From: mil...@gmx.de
> To: users@tomcat.apache.org
> Subject: Re: localhost
>
> ken dias schrieb am 0
ken dias schrieb am 06.03.2011 um 16:31 (-0500):
>
> I can ping localhost OK from the cmd line but cannot access it from my
> browser. i have xp and ie
Anything running on port 80 at all?
netstat -ano -p tcp | findstr :80
--
Michael Ludwig
-
I can ping localhost OK from the cmd line but cannot access it from my browser.
i have xp and ie
Ken
On 06/03/2011 19:54, Olivier Lefevre wrote:
> It's quite unclear, when using ServletContext.log(...), how one can
> specify the logging level.
You can't.
> Maybe it's impossible?
It is. That logging API is close to useless. Use you favourite logging
framework instead.
Mark
It's quite unclear, when using ServletContext.log(...), how one can
specify the logging level. Maybe it's impossible?
-- O.L.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-
On Sunday, March 06, 2011 07:45:19 הילה wrote:
> Hey,
> i'd glad to get you help with something :]
> I tried to put
> org.apache.tomcat.jdbc.pool.DataSourceFactory
> but after restarting tomcat, i get the error
> could not load resource factory class
> why is that?
> how can I define my applicatio
> From: Evgeny Goldin [mailto:evge...@gmail.com]
> Subject: RE: Running Tomcat as service - is it possible to make "tomcat7.exe"
> run a batch file each time it starts?
> You mean making service start the batch instead of
> "tomcat7.exe" will not work?
No, that is what I was suggesting you do
> Back when it was running through "startup.bat" we put some code in
"catalina.bat" which is now ignored by "tomcat7.exe".
What is it that you are trying to achieve? What does this "code" do? Maybe
if you explain a little more, someone might have achieved the same thing
already in a different way
n828cl wrote:
>
> No; Windows services cannot run scripts. You could have a batch script
> start the service, however.
>
You mean making service start the batch instead of "tomcat7.exe" will not
work?
What do you mean by saying "a batch script start the service"? Sorry, didn't
follow you on
Evgeny Goldin wrote:
>
> I have Tomcat 7.0.8 successfully starting as a service on Windows machine.
> Back when it was running through "startup.bat" we put some code in
> "catalina.bat" which is now ignored by "tomcat7.exe".
>
> Are there any options to make Tomcat run our batch file somehow be
> From: Evgeny Goldin [mailto:evge...@gmail.com]
> Subject: Running Tomcat as service - is it possible to make "tomcat7.exe" run
> a batch file each time it starts?
> Are there any options to make Tomcat run our batch file
> somehow before it is started by the service?
No; Windows services can
Hi,
I have Tomcat 7.0.8 successfully starting as a service on Windows machine.
Back when it was running through "startup.bat" we put some code in
"catalina.bat" which is now ignored by "tomcat7.exe".
Are there any options to make Tomcat run our batch file somehow before it is
started by the serv
wrote:
Hey,
I want to change the way that tomcat authenticates to the DB of our
application, from SQL authentication to Windows authentication.
We use Tomcat 6.0.29 , and the user and password to connect to the DB is
specified in clear text in the xml configuration file under the folder
con
Hey,
I want to change the way that tomcat authenticates to the DB of our
application, from SQL authentication to Windows authentication.
We use Tomcat 6.0.29 , and the user and password to connect to the DB is
specified in clear text in the xml configuration file under the folder
conf/catalina/loc
Hey,
i've posted a message on JTDS forums, but no one answered.
I know the memory leak is caused by the dll, since when I don't use it, all
is good.
i'll open a new thread here, thanks
2011/3/6 André Warnier
> הילה wrote:
>
>> Security seems to be always in the hands of the wrong people.
>>
>>
הילה wrote:
Security seems to be always in the hands of the wrong people.
No need for insults here, this is a new requirement which I'm not familiar
with, and that's why I asked you guys..
Instead of the JTDS, can I use Tomcat Spengo?
will it provide same results, as using a domain user for th
Security seems to be always in the hands of the wrong people.
No need for insults here, this is a new requirement which I'm not familiar
with, and that's why I asked you guys..
Instead of the JTDS, can I use Tomcat Spengo?
will it provide same results, as using a domain user for the tomcat windo
26 matches
Mail list logo