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 732 of 931 Previous 100   Previous 10   731   732   733   734   735   736   737   738   739   740   Next 10   Next 100  

http to https how ?

Hi Have a page First.jsp When a user comes to http //my.domain.com/First.jsp ... I would like to redirect him or her to https //my.domain.com/First.jsp. How do I do this on my jsp ? I trie

tomcat 5 not replicating sessions?

i used the backported session clustering in tomcat 4. i am currently in the process of upgrading to tomcat 5. in my new environment with tomcat 5 i see from the logs that my webapp (/stats) is

disable tomcat default root path

Hi All I 'm trying to get Tomcat 5 working with Apache 2 via the Coyote/JK2 AJP 1.3 Connector but even though I have defined an "appBase " and a Context with "path " and "docBase " inside a set of

specify path to server.xml, specify listen port

Hi all- Knowing how to perform one of the following two tasks would greatly simplify my management scripts. I 'm not sure if they are even possible. If so I 'd be grateful for anyone sharing the

Subject: Tomcat 5 SSL Configuration

Hi! Can someone please tell me how to configure SSL for tomcat 5. There seems to be difference in the server.xml file from previous versions of tomcat so I am unsure of what to edit or add to it.

port info

Hi I use the following url http //mydomainname.com 8081/mywebapp/ But I don 't want the user to see the port information so I want to remove it from url http //mydomainname.com/mywebapp

Realm Application config for Manager web application

Hi How I can config a Manager web application of Tomcat 4.1.x inside a <Host > but without using {$CATALINA_HOME}/conf/tomcat-user.xml as a Realm. I will like to use a separate tomcat-user.xml in

Subject: Tomcat 4.1.29 versus Tomcat 5

Does anyone have a synopsis of reasons to move to or not to move to Tomcat 5 from tomcat 4? I 've seen various reasons that moving will be beneficial including better session-replication suppor

Tomcat 5.0.16 jsp:useBean of type java.util.List won 't compile

I have some jsp pages that now break in Tomcat 5.0.16. In particular my use of the jsp useBean tag is no longer working it fails to compile. ## <jsp useBean id "myListBean " scope "session " cl

SOLVED: OT?:Can 't include .js file on jsp page

Thanks to Merrill for pointing out that the problem was probably in the javascript. By includining actual file section by section in jsp page I was able to isolate some javascript errors that trig

OT?:Can 't include .js file on jsp page controlled by front co ntro   ller serv

Are you trying to include the javascript *after* a user clicks on a link to launch javascript? The request dispatcher is being called when you load the page or when you click the little calenda

communication issue between .jsp and servlet

Im hoping to restrict access to a servlet object by setting a session attribute in the valid .jsp and looking for it in the called servlet. Unfortunately the object doesn 't seem to be transferring p

RE: OT?:Can 't include .js file on jsp page controlled by front co
    ntro   ller s

I 've changed javascript source from 'src "http ... " ' to src " <% request.getContextPath()% >/scripts/datetimepicker.js " >. But I find that the requestDispather is still being called and then it can '

Replication question

Hi For replication purposes (2 or more tcs in a cluster) how do you let the sessionlistener know to re-replicate your session after you make a change to a property of an object which is bound to

JNI & loadLibrary

Hi Tomcat 5.0.16 release-note says "... the application must also ensure that the library is not loaded more than once. If the above code were placed in a class inside the web application (

RE: OT?:Can 't include .js file on jsp page controlled by front co
   ntro   ller se

Thanks The .js file is a downloaded calendar i.e. I didn 't write it myself. I 'm including it per the instructions that came with it using src "http /... ". I believe I 've tried including it us

Re: OT?:Can 't include .js file on jsp page controlled by front
   controller serv

What does the js in your JSP do and how are you including it? Some text from your JSP might help. > > > kjanuski@(protected) 01/12/04 09 58AM > > > I may be getting in over my head here as I 'm rea

two webapps in one page (dif. frames) with only one authenication dialog

I have two different webapps in one page in different frames. In each of the WEB-INF/web.xml there is the same login-config configuration like this .... <login-config > <auth-method >BASIC

Re: OT?:Can 't include .js file on jsp page controlled by front contro   ller
ser

A JavaScript include is a purely HTML thing - it shouldnt be processed in any way by the server. You can do it by going <script language "JavaScript " src "xyz.js " > </script > cheers Pete K

OT?:Can 't include .js file on jsp page controlled by front contro
   ller servlet

I may be getting in over my head here as I 'm really not all that familiar with patterns. And I 'm not sure that the pattern has anything to do with problem. But I have a controller servlet through wh

OpenSource / Free Profilers to use with Tomcat

Hi Guys I hope you dont mind me asking if there are any free/opensource profilers out there that are quite good and offer the same type of features as JProfiler et al that I can use to profile tom

Two Connection pools - Tomcat 4.1.29- Please help!!

Hi I was wondering that is it possible at all to create 2 pools of connections which are to be used by the same application. I tried to do someyhing like this in server.xml but the second

Subject: tomcat 5 and oracle 8i

I am running tomcat 5 and java 1.4. I am attempting to connect to an oracle 8i database. However the drivers listed on oracles download site for the jdbc 's do not have this combination of tomcat5

Jasper: INFO Priority logging of request parameters from JspServlet

Hi Using Tomcat 5 I 'm seeing INFO log messages from org.apache.jasper.servlet.JspServlet containing request parameters. Having looked at the code I 'm not sure that this is deliberate because

Application Realm with Tomcat 4.1.X / Apache 2 / mod_jk2

Hi I 'am porting tomcat with apache 2 from mod_jk to mod_jk2 and I can 't make work Realm with mod_jk2. My Realm type is a MemoryUserDataBaseFactory and the users/pass/roles are in a separated

RE: John Turner or someone who responsible for Posting -- Re: How
    to Apache2,

Hi - I don 't use JK2. Best bet for help is the tomcat-user mailing list tomcat-user-subscribe@(protected) John > -----Original Message----- > From Shreehari Manikarnika [mail

How to serve static EXCEL or POWERPOINT files from Tomcat ?

Hi I am trying to serve .xls and .ppt files from tomcat so that the browser opens the right application (excel and powerpoint respectively) . What I obtain instead is that the byte content is

Re: John Turner or someone who responsible for Posting -- Re: How
   to Apache2,

Hi Is this possible? - connecting Tomcat 4 to Apache 2 via mod_jk2 under Linux in any_of_the_JNI_modes. Any sort of help or even a reference to any available information will be great! Thank

Taskmanager memory figures vs jvm figures

Hi I 've been running my apps in profilers for quite some time now and I must say it 's been a good experience. Now I 've seen and fixed the leaks in my applications. This small jsp page should

Servlet returning blank page and then re-initing every 5 minutes

I am not sure if this is a Tomcat or Struts or code problem... Every now and again (every 5 minutes or so) my requests to Tomcat are coming back with a blank white page. The logs show the follow
Page 732 of 931 Previous 100   Previous 10   731   732   733   734   735   736   737   738   739   740   Next 10   Next 100