Google
Google
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
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Tomcat
Page 117 of 931 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

SOLVED - Re: Desperate: Tomcat 5.5. j_security_check

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 pl

urget solution with : tomcat-eclipse problem

hi 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

JK Connector

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 the

Subject: Which class i have missed?

Hello 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

Form based authentaction but not for static resources

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

Helping setting appropriate prefix when using ServletContext.getResourceAsSt

> From James Dekker [mailto james.dekker@(protected)] > Subject Helping setting appropriate prefix when using > ServletContext.getResourceAsStream() Where to begin... > // String prefix ge

Helping setting appropriate prefix when using ServletContext.getResourceAsStream

Hello 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 so

Subject: dedicated servlet threads

Hi 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 Statu

Logging Problem with unpackWARs= "false "

Hello 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 files

AW: Need help with JK2 connector/workers2.properties

Do 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 " i

Subject: dedicated servlet connections

Hi 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 Statu

Desperate: Tomcat 5.5. j_security_check

Hi 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

Can you "turn off " certain log files?

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.o

Printable (free, overview) LAMP docs / books?

Not 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

OutOfMemoryError when jasper (or webappclassloader) tries to readjar files

> 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 >

pass object from host to servlet

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 a

Apache Tomcat Aliasing problem!

Hello! 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!

OutOfMemoryError when jasper (or webappclassloader) tries to read jar files

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 h

How can I display servlet in browser.....

can 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 Foundat

Subject: Multiple <Host > designing.

Hello 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.5

Apache Tomcat JK 1.2.20 Web Server Connector released

The 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 Micr

Test JSP Page

Hey 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

Several instancias of Tomcat on a same machine

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

Subject: Setting session variables

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

Limit Num Requests

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 put

Re-executing a servlet request

I 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

Custom JAAS LoginModule not authorizing GenericPrincipalroles

> 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 se

tomcat and iis connectivity almost working...

Hello 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 it

avoiding multiple form submission

Hello 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 subm

Custom JAAS LoginModule not authorizing GenericPrincipal roles

I '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
Page 117 of 931 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100