  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Tomcat | We 're running Tomcat 4.1.24. For some unknown reason the permissions
on the shell scripts in the bin/ change it simply loses the executable
bit. I didn 't experience this with 4.1.12. Any idea whyHi all
I have 3 different files for my web deployment - app.jar app.war and
app.properties.
Can I use a WEB-INF structure when using a war file? I have placed the war
file in Tomcat 's webapps dirI reply myself because I just find the solution by using
this.getClass().getClassLoader().getResource( "myFile.xml ")
mourad jaber wrote
> Hi
> I 'm trying to understand the folowing problem
> As I understand it at first startup the Tomcat server expands the
ROOT.war file in the webapps directory.
But I need to modify a file that is within the expanded (default) ROOT
archive and also add Hi
I 'm trying to understand the folowing problem
I 've got some xml files into the jar file of my webapp.
when I use a stand alone java application to retreive that ressource by
using ClassLoader.g
Hi all I am new to using apache and tomcat. I have installed both on a
Windows 2000 pro PC. I installed apache v2.0.42 and tomcat v4.1.18.
I followed John Turners instructions for getting mod_jk Hi
Is there any way to limit the number of login attempts using the
security realm stuff? We 're using form-based login. We 'd like to
limit a user to N attempts and then display a message saying thHi
Can anyone help me the above error. I 'm running apache 2.0.45 / tomcat 4.1.24 on a redhat 8 box and I 'm trying to get the jk2 connector to work using channel socket (connector-4.1.24). No matter Hello
I am interested in changing the server.xml and web.xml files through
servlets and then reload them.
So for example I can add JNDI entries in server.xml without the nedd to
stop/start tomcat ag
Okay I see that point. Since the worker threads who perform the very work to
respond a request are deamons there seems to be a hard and unconfigured timeout
effective in TC406.
TC403 and TC406 shoHi everybody!
I am wondering a bit how I can get a simple access control for a dir
under tomcat.
I am talking about a dir directly under the root-context - is there
something similar to .htaccess?
I am getting the following error in my catalina.out
Error failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so because libstdc++-libc6.1-1.so.2 cannot open shared object file No such fileHi
I have a Problem I assumed to be addressed by Ticket 13519 (allowLinking is
not working (for me).)in the Apache Bug Database
which is said to be fixed with Tomcat versions 4.1.13+. Unfortunately Hi I managed to get this working
try {
URL url new URL( "http //localhost/manager/reload?path /HamiltonBank ")
HttpURLConnection con (HttpURLConnection)url.openConnection()
Hello
does anybody has mirrored howto from
http //www.thinlizard.com/lizard/modjk2.html for FreeBSD?
p# host www.thinlizard.com
Host not found.
Regards
--
pck.
There isn 't any code (that I know of) in 4.0.6 that performs the kill.
The JVM will terminate if "only daemon threads are running ". If the daemon
threads need to perform more work during a shutdown Hi all I have a hard time trying to test out JavaBeans. It always gave
me this error message as listed at the end of this page.
For example I have my Web Folder as
/usr/local/tomcat/webapps/webHi all
I am tring to find out about *uniqueness* of *session ids* which are
generated by tomcat.
are session ids are unique across webapps ???
Hi!
When I restart tomcat 4.1 I get this exeption for my webapp in the logfile.
The app works though. Am I doing something wrong concerning
java.io.Serializable and the objects in session contexts??
When shutdown.sh is launched TC performs a stop on all HttpConnectors which
themselves will stop their HttpProcessors.
It seems to that - while TC 403 waits "gracefully " for the work on a requesI 'm trying to setup Apache2 and mod_jk2 to pass Tomcat requests via
JNI. After reading two or three HOWTOs and previously setting up a
similar config on Windows 2000 server I 've managed to make someHi I have a problem with environment setting on my Red Hat System. I
used to set my environment config in
/etc/profile but I ended up with the following problem
1) problem using my JDBC jspHi guys it seems that once I have move my config from /etc/profile to
/etc/rc.d/rc.local the problem is solved. Dunno what happened
actually????
Anyway thanks a lot for your precious time and resouHi folks
Would anybody tell me how to monitor the count of the exisitng threads in my java app because I get the "All Threads are busy waiting " error from tomcat.
Billy Ng > Oh boy I get to contribute after asking a lot of questions! )
>
> Here 's a query I am using in a current project
>
> <sql query var 'picks ' maxRows '1 ' >
> select * from contestant_pichi all
i hav installed tomcat on a hp-ux server. i hav abs no probs using it. but
it gives an error when i shut it down using ./shutdown.sh. after 2 or 3
tries it shuts down properly. the error msg iI have read in some of the archives that using symlinks in tomcat cannot be
done? Is this true or is it just not the preferred way to handle it?
The problem that I am encountering is that my applicHi there
I 've just registered to this list in hope that I could find some better
advice here . I am trying to configure a standalone installation of tomcat
to work with SSL . This at first doesn 't sWhat should I put in the httpd.conf to make apache
do authentication before a servlet is accessed?
Here 's what I tried
<Directory "C /Program Files/Apache Group/Apache2/Tomcat 4.1/webapps/stuff " >
AuJake
my jsp app ( named nivel1.jsp) access my servlet ( named BancoServlet.java
) !
Take a look below at the part of jsp code - the IIS link redirects the
application to BancoServlet
<%@ page co |
|
 |