  | 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 | Hi guys
first of all Thanks to all of you for your help!
We got it (JDBC-REALM) working now however it was a long way.
The resolution in short words
We installed a vanilla JDK 1.5 from SUN plhi guys
I am working in eclipse environment with eclipse and tried to set up
tomcat in debug mode using debug tool for one project but it changed
configuration of every project in eclipse. Now m Hello
How can I configure JK connector to redirect all requests to a particular
webapp.
http //localhost/index.html -------- >
http //localhost 8080/myapp/index.html
I am trying not to expose theHello Everyone
After install tomcat 5.5.20 in RHEL4 i have tested the jsp-examples
which distributed with the tomcat package.
The uri i have used is http //domainname 8080/jsp-examples.
But ther
Tomcat fans
I have a (I assume basic) question wrt servlet/tomcat
authentication/authorization
First let me indicate I would like my URL to always be something like
http // <host >/username
I have > From James Dekker [mailto james.dekker@(protected)]
> Subject Helping setting appropriate prefix when using
> ServletContext.getResourceAsStream()
Where to begin...
> // String prefix geHello there
I am using JDK 1.5 & Tomcat 5.5.9 on WinXP...
Set up my init servlet which is supposed to load my log4j.properties
file from myapp/WEB-INF/log4j.properties.
Here 's my init servlet 's soHi all
I have two servlets Worker and Status. Worker servlet gets hit very
frequently and consumes all available Tomcat threads (configured via
maxThreads). Thus whenever I try to access the StatuHello there
Am using JDK 1.5 and Tomcat 5.5.9...
I have two init servlets for the following purposes
1. One is for logging
2. The other is for loading (and parsing) XML based configuration
filesDo you run a Windows 2003 Server? I had problems with this. In this case you have to add a "Web Service Extension " on IIS which is pointing to Redirector dll and you have to give status "allowed " iHi all
I have two servlets Worker and Status. Worker servlet gets hit very
frequently and consumes all available Tomcat threads (configured via
maxThreads). Thus whenever I try to access the StatuHi list
we 're really really deperate here.
We have developed a web-app on Debian Edge with Tomcat 5.5.17 using
Form-based Authentication with a JDBC-realm. Database is a MySQL
4.1.11
However wh
Hi All
I 've looked at "logging.html " and conf/logging.properties and
I still can 't figure out if it 's possible to "turn off " certain
log files that get produced.
I 've tried changing
#1catalina.oNot quite on topic but as I get started with Tomcat I 'm looking for
printable L.A.M.P. docs or a free (e)book to read while I 'm away over
Christmas. I 'm looking for an integrated *overview with exam > From Renaud Bruyeron [mailto bruyeron@(protected)]
> Subject OutOfMemoryError when jasper (or webappclassloader)
> tries to readjar files
>
> This is an example of the top of the stacktraces we
> hi
i have my host make different checks during startup (in
HostConfig.start()). i want to display the results in my own manager app
which (as HTMLManagerServlet) extends ManagerServlet. is there aHello!
When i do aliasing in apache it works but when i integrate it with
tomcat it stops working what 's the problem?
Plz help me with it.
Regards!
We are running into OOM errors that we think are related to this
http //bugs.sun.com/bugdatabase/view_bug.do?bug_id 4705373
Our setup
JDK 1.5.0_08b3 on Debian Linux (2.4.21SMP)
tomcat 5.5.17
We hcan any one tell me how should I display servlet
file(HelloWorld.java) in IE browser.
I already compile the file and put both .java and
.class file it to the
C \Program Files\Apache Software FoundatHello
We are starting to design a ISP level JSP virutal hosting system which
could serve JSP and Servlets.
Here are some thing i decide to to
Apache 2.0.52(RHEL 4 default installation)
Tomcat 5.5The Apache Tomcat team is pleased to announce the immediate availability
of version 1.2.20 of the Apache Tomcat Connectors.
It contains connectors which allow a web server such as Apache HTTPD
MicrHey everyone
I 'm setting up Tomcat for the first time. I 'm trying to use a
simple test just to verify that I have everything set up
properly and I was hoping someone could confirm for me that I
Hello
I have never done that before and I am affraid of making a mistake so
please help me with this.
I would like to download tomcat (5 times). I need 5 instances of tomcat
on the same machine (to
Hi
I?m having trouble setting session variables in a tomcat application. I have
the same application in two different tomcat servers (5.5) using the same
configuration in one of them the sessio
Hello
I 'm running a j2EE with Apache front end and Tomcat at the back accessing a
MySQL db. I have some heavy urls can take around 2 seconds each call.
While testing the site with JMeter if I putI have a web app that starts with a .jsp and then goes through a series
of servlets to process some data. If possible I 'd like to set it up so
that after the last processing page is done it goes > From Workman Joe [mailto Joe.Workman@(protected)]
> Subject RE Custom JAAS LoginModule not authorizing
> GenericPrincipalroles
>
> After playing around I found that if I were to create
> a seHello
I 've installed Tomcat 5.0 on port 8081 and redirected IIS 6 to it.
It seems to work and you can try http //www.seorally.com/jsp-examples/
But I 've deployed my own project I can see itHello listers !
As you have certainly seen it some sites submit their forms as many times
as you validate them. For instance how many forums post two messages if by
mistake you click on the submI 'm trying to use my own LoginModule. Its is successfully authenticating
my username but the problem is when its trying to authorize my roles.
Tried
1. Here is the code snippet from my LoginModule |
|
 |