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 928 of 931 Previous 100   Previous 10   921   922   923   924   925   926   927   928   929   930   Next 10  

Best Practice: choose between SessionCookie or just Session

Hi friends. This is a important best practice question for me. My project has a web form which is showed and filled ( by the user) after an external authentication process. The question is should i

R

is this question 1) off topic 2) not understandable 3) already posted in the list 4) or stupid not to require someone 's attention. in case of 3 I do apologize but I 've searched the list before

Load-balancing not equal amongst 2 Tomcat (using Apache and mod_jk)

Hello! I 'm running Apache 2.0.45 with self compiled mod_jk (version jakarta-tomcat-connectors-4.0.4). It is supposed to load-balance between two jakarta-tomcat-4.0.4 one on the localhost and an

Subject: tag and method overloading

Hello Is it possible to overload a method of a tag. In JSP String arg1 "bla " int arg2 5 <mytag name " <% arg1 % > " / > <mytag name " <% arg2 % > " / > In the class public void setName(String s)

JSTL and EL question

Hi all. I 'm using JSTL (Java Standard Tag Library) the EL (Expression Language) version. I have a DB where one particual query can return exactly one row (primary key). So I use this <sql set

mod_jk mapping

Hi Quick question about mapping mod_jk requests to webapps. I run the site www.xfly.co.uk which has all requests redirected to tomcat via apache using mod_jk and a JkMount of /* in the virtual ser

Tomcat running as non root user as service...

Hi Is it possible to allow Tomcat to bind to port 80 as a non-root user ? Platform RH Linux 8.0 Cheers Rob

Re: [Re-repost] tomcat/jk2/apache: authentication not taken into
account for

Morgan Pyne wrote >Hi Jacob^B^B^B^B^BJerome > > ) >Things to verify/try > >1. The webserver has successfully authenticated the request and you can see this > username appearing in the Apach

RE: Sample Configs for Tomcat 4.1.x, mod_jk2 , Apache 2.0.46 with
    ssl

Forgot to mention the SSL piece. I had already been to the site but wasn 't able to get what I needed. It may be there I just can 't find it. If need to create multiple applications with a "/ " co

Subject: Auto login using a cookie

Hi I was wondering if there is a standard way of creating automatic login functionality in tomcat. What I mean is that a user can set a tik a box saying 'Automatically Log me in the next time I vi

DataSource configuration in web.xml instead of server.xml

hi all I 've configured my DataSource configuration within a DefaultContext in the server.xml file in tomcat(4.1). Everything works fine. Now I would like to move this configuration in the web.xm

using filters

Hi all If i have implemented a filter who checks specific value in the session object ( some string manipulation is involved). Thus each request goes through filter. Will this hamper the performan

Re: Sample Configs for Tomcat 4.1.x, mod_jk2 , Apache 2.0.46 with
ssl

http //tomcatfaq.sourceforge.net/apache.html ? -Tim Ronnie Tartar wrote > I am looking for some sample configs for the following configuration. > > Redhat 9.0 > Tomcat 4.1.24 (binary) > Apache 2

Is it safe to use Runtime.exec() from within a JSP

Folks I need to launch a Win32 game from a JSP. Can I use safely Runtime.exec() from within Tomcat? TIA - Adam --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http

Apache/mod_jk/Tomcat 404-problem

Hi I 'm running a webserver with many virtual hosts. The default virtualhost is the registrar.no virtualhost that has a serveralias to www.registrar.no I issue the following requests http //registra

Problems with Tomcat - IIS integration ...

Hi I have followed instructions on performing the above. However since I 've rebooted Tomcat now appears to intercept all HTTP requests through localhost. Can you please advise a sequence of st

Subject: Need Help on JDBC Connection

Hi all does anyone knows that 's the case of this error This happened when I tried to access MySQL Database from remote client. Regards Joe HTTP Status 500 - _____ type Exception repor

Issues with web.xml

I 'm having issues with the web.xml file in my webapps/root/web-inf directory. What I want to do is be able to specify each individual servlet that can be run by using <servlet > and <servlet-mapping

Subject: Catalina api and Jars

Hi I don 't have any of the jar files that people mention in this list regarding Catalina. Tomcat is up and working fine. These are the jars I have in my tomcat4.1\common\lib folder activation.jar a

Restarting Tomcat without restarting Apache

Protective Marking UNCLASSIFIED Is it possible to set up Tomcat so that it services JSP requests for Apache yet can be restarted independently? The docs for mod_jk say that restarting Tomcat requir

Subject: migration from jrun to tomcat

Hi All I have a webapp running on Jrun and IIS. I want the app to be moved from Jrun to tomcat. I have read that tomcat with IIS has problems. It would be grateful if someone can help me with detail

IOException: failed to communicate with MySQL

Hello My JSP application very often after night in the morning stops communicating with MySQL database. I get an exception each morning (the exception body goes below). The application starts to

Subject: Using my own directory

Hi All My Tomcat/Apache setup is working as I can acces the example application by calling http //localhost/examples/ What I did now is the following - I created at the same level as examples (

Subject: Apache/Tomcat/Mod_JK woes

I have integrated Apache 1.3/Tomcat 4.1 but when I try to access any JSP in the VirtualHost -- I get I get this error on the browser. Any idea about this error? HTTP Status 404 - /jsp/someFrame.jsp

Subject: Tomcat classpath issues.

Does anyone know how to get the entire class path that tomcat is using to run an application. What I am trying to understand is at the time that the tomcat is running my application what is its cla

Worry about...

Hello All I developed a web application on Tomcat which provide data lookup function based on search criteria. There will be a lot of users to access the application at same time (more than 100). T

webapp deployment using single sign on

1) Considering security and reliability how good is 'Single sign on ' support provided by tomcat ? can a project rely on what is provided by tomcat ? any other/better solutions suggested ? 2) I am

Tomcat Memory leaks!

Hi. It seems Tomcat (4.1.24) has a major memory leak and I wanted to bring it to the developers attention so they can check it out. I run a shared hosting server (Mandrake 8.2 Apache 1.3) with virt

How Directly Run Servlet W/O Redirect From Index.html?

When someone types www.site.com Apache serves index.html which I added an an immediate redirect to load the "real " site 's homepage which is a Java servlet. Does anyone know how to configure Ap

Sample Configs for Tomcat 4.1.x, mod_jk2 , Apache 2.0.46 with ssl
   

I am looking for some sample configs for the following configuration. Redhat 9.0 Tomcat 4.1.24 (binary) Apache 2.0.46 (compiled from source) mod_jk2 (compiled from source) Specifically I am usin
Page 928 of 931 Previous 100   Previous 10   921   922   923   924   925   926   927   928   929   930   Next 10