Hi all
> > what's the command again for decompiling Tomcat's classes? Or was there
> special software needed to do so?
> >
> Why not just browse the source?
> http://tomcat.apache.org/svn.html
If browsing sources is not enough you can use jad (
http://www.kpdus.com/jad.html ). You can integrate i
Hi,
Below bug is similar to the issue which I am facing:
http://issues.apache.org/bugzilla/show_bug.cgi?id=30079
bug says:
DefaultContext JNDI behavior was a bit shaky with a few Tomcat releases, so
it
could be your issue is valid. However:
- DefaultContext is gone
Hi Ben, I'm starting out to do exactly the same thing and the web is quite
sketchy on how to do it with Spring. Would you mind posting or sending the
controller code that you use to return the image please. I would be very
greatful.
Thanks,
Luke.
benshort wrote:
>
> What I am doing is servi
Hi,
I am using tomcat 5.0.18. Our application is doing the JNDI lookup in the
listener. During tomcat startup when i try to get the db connection, i get
following error:
Name OracleDev not bound to this context
This is not consistent but it happens quite often.
In the tomcat-user list, i found
If you are running as a service, then you'll probably have to download and
compile procrun (aka tomcat5.exe) with a 64-bit compiler. Search the
archives for instructions.
"joon yoo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I'm a sysadmin, not a programmer so the
"Jim Weir" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> To all,
>
> I am using mod_proxy_ajp w/ Apache 2.2.3/Tomcat 5.5.4
>
> The problem I have with this is that I lose all my formatting from a site
> build with Forrest. It seems to be returning only HTML and dropping all
> t
Me thinks that Mr. Nicholas Irving is talking a bit "tongue-in-cheek"
what with his 2 consecutive posts mentioning some money! You all agree?
Filip Hanik - Dev Lists wrote:
gee, this is so BS, you don't have to go through all that effort.
download all the source in a single package from
htt
hi,
yes it would make very much sense :-)
just don't forget to upgrade your java to a 64 bit version (since 1.5
for suns jdk, 1.5_08 is the latest) and sky is your limit for java's
memory.
To give java more memory than 4g just use the -Xms/-Xmx options:
java -Xmx6g for example.
For tomcat you
Hello,
I'm a sysadmin, not a programmer so therefore my questions are limited
to server hardware and OS configuration.
We're having memory management problems with java and our tomcat
webapp on a win2000 sp4 server:
HP proliant DL360 G3
Xeon 2.8 (HT on)
2GB RAM
I'm unable to expand java mem po
gee, this is so BS, you don't have to go through all that effort.
download all the source in a single package from
http://tomcat.apache.org/download-55.cgi
don't pay anyone for decompilation instructions, for open source, you
can always get the source, for closed source its illegal anyway.
Fi
Hello Andrew,
Could it be that Tomcat is busy garbage collecting?
I see your machine has a lot of memory. If you set your VM size so big
and that memory is all used by Tomcat or your application, garbage
collection cycles are bound to take longer (all objects in memory have
to be checked to se
That is too much hard work, whenever I want to look @ the source for a class
I just decompile and it gte me a 100% accurate copy, no need to hit the
Internet to get the source I already have on my desktop. For an extra $5 I
will throw in the "How to view Java Source within Eclispe" PDF.
NIrving
Hello Jean-Claude,
Nothing in particular, it is not invalidated or anything just because
you sent a redirect to the client.
Regards,
Dies
Serlet Jean-Claude wrote:
Sorry but i made a mistake : the method used is sendRedirect(url) instead of
sendDirect(url)
Jean-Claude
The method of defining JNDI resources in tomcat changed from 5.0 to
5.5. The book appears to be describing the method for 5.5. See
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
for details related to tomcat 5.5.
The java code used in jsps and servlets to access
Umm, the "command" to decompile Tomcat's classes is this:
http://tomcat.apache.org/svn.html
;)
Frank
Nicholas Irving wrote:
I know the software you mean, it is completely free, but I have a guide
that
I can sell to you for $19.95 that tells you where to download it from and
contains commonly
I know the software you mean, it is completely free, but I have a guide that
I can sell to you for $19.95 that tells you where to download it from and
contains commonly available documentation convert into a PDF for you to
read.
So you want my PayPal account so that you can deposit the money and
Propes, Barry L wrote:
> what's the command again for decompiling Tomcat's classes? Or was there
> special software needed to do so?
>
Why not just browse the source?
http://tomcat.apache.org/svn.html
Mark
-
To start a new topi
what's the command again for decompiling Tomcat's classes? Or was there special
software needed to do so?
Is there a way to disable the Tomcat server (5.5) from accepting
sessions that are sent in the URL using jsessionid? This would be
useful in preventing certain session fixation attacks. Basically, I
would want sessions to be accepted only if they are sent using a
cookie.
Specifically, I am conc
We have applications that rely on Apache's ability to route requests to
Tomcat. Periodically Apache is unable to access Tomcat. We have tracked
down the issue to the server being unable to access Tomcat using
http://localhost:8080. During the time that the server cannot access
Tomcat, any other net
Hi,
I am having problems creating a mod_jk.so file on OS
X, 10.4.7 using default mod_jk makefile.apxs. Makefile
compiles all the files correctly but fails to produce
a .so file. I have tried with both apache 2.2.3 and
apache 2.0.x and this didn't work. I was able to
compile a mod_jk.so file with a
Hi put those jar files in common.loader in catalina.properties file under
tomcat/conf directory and try and let us know .
On 8/30/06, Propes, Barry L <[EMAIL PROTECTED]> wrote:
Not sure about that. But perhaps he'd need this one.
ojdbc14.jar.
I copied the wrong one. I did (need it) before mi
The attachments in my previous message got mangled. Sorry, I'm a newbie.
Here is the relevant portion of the server.xml file (the formatting in this
will probably get mangled too):
..
driverClassNamecom.mysql.jdbc.Driver
urljdbc:mysql://localhost/wroxtomcat
username*
password*
maxAc
> From: Rhodri Bowden [mailto:[EMAIL PROTECTED]
> Subject: Using Tomcat with JSPs on Mac OS X
>
> I am currently trying to run a simple JSP example, but get the
> following error message:
>
> No Java compiler was found to compile the generated source
> for the JSP.
The Tomcat 5.0.x series re
Hello,
I'm trying to get a jsp to access a mysql database. I'm using the
"preferred" JNDI resources approach with Tomcat, but I keep getting the
NamingException: Cannot create resource instance error. I know others
have posted with this error. I've read some of those posts, but
the solutions do
Hi Ronald,
5000 small sessions are really sync very fast with tomcat 5.5.17
also. I have test this and it works.
Tomorrow I have more time to simulate your case.
regards
peter
Am 07.09.2006 um 20:33 schrieb Ronald Klop:
Thanks for your anser. I'm going to look into this.
I have some tho
Check that your server times are all synchronised.
Ronald Klop wrote:
> Thanks for your anser. I'm going to look into this.
>
> I have some thoughts about this. Tomcat 5.0 synced in 0.3-3 seconds for
> the same amount of sessions.
> Our (about 3000-5000) sessions contain only one String 'userid
Carlos,
I've pasted below some of the settings I use with my connection pooling
(using Tomcat 5.5.9) (please note there is a difference between this and
some earlier versions of Tomcat - you will have to refer to the Tomcat
5.0.28 manual for the differences in context.xml when setting up
conne
Hi
A new version of the Blastwave Tomcat 5 package for Solaris is now
available. Tomcat package version has been upgraded from 5.5.12 to 5.5.17.
Kind regards,
William
--
William http://www.wbonnet.net
http://www.sunwizard.net Le site français des amateurs de stations Unix
ht
Hi Markus,
On 9/8/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote:
Instead of
startup.sh
call
catalina.sh run
This is what I meant. Thank you very much Markus.
Regards
mks
--
Regards,
Feris
PT. Putera Handal Indotama
JL. KH. Moh. Mansyur No. 11 Blok B.8-12
Telp. +62-21-631 6688 (Hunti
Thanks for your anser. I'm going to look into this.
I have some thoughts about this. Tomcat 5.0 synced in 0.3-3 seconds for the
same amount of sessions.
Our (about 3000-5000) sessions contain only one String 'userid' of max length
10, so that is 10 bytes of utf-16. Not very much. With class
Feris Thia wrote:
> On 9/7/06, William Bonnet <[EMAIL PROTECTED]> wrote:
> > You can have a look logs file to the catalina.out file. Use tail -f if you
> > want
> > to see logs output to your console.
>
> It's working now. Thanks.
>
> So we cannot directly get output from Tomcat's JVM ?
Instead o
Hi Bill,
Where should I put the sslimplementation tag in the Connector tag.
Because in the tomcat documentation for SSL this type of tag is not there. So
can you please elaborate on this. And also give me the correct syntax for
ssLImplementation.
Keyur
Bill Barker <[EMAIL P
Rhodri Bowden ha scritto:
Hello.
I've recently installed Tomcat 5.0.25 on my Mac OS X (10.4), and have
used it successfully with servlets (using Java 1.5).
I am currently trying to run a simple JSP example, but get the following
error message:
No Java compiler was found to compile the genera
Gentlemen-
I have a catalina.policy file which is over 100 lines long-
Thats *ok* but everytime I want to run one class I have to add another
RuntimePermission for the accompanying jar..Same for DB access and any I/O
The most insidious line is the one that details permissions for MBeanServer
gra
Hi William,
On 9/7/06, William Bonnet <[EMAIL PROTECTED]> wrote:
Hi
> Yes... I did, and Tomcat is activated since then. But no debugging
console
> showing any activities comparing to Window's startup.bat script.
You can have a look logs file to the catalina.out file. Use tail -f if you
w
Rhodri,
While this does specifically address your question, you might try
downloading our software, Qilan. Qilan is designed for OS X. Our
installer includes Tomcat (v5.5.7) and does all the configuration.
Although we would like for you to try out Qilan, it is not necessary
for you to
Hi Martin, thanks for anwering my message.
This is a part
of my web.xml, there's nothing interesting in that
index.jsp
DataSource de
MySQL
jdbc/Mytest
Container
Shareable
This is a part of my context.xml, I guess
that here's the problem...
Hello.
I've recently installed Tomcat 5.0.25 on my Mac OS X (10.4), and have
used it successfully with servlets (using Java 1.5).
I am currently trying to run a simple JSP example, but get the
following error message:
No Java compiler was found to compile the generated source for the JSP.
T
Hi,
I have an application that when run under Tomcat 5.5.9, behaves
nicely in terms of LDAP authentication. However, when I move this
application to Tomcat 5.5.17, authentication is broken (I am
presented with the username/password screen from Tomcat, but it is as
if Tomcat never connects to t
Hi
> Yes... I did, and Tomcat is activated since then. But no debugging console
> showing any activities comparing to Window's startup.bat script.
You can have a look logs file to the catalina.out file. Use tail -f if you want
to see logs output to your console.
Regards,
--
William
ok, in that case, there could so much session data that it takes longer
than 60 seconds to retrive.
you have two options
1. increase the transfer timeout
2. transfer data in chunks
manager.className="org.apache.catalina.cluster.session.DeltaManager"
manager.stateTransferTimeou
Hi William,
On 9/7/06, William Bonnet <[EMAIL PROTECTED]> wrote:
Hi Feris
> I can show up tomcat console after I started the startup.bat batch
script.
> But when I run startup.sh, it shows nothing. How can I showing up the
> console in Linux ? I'm using Mandriva 2005 with Sun's JDK 5.
Have yo
Sorry but i made a mistake : the method used is sendRedirect(url) instead of
sendDirect(url)
Jean-Claude
> __
> De : Serlet Jean-Claude
> Envoyé : jeudi 7 septembre 2006 16:49
> À : Tomcat Mailing list Apache (users@tomcat.apache.org)
> Obje
Hello
What i'm looking for is the answer to this question
Under Tomcat 5.5 _ Windows 2003 what happen to a session when there is a
sendDirect(url) used ?
Is this session be invalidate ?
Thanks you
Jean-Claude
Hi all,
I'm using Axis2 embedded into Tomcat. I've got a stateful web service
which needs to be monitored.
I think the best way to monitor my application is via JMX, but I've
found out that axis2 is only a servlet. Is this a problem?, How could I
accomplish my goal?
Any help would be appreciated
Thanks for the reply!
Could you please tell me what the 'top level cert' is? Isn't that what I
did when I did the following?:
keytool -import -alias root -file server.crt -keystore
C:\Java\jdk1.5.0_06\jre\lib\security\cacerts
and
keytool -import -alias tomcat -file server.crt -keystore
C
To all,
I am using mod_proxy_ajp w/ Apache 2.2.3/Tomcat 5.5.4
The problem I have with this is that I lose all my formatting from a site
build with Forrest. It seems to be returning only HTML and dropping all the
CSS...Forrest uses XML/XSLT extensively...
(http://forrest.apache.org/)
When I
If you define all your workers in /etc/httpd/conf/workers.properties
(different name for each worker), it should work. Then specify which
worker by name in JkMount directives for each VirtualHost definition. I
believe others on this list have tried to define workers in the
VirtualHost definit
Hi Feris
> I can show up tomcat console after I started the startup.bat batch script.
> But when I run startup.sh, it shows nothing. How can I showing up the
> console in Linux ? I'm using Mandriva 2005 with Sun's JDK 5.
Have you tried to open a console or terminal from your desktop environnement
Dear All,
I can show up tomcat console after I started the startup.bat batch script.
But when I run startup.sh, it shows nothing. How can I showing up the
console in Linux ? I'm using Mandriva 2005 with Sun's JDK 5.
--
Regards,
Feris
PT. Putera Handal Indotama
JL. KH. Moh. Mansyur No. 11 Blok B.
51 matches
Mail list logo