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 514 of 931 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100  

extraordinarily stupid question

After I install tomcat 5.0 the tomcat management page is on http //tomcat 8080 How can this management page be obscured/moved to a different url and then how can a redirector to http //tomcat 80

Problem running Embedded Tomcat

Hi Can somebody help me with the following null pointer which is happening when I am trying to run tomcat as embedded application. java.lang.NullPointerException at org.apache.ca

Subject: Fail on stop, start e reload

I try stop aplication by my domain end ex domain.com/manager/stop?path / and this error return FAIL - Encountered exception java.lang.IllegalStateException standardHost.stop LifecycleEx

Tomcat in a High Traffic Environment

Dear List I am new to the list and have a few questions about Tomcat 5.0. We are attempting to use tomcat in a High Traffic many simultaneous Internet user environment. I have about 8000

mod_rewrite mod_proxy issues with apache and tomcat

To anyone who can help I currently am looking into alternative to mod_jk2 for apache and tomcat . Simply because of latency issues. One of the avenues that I am attempting is using mod_pro

Internationalization of characters --UTF8 encoding

Hi I am using Tomcat4.1 Oracle 8i and XmlRpc to write an application which is supposed to take japanese characters an insert them into database. Is there any setting in Tomcat4 where i shoul

Signals sent by Tomcat to web applications during shutdown.

Hi All I 've been having a good shufty through the Tomcat documentation but I can 't find a reference to what signals Tomcat sends to the web applications to shut them down during the shutdown op

problems with LD_LIBRARY_PATH !

> All > > I have ported a web application normally running on NT4 / ISS /Jrun to a > tomcat 3.3.2. > The results are mixed. > servlets seems top work OK but some of them do a call to a perl scr

Resticting Access via a Request Filter

HI all I have only one TomCat Application Server and I need to offer some Applications to the Internet and deny to others. I look for some Valves and found a "RemoteAddrValve " bu

Subject: Active connections in db pool

Is there a way of finding out how many commections which are currently active when using a db connection pool? I got this error message in my logs "Cannot get a connection pool exhausted ". When

Tomcat fails - Can 't read body, waited #0 Seems size related

I have a servlet that recieves data from a client. All the servlet is doing is reading from the InputStream of the HttpServletResponse (BufferedReader br new BufferedReader( new InputStreamReader(re

Failed to install Tomcat5 service

Hi I 'm installing Tomcat 5.5 on Windows XP Professional Box. Jdk version is 1.5. When I issue java -version on cmd prompt I get this output java version "1.5.0 " Java(TM) 2 Runtime Environment

"RE "-GET/PUT

Hello @(protected) is it possible to implement a servlet (e.g. WebDAV-Servlet) which can handle a big sized file and supports "RE "-GET/PUT after a broken connection? Thanks in advance for any help w

Tomcat just STOPS

Hi all Tricky bug. We 've been all over our system and cannot figure out what is going on. The tomcats (we have 2 tomcat 4.1.24 's behind an apache server just stop reponding after a couple of d

Re: How to Display a byte array (contents of a MS DOC fie, Excel,
   ..) in web b

Set the content type. Set the content disposition. Get a servletOutputStream from the response object. Write the bytes to the outputStream. Flush the stream. Sort of like this... You 'll need t

How to Display a byte array (contents of a MS DOC fie, Excel, ..) in web bro

What do you want to see? Hex digits? -----Original Message----- From Daxin Zuo [mailto dzuo@(protected)] Sent Thursday October 28 2004 9 12 PM To Tomcat Users List bsouther@(protected) Su

How to Display a byte array (contents of a MS DOC fie, Excel, ..) in web browser

I receive a byte array from a remote server and the servlet will display it on the browser. The byte array contains a MS DOC file. If I simply convert it to a String the contents will be meaningle

: Re: Log4j with Tomcat .. (3 questions)

Thank you for contacting PW New Media. We have recieved your request (Re Log4j with Tomcat .. (3 questions)) and it has been assigned a Ticket ID of ASX-79647-333. If you have further information or

Subject: Tomcat5.5.3 serious problems!

HI! I tried to use GUI manager to upload war file (war file to deploy the message says OK but nothing happened. no context files deployed. nothing. then I tried to upload the same war file

Log4j with Tomcat .. (3 questions)

Hi Am new to log4j. Am using Tomcat 5 and my webapp-myNiceWebApp is in Tomcat/webapps/myNiceWebApp I have a class that I have the following code in Logger logger Logger.getLogger(Help

Embedded Tomcat NullPointer Exception

> Hi > > I am trying to run Tomcat(5.0.28) as embedded application and I am > getting following exception. > > > Oct 28 2004 5 16 33 PM org.apache.catalina.startup.Embedded start > INFO

auto reload?

Sorry I am drawing a blank at the end of the day. IS this what I enable to have a development environment reload classes automatically? And where do I enable this?

Tomcat 4.1.18: jsessionid in URL on first access, but not subsequent access

Hi all Using Tomcat 4.1.18 I am getting (what I believe) is inconsistent behaviour with respect to session handling. Hopefully someone here can clear this up for me. Running Tomcat Standa

AW: proxy support and X-Forwarded-For

Hi > Does Tomcat support the headers X-Forwarded-For X-Forwarded-Host and X-Forwarded-Server when running behind a proxy? > I 'm running Tomcat 5.0.25 behind Apache 1.3/mod_proxy and doesn 't loo

AW: Upload MS DOC or Image file errors.

Hi > Hi I am use the File Upload. I need to read the whole file contents in a String buffer. Why into a String buffer? This is propably a charset encoding problem. Do NOT read it into a stri

proxy support and X-Forwarded-For

Hallo Does Tomcat support the headers X-Forwarded-For X-Forwarded-Host and X-Forwarded-Server when running behind a proxy? And if not would this be a nice feature? I 'm running Tomcat 5.0.25

Upload MS DOC or Image file errors.

Hi I am use the File Upload. I need to read the whole file contents in a String buffer. If the file is text it works. But if the file is in other format such as MS Doc I can load the file and t

Subject: channelUnix.file is missing

I read that tomcat is supposed to create the "channelUnix.file ${jkHome}/work/jk2.socket " file. But it did not. I use the binary of tomcat do i have to use src to be able to use unixsocket ?

Tiles and other sruts tags in Tomcat5

I am trying to use Struts 1.2.4 on Tomcat 5.0. I seem to get errors for any of the struts tags including the tiles tag due to incompatibility with JSP2.0 or something I guess. Here is the error

Can Tomcat Contexts have class naming collisions?

We have Tomcat 4.1.30 in Win2000 using JDK 1.4.2_05. We are having a problem where ONE of our classes will not load. The class name is Marketplace.class (package com.marketplace.core) Our Tom
Page 514 of 931 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100