Vinay Deshmukh wrote:
> I have installed Tomcat on windows xp.
> welcome page shows up.
> But it does not recognize http pages.
>
> log file shows the following.
>
> I reinstalled the binary to ensure that it was not
> corrupt.
>
> Vinay
>
> Apr 7, 2006 11:57:41 PM
> org.apache.catalina.core.Stan
Hi,
I have installed Tomcat on windows xp.
welcome page shows up.
But it does not recognize http pages.
log file shows the following.
I reinstalled the binary to ensure that it was not
corrupt.
Vinay
Apr 7, 2006 11:57:41 PM
org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error
We have a sizable war file (|unpacked|) that needs to be run in
certain way outside of Tomcat. To do this, we created a
Correction: (unpacked -> packed)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
We have a sizable war file (|unpacked|) that needs to be run in certain
way outside of Tomcat. To do this, we created a classloader which works
Ok except that it's very slow (using JarFile). I know that when deploy
apps in Tomcat, I can specify it to not to unpack (|unpackWAR =
"false"). H
Hi everybody. I'm running Tomcat 5.5.16 as a standalone on Ubuntu with PHP
4.4.2. I'm having a weird issue: static pages work fine, but with any PHP
request, the browser only gets part of the page -- it's just truncated
partway down. The really weird part is that the rest of the HTML is output
t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Given the experience I have had with getting this to work, the
complexity involved in making it work, and the apparent abandonment of
this approach in the latest 5.x version of PHP, I would agree. Due to
my inexperience I initially approached the probl
Hi Renny,
I'm relatively sure Tomcat does not offer anything like this. I know at
work, we faced the same issues and developed a whole Security Framework
to sit on top of J2EE security. We're actually a Websphere shop, but
Websphere doesn't offer those capabilities either. That doesn't
aut
I am running Tomcat 5.5.12. I already use the sever's container-managed
authentication mechanisms to require authentication for my web application
users' credentials via forms. The users' ids and passwords are stored on an
MySQL database.
My question is, is there a way of configuring the server
I am running Tomcat 5.5.12. I Use the sever's container-managed authentication
mechanisms to require authentication for my web application users' credentials
via forms. The users' ids and passwords
are stored on an MySQL database.
My question is, is there a way of configuring the server to requi
Hi All,
I am trying to deploy a code
on TOMCAT which is already running on WEBSPHERE.
Somehow I am not able to accomplish it.
1) I need to connect to the ONLINE registry. I have
got the cc_config.properties file.
it has following:
registrationServer = 9.22.a.b
registrationPort = a
registratio
Hi all,
I getting the following error please help me resolve
this error.
Apr 6, 2006 1:52:39 PM
org.apache.commons.modeler.Registry registerComponent
SEVERE: Error registering
Catalina:type=RequestProcessor,worker=http-8080,name=H
ttpRequest2
java.security.AccessControlException: Access denied
(
After having searched the MARC archives and Google for the better
part of a week I do not seem to be able to duplicate others' past
success with getting Tomcat to use a JNDI realm to authenticate users
via Active Directory. Basically I'm just trying to get a simple web
app straight from th
Leon Rosenberg wrote:
Well, if you don't need the session just forget about it :-)
If you don't put anything into session and aren't using it in any
other way, why should there be a memory leak?
Maybe a misunderstanding from me but I tought Tomcat will keep session
info on each connection fo
Well, if you don't need the session just forget about it :-)
If you don't put anything into session and aren't using it in any
other way, why should there be a memory leak?
regards
Leon
On 4/7/06, David Gagnon <[EMAIL PROTECTED]> wrote:
> Hi,
>
> >Check the javadocs:
> >
> >http://java.sun.com/p
On 4/7/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> I'm sorry, I'd attached wrong snapshot. Thread in question is java/10 in
> the snapshot.
Excuse my blindness please, but which one is java/10?
>
> Thanks
> Naveen.
Leon
--
Hi,
Check the javadocs:
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServletRequest.html#getSession()
Returns the current session associated with this request, or if the
request does not have a session, creates one.
If you don't want a session call getSession(false)
Check the javadocs:
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServletRequest.html#getSession()
Returns the current session associated with this request, or if the
request does not have a session, creates one.
If you don't want a session call getSession(false) or don
In fact I need to know How to have a sessionless Servlet? I search the
tomcat source and it seems I have nothing to do. But when I do a
request.getSession() I do receive a session object? Is that normal
behavior?
Thanks for your help
/David
Franck Borel wrote:
Use <%@ page session="fa
GB Developer wrote:
> So, it's "manikandan mvk" spam.
Which wins him a special 'Unsubscription by the list owner' prize ;)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://tomcat.apache.org/faq/tomcatuser.html#why
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Tony Andrews wrote:
> Which files are unique to the 4.1.31 distribution?
MD5 is your friend.
> Would moving just those unique files effectively accomplish what I am
> trying to do (move to 4.1.31)?
Should be OK.
> Suggestions are appreciated.
This *should* work but I strongly advise taking a back
"Tremal Naik" <[EMAIL PROTECTED]> wrote on 04/07/2006 09:48:53 AM:
> 2006/4/4, Tremal Naik <[EMAIL PROTECTED]>:
> > I have no problem with Firefox, while IE looks as if it get lost. The
> > secure request does not arrive on the tomcat server. Where did it go?
>
> from the Tomcat SSL howto:
>
> h
inside mail.google.com, if you can see the 'google chat' "portlet" (or
whatever we're calling them these days), type in an email address that
isn't currently on your google talk list (but *is* in your inbox) and one of
the options that appears is "invite to chat". Whoever you invite, is sent
an
Hi,
does the user "manikandan mvk" provoke this, or is it the first google
spam I have ever seen? (Aside from
commercial advertising on websites)
Hopefully some google guy recognizes this and stops it.
Regards
Boris
manikandan mvk wrote:
-
hung ngole wrote:
> Hi,
> When reading Tomcat 5 Documentation, I see that: "Windows binaries are
> provided for tcnative-1, which is a statically compiled .dll which includes
> OpenSSL and APR".
>
> I have just customized some OpenSSL algorithms and I rebuilt OpenSSL
> successfully.
>
> Now,
Hi,
When reading Tomcat 5 Documentation, I see that: "Windows binaries are
provided for tcnative-1, which is a statically compiled .dll which includes
OpenSSL and APR".
I have just customized some OpenSSL algorithms and I rebuilt OpenSSL
successfully.
Now, I must rebuild the file
---
manikandan mvk wants to stay in better touch using some of Google's coolest new
products.
If you already have Gmail or Google Talk, visit:
http://mail.google.com/mail/b-8255bd5e0c-39d09e9a8a-072a1724bd16f73c
You'll need to cl
Hi all!
I could not build "DSAPI plugin for Lotus Domino" tomcat_redirector.dll
from JK-1.2.15 distribution for Win32 patform
I have Lotus Domino 6.5.4 and corresponding version of C API Toolkit
When I try to build project MSVC 6.0 show me following messages:
Build : warning : failed to (or don't
This is an English list. Please join and use the appropriate list for your
language.
-Original Message-
From: Mikolaj [mailto:[EMAIL PROTECTED]
Sent: Friday, April 07, 2006 9:32 AM
To: Tomcat Users List
Subject: Blad zarzadzania prawami !
B³¹d zarz¹dzania prawami !
--
Ten list zosta³ prz
Ah, that is it, thanks!
Bernie
Tim Funk wrote:
The javadocs do provide some good stuff ...
http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/valves/ExtendedAccessLogValve.html
-Tim
Peter Rossbach wrote:
Look at class o.a.c.valves.ExtendedAccessLogValve at the S
2006/4/4, Tremal Naik <[EMAIL PROTECTED]>:
> I have no problem with Firefox, while IE looks as if it get lost. The
> secure request does not arrive on the tomcat server. Where did it go?
from the Tomcat SSL howto:
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
"sslProtocol - It is report
Hi,
as far as I remember the problem was gone with a new version of the mod_jk and
tomcat...
regards,
Ingo
Am Freitag, 7. April 2006 15:06 schrieben Sie:
> I notice you were having a problem with the JK IIS adapter in windows
> 2003. We have an install that is very similar, and are ex
Hi,
I made some tests during the
last days with classes I put in the shared folder and others which are still in
the web-application folder.
The result is, that there is very very few to put shared!!
For instance:
I've a log class inside my webapplication
and want it to be accessed from a clas
Jayesh, this is not a tomcat problem, but a Windows administration
problem. Learn how to use the MMC to manage your server. Microsoft's
website should be able to help. For the record, I'm a Linux guy which
is why I've never answered this question before.
--David
Gohil, Jayesh wrote:
>Guys thi
The javadocs do provide some good stuff ...
http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/valves/ExtendedAccessLogValve.html
-Tim
Peter Rossbach wrote:
Look at class o.a.c.valves.ExtendedAccessLogValve at the Source
Distribution.
This AccessLogger is currently
okay, i was a bit wrong about the problem. now it is solved, finally.
the problem was that i have an object "User", which has an aggregated
"ResourceManager" object, which, in turn, has the fields of request,
response and etc.. i've been storing that User object in the session and not
updating th
> From: manikandan mvk [mailto:[EMAIL PROTECTED]
> Basically I have a question ,If the request is made from
> multihomed machine
> ,which IPaddress will be taken as clients's IPaddress?. Does it is
> configurable or how it decides that ?
A typical client, such as a Web browser, will acquire a T
Hello all
I use Tomcat 5.5.15 on Win2000 Prof, jdk 1.5.0
I have some problems with context tuning.
I RTFM, googled but I can't find solution
Please help
Problem description
I have my web-application in c:/apps/www. This application is default
for host localhost1
My server.xml is here
...
manikandan mvk wrote:
> Basically I have a question ,If the request is made from multihomed machine
> ,which IPaddress will be taken as clients's IPaddress?.
That is exactly what I did ask you.
> Does it is
> configurable or how it decides that ?
I know nothing about your machine and nothing
Guys this is the fifth time I am sending this mail..
Is there is one who help it or is there no way to do this which will be very
disappointing
-Original Message-
From: Gohil, Jayesh [mailto:[EMAIL PROTECTED]
Sent: Friday, April 07, 2006 1:00 PM
To: users@tomcat.apache.org
Subje
Il giorno ven, 07/04/2006 alle 12.52 +0530, Vivek Mohan ha scritto:
> Can you do that? I thought Tomcat doesn't support EJBs!
>
You can embed the EJB container (like OpenEJB), or simply refer EJB in a
running container through JNDI. I read some tutorial, try starting from
http://openejb.codehaus
> Hi,
>
> I am using Tomcat5.0.28.I have jdk j2sdk1.4.2_07.For some specific reason I
> want to create Tomcat5 service manually.I want this service to be an
> automatic type.As there are two ways to achieve this.
>
> 1) Just call "service.bat install" from catalina home\bin.I am able to creat
Can you do that? I thought Tomcat doesn't support EJBs!
On 4/7/06, Jeyabalan, Prakash <[EMAIL PROTECTED]> wrote:
> How to configure EJB in Tomcat?
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-m
How to configure EJB in Tomcat?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Use <%@ page session="false"> in your jsp sites.
-- Franck
Hi,
I need to have a sessionless tomcat. I surely easy to do but I'm
searching without success for a while now.
I need a servlet without session.
Thanks for your help
Best regards
/David
-
Basically I have a question ,If the request is made from multihomed machine
,which IPaddress will be taken as clients's IPaddress?. Does it is
configurable or how it decides that ?
Its becoz , I have multihomed machine with 2 IPaddr x.x.x.17 and x.x.x.18 .
Since InetAddress.getLocalHost returns
46 matches
Mail list logo