mod_jk 1.2.8 socket_timeout property on solaris 2.8 - doesn't work

2005-07-07 Thread Java Developer
We have mod_jk 1.2.8 with apache 2.0.53 on solaris 2.8 connecting to JBoss 4.0.2 on solaris 2.8. The number of apache child processes grows gradaully and upon reaching around 150 the system response degrades forcing us to restart the apache server. On investigation it is found from the mod_j

mod_jk 1.2.8 socket_timeout property on solaris 2.8 - doesn't work

2005-07-07 Thread Java Developer
We have mod_jk 1.2.8 with apache 2.0.53 on solaris 2.8 connecting to JBoss 4.0.2 on solaris 2.8 setup. The number of apache child processes grows gradaully and upon reaching around 150 the system response degrades forcing us to restart the apache server. On investigation it is found from the

RE: startup script not working

2005-03-02 Thread java
I don't know about Tomcat 5.5 specifically, but in Tomcat 5.0, startup.bat calls catalina.bat which calls setclasspath.bat. You'll see it runs the following, and if it can't find any of the files (probably because your JAVA_HOME is a JRE and not a JDK), it'll call "exit" and close your window: if

Re: Custom Tag error

2004-08-19 Thread Java Techie
, Aug 19, 2004 at 03:17:50PM -0700, Java > Techie wrote: > : Deploying my first Custom Tag Example; > : .tld, .jsp, .class are in place..any other > : configuration reqd? > > Details work wonders. > Instead of saying "in place," why not show: > - where's the

Custom Tag error

2004-08-19 Thread Java Techie
Hi, Deploying my first Custom Tag Example; .tld, .jsp, .class are in place..any other configuration reqd? Thanks. org.apache.jasper.JasperException: /hello.jsp(9,16) Unable to load tag handler class "Hello" for tag "sample:hello" org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErr

RE: ClassNotFoundException: OracleDriver

2004-08-12 Thread Java Techie
ide in your > C:\OraHome\jdbc\lib directory. Move the > nls_charset12.zip file over as > well. > > -Original Message- > From: Java Techie [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 2:13 PM > To: [EMAIL PROTECTED] > Subject: ClassNotFoundExcept

ClassNotFoundException: OracleDriver

2004-08-12 Thread Java Techie
Hi, in my struts-config: im using -- The following error occurs: 27:57[ERROR] 27:57org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver', cause: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver at org

Re: Tomcat as Win2k service

2004-08-04 Thread Java Techie
Thanks for replies. Now I can see it as a service, but when i try to start it it says "Windows cant start the service... If its a non microsoft service... and refer the service specific error code 0" Thanks. --- Java Techie <[EMAIL PROTECTED]> wrote: > Hi, > I am

Tomcat as Win2k service

2004-08-04 Thread Java Techie
Hi, I am using Tomcat5 on win2k Professional. I want to use it as a windows service. Please help. Thanks. Yogesh __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail

Re: precompiling jsp files gives error

2004-07-22 Thread java only
rendra - Original Message - From: "java only" To: "Tomcat Users List" Sent: Friday, July 23, 2004 10:46 AM Subject: Re: precompiling jsp files gives error > Hi , > > I have checked the archives and I have found that someone else has suggested to use their build.xml f

Re: precompiling jsp files gives error

2004-07-22 Thread java only
Total time: 1 second can anybody please help? Regards, javaonlyjava java only <[EMAIL PROTECTED]> wrote: Hi All, When I am precompiling my JSP files using the ant script provided in the documentation using jasper (ant script),I couldn't compile my whole _jsp.java files as those

precompiling jsp files gives error

2004-07-22 Thread java only
Hi All, When I am precompiling my JSP files using the ant script provided in the documentation using jasper (ant script),I couldn't compile my whole _jsp.java files as those files have <%@ include other jsp files %> and the error says the dependent object in the included file couldn't be foun

Unable to compile class for JSP

2004-06-09 Thread java only
Hi all, I am unable to compile JSP files,it gives me the following exception org.apache.jasper.JasperException: Unable to compile class for JSPNo Java compiler was found to compile the generated source for the JSP. This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from

Re: JAVAC Leaking Memory

2004-06-07 Thread java only
Is it that JSP pages compile only once(not just for each session) but for the entire tomcat server scope (application scope) ? And also can anybody throw some more light on leaking memory problem Regards, javaonlyjava Reynir_Þór_Hübner <[EMAIL PROTECTED]> wrote: java only

RE: JAVAC Leaking Memory

2004-06-06 Thread java only
switches. > >By doing that you will minimize the overhead (both process and memory) >of tomcat, leaving only the basic footprint of tomcat with the current >configuration. > >Hope it helps >-reynir > > > >java only wrote: > >> Hi All, >>

JAVAC Leaking Memory

2004-06-03 Thread java only
Hi All, I have seen in Tomcat 5.0.25 Release notes the JAVAC Leaking memory problem is mentioned. Earlier I was using Tomcat 3.3.1 and was getting java.lang.OutOfMemory Exceptions after every 2-3 days and had to restart my Tomcat Server.I am planning to migrate to Tomcat 5.0.25 version , but h

Error stating Tomcat5

2004-05-25 Thread Java Techie
Hi, I got a problem while starting tomcat5 on Win2k, jre1.3. Unsuported JNI version 65537 [2004-05-23 19:09:58] [770 prunsrv.c] [error] Failed initializing java c:\tomcat\tomcat5\bin\bootstrap.jar [2004-05-23 19:09:58] and therefore it will also not run as a service. can anyone

Starting tomcat

2003-12-26 Thread Java User
Error: sun.misc.InvalidJarIndexException: Invalid index!" FYI, I have java version "1.3.0_02" and my JAVA_HOME variable is as follows: "set JAVA_HOME=D:\jdk1.3.0_02". I did not define CATALINA_HOME variable. It is, I guess, defined by the tomcat startup script.

Re: does the getRequestDispatcher().forward() method return control?

2003-04-04 Thread Velmurugan \(Java Team\)
Hi, I think this is a bug as per the servlet specification.Just check with some other servlet engine. I will forward this error to tomcat developer list. I was tested with Tomcat3.2.2. Velmurugan P. Java Team. - Original Message - From: "Hans Schippers" <[EMAIL PROTECTED]

BUG: Tomcat does not reload webapps properly

2002-12-26 Thread Jiger Java
Hi, Am using Tomcat 4.1.12 on Windows 98/Linux. I found that tomcat when realoding a webapps becoz a class changed, does not call the Servlets registered as LoadOnStartup. Becoz of this the application starts correctly but if reloaded without a restart, the application comes unusabled since th

RE: access to servlets

2002-11-19 Thread Java Group
If I disable the invoker, I can't access to any of my servlets from the main servlet. The method is that the user use the name in the mapping to enter the application and from there I fw the request to the relevant servlet (kind of dispatcher) and from the main servlet I use the original class n

Re: Problem setting up Tomcat's SSL (again!)

2002-11-14 Thread Java Lamer
Mark, Try https:// instead of http://. DP From: Mark Liu <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Problem setting up Tomcat's SSL (again!) Date: Thu, 14 Nov 2002 10:28:57 -0800 (PST) Hi, I am attempting to

java.sql.SQLException: Cannot load JDBC driver class 'null'

2002-10-09 Thread Java Lamer
Has any got the DBCP to work with tomcat 4.1.12 and MySQL? If so, what do you have to do to be able to get a connection? Thanks JL _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mai

Re: How to create a connection pool

2002-10-03 Thread java guru
Hi - I am not sure on what type of application you are building, but doing connection related stuff (including running sql over already established connection in jsp) isnt very good idea. Read about mvc model if you are in design stage. In anycase, if you still need access to pooled connectio

RE: Running tomcat as service

2002-09-26 Thread Java Group
load modules line for apache is setup correctly. Who owns the .dll, and who has rights to it? rls "Java Group" <[EMAIL PROTECTED]> 09/26/2002 01:42 AM Please respond to "Tomcat Users List" To: <[EMAIL PROTECTED]> cc: Subjec

Running tomcat as service

2002-09-26 Thread Java Group
Hi. My problem is as follows: When running tomcat normaly there is no issue, but when running as service I get an unsatisfiedLinkError Exception when trying to load dll. Even though the dll is in the Environment path. What am I missing? Thanks. Oded Hasidi. -- To unsubscribe, e-mail:

serious issues with tomcat and rmi

2002-06-07 Thread java guru
I am encountering serious issues with tomcat and rmi.. I am getting all sorts of problems ranging from 1. version 4.0.3 cannot load classes from rmi codebase.. reading the codebase but returning classnotfound exceptions.. 2. version 4.0.4 webappclass loader dying with 'Life cycle error' and acc

tomcat 4 having trouble with loading rmi classes from codebase

2002-06-07 Thread java guru
Hi., i am trying to use servlet with tomcat 4.0.3 that tries to load classes from rmi codebase defined by http protocol. catalina.out log is reporting classnot found exception while other stand alone clients are working fine. Read somewhere about Jar handler problems in tomcat but that

tomcat 4.0.3 servlet having problem loading class via rmi ?

2002-06-06 Thread java guru
Hi., I am trying to access a JINI service thru my servlet.. inspite of following Security Manager, Policy file and setting codebase etc, tomcat 4.0.3 repeatedly give following excption. The JINI service itself is working fine and other standalone clients can access it. Read somewhere that the

Re: AW: Tomcat refusing jsessionid's

2002-05-27 Thread Jiger Java
//www.reseller.com:10001/anacreon/servlet/CustomerIndexServlet;jses >sionid=A4A0314540585318A4F5E327F1457375 > >You should better disable cookies and use response.encodeUrl(). > > > -Ursprüngliche Nachricht- > > Von: Jiger Java [mailto:[EMAIL PROTECTED]] > > Gesendet

Re: Tomcat refusing jsessionid's

2002-05-26 Thread Jiger Java
;>>User-Agent: Microsoft-Entourage/10.0.0.1309 >>>Message-ID: <[EMAIL PROTECTED]> >>>In-Reply-To: <[EMAIL PROTECTED]> >>>X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >>> >>>HTTP sessionsbrowsers are configured to associate

Re: Tomcat refusing jsessionid's

2002-05-25 Thread Jiger Java
ly, the only thing you can do is some manual >persistence scheme, such as using a database and url rewriting or some >similar scheme. > >does this help? > >fillup > > >On 5/25/02 3:43 AM, "Jiger Java" <[EMAIL PROTECTED]> wrote: > > > Hi, > &

Tomcat refusing jsessionid's

2002-05-25 Thread Jiger Java
Hi, I have checked the archives already but did not come across similar problems so I would like to ask it. My Platform: Tomcat 4.0. JDK 1.4 RHT Linux We have this application hosted on an generic server say http://www.server.com now our reseller's can map their DNS such that www.rese

Re: automatic login

2002-05-14 Thread Java Team
Hi Use the following Webster.www.ambysoft.com Regards Velmurgan P. - Original Message - From: Collins, Jim <[EMAIL PROTECTED]> To: 'Tomcat Users List' <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 2:03 PM Subject: RE: automatic login > Hi Craig, > > Could you please send the UR

Re: VM size increases.

2002-05-14 Thread Java Team
Hi Have you used any pooling software?How can you achieved connection pooling?. Actually we had same problem and we got the solution. Give more details on that will help to identify the problem. Regards VelmurganP ([EMAIL PROTECTED]) SoftSolutions Chennai. - Original Message -

tomcat connector looking for OLD DEV worker ?

2002-05-03 Thread java guru
Hi., I am trying tomcat connector (4.0.3) with iplanet server. After changing workers.properties file, the connector is still looking for DEV worker. Connector initialization shows new workers but while serving the request, the connector returning error as its looking for old worker. Is t

iplanet tomcat connector caches worker names

2002-05-03 Thread java guru
Hi., I am trying to setup tomcat connector (4.0.3) for iplanet (6.0 sp2). In the intial testing, connector is caching the worker name previously used (even after worker.properties changed and iplanet restarted). In the jk_log, I see the new worker properties taking effect, but once i try to

Url Rewriting in Tomcat4.0

2002-02-11 Thread Jiger Java
Hi, Is is possible to do url rewriting in Tomcat. Something such that when a request like http://www.server.com/reseller comes in then the server will execute/get/map/etc etc & the final url will become as http://server.com/servlet/LoginServlet?role=reseller which is then the named servlet

Servlet Mappings Problem

2002-02-08 Thread Jiger Java
Hi, I am having some problem fitting my requirements in web.xml. I want to do something like this. Whenever a user says http://server.com/contracts . It is supposed to show him the login page. But with some extra parameters to be added. So basically the url will become http://server.com/anacreo

RE: having to restart tomcat for new classes -More

2002-01-11 Thread Jiger Java
Hi Craig, > >* Creating objects based on classes loaded from /WEB-INF/classes or > /WEB-INF/lib, but passing references to them to classes that are > loaded from the shared class loader (and are thus NOT reloaded by > the reloading mechanism). The old objects survive the reload (because >

RE: having to restart tomcat for new classes -More

2002-01-09 Thread Jiger Java
hich triggers context restart because of which then entire tomcat becomes unstable & I start getting funny error like java.lang.NoClassDefFound : java/lang/ClassCastException or linkage error & what not. I am FORCED to restart my tomcat server as u will agree this is not possible on

Possible bug in Tomcat 4.0 final

2002-01-07 Thread Jiger Java
Hi all, I am using Tomcat 4.0 final, Win98, JDK 1.4 beta 3. Problem description :I feel that Tomcat is loosing some values from the session. Problem explanation : In the application we are building,I have tomcat 4.0 final running on win98. In my app the user logs in, & his username,pass

Problems with Tomcat4, Reflection & Classloading

2002-01-03 Thread Jiger Java
Hi all, I am using Tomcat 4.0 final, JDK 1.4 beta 3, Win98 for dev. I am using a automatic bean population class to automatically populate bean based on request object just like in Struts. Ok, now the problem comes during population when I receive the following exception. java.lang.Ill

Double check idiom broken - Tomcat uses it ?

2001-12-05 Thread java programmer
Hi all: We all know that the lazy-double-check idiom doesn't apply to Java because of the Java Memory Model (JMM). That is to say, look at code such as: Example a) // Set by any other thread other than #1 volatile boolean stop = false; // Thread #1 runs this as long as // stop is

server.xml - Part II

2001-12-05 Thread java programmer
First off, I'd like to reply to an earlier post and the I'll talk about a weird finding regarding server.xml with Tomcat 3.3 on Linux 2.4.x with Java 1.3.x. > We're the main european hub for bioinformatics > research and resources, > the fact that webapps exis

Re: Tomcat 3.3, server.xml and a lot of fun

2001-12-03 Thread java programmer
Micael Padraig Og mac Grene wrote: [...] "Padraig og mac" ? What kind of a name is that ? It sounds similar to the sound I make when I fart. Smells about the same too. Since you are so apt in making suggestions, allow me to make two of my own: a) look up the word 'rant' in an English dictionar

Re: Tomcat 3.3, server.xml and a lot of fun

2001-12-03 Thread java programmer
s at the very bottom in terms of quality, readability, even trivialities like source code formatting/comments. JSP/Servlets are *important*. They are probably the most important java api, now that java has proven to be a total failure on the client side. (java, in general, is *great* though). Now, it woul

Re: Tomcat 3.3, server.xml and a lot of fun

2001-12-03 Thread java programmer
Vladimir Grishchenko <[EMAIL PROTECTED]>, looked up from a pending proctological exam, butthole opening, and contracting and gushing rectal mucous and opined: > I used almost every version of TC since 3.x to 4.0. > [..a buncha crap flushed..] > Jeez. It must be part of the human condition that t

Tomcat 3.3, server.xml and a lot of fun

2001-12-03 Thread java programmer
Hi all: Tomcat 3.3 (on linux) seems to be quite shoddily developed. Surprising that, given it's high visibility and posture. Consider for instance: I downloaded the binary distro of tomcat 3.3. I have set and exported both TOMCAT_HOME and JAVA_HOME. Compiled and installed mod_jk.so too. (agains

Re: Unable to compile JSPs in Tomcat 4

2001-10-04 Thread Jiger Java
ain. Bye, Jiger >From: "Jiger Java" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Unable to compile JSPs in Tomcat 4 >Date: Thu, 04 Oct 2001 17:02:48 +0530 > >Hi all, > Ok so finally I have been able to solve my Tomc

Re: Unable to compile JSPs in Tomcat 4

2001-10-04 Thread Jiger Java
e SOAP which is notoriouse of working only with old xerces parser i.e xerces 1.2 or before. Bye, Jiger >From: "Jiger Java" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Unable to compile JSPs in Tomcat 4 >Date: Wed, 03 Oct 2001 1

Unable to compile JSPs in Tomcat 4

2001-10-03 Thread Jiger Java
Hi Friends, I am working on Tomcat 4 Final Release. The scenerio is like this. I am using XML Schema instead of DTD so I downloaded Lastest Xerces 1.4.3 since older Xerces were creating problems. I put the latest Xerces.jar file in mycontext/WEB-INF/lib. Now these Xml files are re

Re: Tomcat 4 and Log4J

2001-09-17 Thread Jiger Java
Hi Craig, Things are working now. What I did was to put log4j.properties in WEB-INF/classes & log4j.jar in WEB-INF/lib. But as u will agree this is not optimum since I will then have to put log4j.jar in all WEbapps. So I moved log4j.jar into common/lib then problems start. If I put lo

Reg: Tomcat -Service Problem?????

2001-09-17 Thread JAVA TEAM
ains around 1500 pages. The java.exe memory get increased near 300 MB. Even though not decreased No one accessing the page. Please tell the reason where could be the problem cause?. This is Urgent One. Reply the solution as soon as possible. Regards VELMURGAN P JAVA TEAM.

Tomcat 4 and Log4J

2001-09-17 Thread Jiger Java
Hi Friends, I testing Log4j with Tomcat4 RC2. I copied log4j.properties & log4j.jar to common/lib. But still I get the following error of Log4j. log4j:ERROR No appenders could be found for category (com.comp.anacreon.utils.MySoapCallerBean). log4j:ERROR Please initialize the log4j s

Re: Tomcat 4 RC 2 doubts

2001-09-16 Thread Jiger Java
>From: Pier Fumagalli <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: Tomcat 4 RC 2 doubts >Date: Sun, 16 Sep 2001 14:25:41 +0100 > >"Jiger Java" <[EMAIL PROTECTED]> wrote: > > > 1. Since Tomcat 4

Tomcat 4 RC 2 doubts

2001-09-15 Thread Jiger Java
Hi friends, This is my first mail to such a wondefull group.Well I just downloaded Tomcat Rc2 (and tried to convince my boss to use it). But frankly speaking I found some weird diffiulty installing Rc1 & Rc2. Now I understand that Tomcat 4 has a major architecture changes like Custom Cl

Re: Tomcat, Apache: JSP source code showed instead of generated HTML

2001-08-29 Thread Gero Vermaas - Sun Holland - Sun Java Centre - Java Consultant
# The following line mounts all JSP files and the /servlet/ uri to >> >>tomcat >> >># >> >>JkMount /admin/servlet/* ajp12 >> >>JkMount /admin/*.jsp ajp12 >> >> >> >># >> >># The following line prohibits users from

Apache+Tomcat+SSL+IE5.5

2001-08-13 Thread java
Hi, I have a web server with Apache (with SSL) + Tomcat (with ajp13) Tomcat don't have a HTTP connector. My application only use JSP-servlets(no static page). It work perfectly with IE5.0 , Netscape 4 or Netscape 6 When I use IE5.5 to connect to my apache i have this message from IE : (i have a fr

Réf. : JkMount instruction

2001-07-25 Thread java
"ApJServMount /something ajpv12://localhost:9500/something" With JkMount : in mod_jk : JkMount /something/* ajp13 in workers.properties : worker.ajp13.port=9500 worker.ajp13.host=localhost worker.ajp13.type=ajp13

Réf. : RE: Dynamically Generate PDF

2001-07-25 Thread java
We are using http://www.lowagie.com/iText/ and it work great ! > I've tried to do this with jsp (without succes), but with a > servlet it can be done quite easy: >Use tex->dvi->ps->pdf (where tex is a TeX document, (LaTeX)) >(maybe it can be done even easier...) > If someone knows

RE:

2001-07-19 Thread Java Junkie
.. > 1 1 is order in > which class files to > be loaded > --saritha > > > -Original Message- > From: Java Junkie [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 19, 2001 5:02 PM > To: [EMAIL PROTECTED] > Subject: RE: > > > I couldn't

RE:

2001-07-19 Thread Java Junkie
dtd, at, > > http://java.sun.com/j2ee/dtds/web-app_2_2.dtd > > > -- Bill K. > > > -Original Message- > > From: Java Junkie [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 19, 2001 3:23 PM > > To:

tomcat-user@jakarta.apache.org

2001-07-19 Thread Java Junkie
Hello, I am trying to create a pooled resource. I am doing this by loading a wrapper class on startup that will recieve two parameters and manage the resources based on those parameters. I do not know the exact syntax for using the tag. Could someone please help?! Thank you. ___

TOMCATs SERVLET-Reload

2001-07-04 Thread java . harjes
Hi It's confusing I'm working with TOMCAT 3.2.1 an a LINUX machine. In the TOMCAT - configuration-files I switched on the automatic reload of servlets, if they were changed. Why does it happen that sometimes the reload is done and sometimes not??? Is there anyone who has an explanation or an id

SERVLET-Reload

2001-07-02 Thread java . harjes
Hi It's confusing I'm working with TOMCAT 3.2.1 an a LINUX machine. In the TOMCAT - configuration-files I switched on the automatic reload of servlets, if they were changed. Why does it happen that sometimes the reload is done and sometimes not??? Is there anyone who has an explanation or an id

Please Help: Setting up virtual hosting

2001-06-29 Thread Java Developer
Hello All, It is quite a few days that I am spending on tomcat virtual hosting on RedHat Linux 7.1 and it is not still working. Where do you think I can get the latest information on How to setup virtual hosting for tomcat? Please help Thanks java developer in crisis

Re: hotspot jvm crashes in production

2001-05-07 Thread Java Poop
tware > > Ludovic> configuration and i have no answer. > > > > Ludovic> PS : Are you using the Hotspot JVM with the -server > > Ludovic> switch ? > > > > I have the same problem too, but only with the -server option. > > > > > >

hotspot jvm crashes in production

2001-04-28 Thread Java Poop
Hi - We have recently moved our production site to use JSPs with Tomcat 3.2.1/Apache 1.3.17/Sun JDK 1.3.0/Solaris 2.6. After running for a couple of hours, our JVM crashes with the following error: An irrecoverable stack overflow has occurred. # # HotSpot Virtual Machine Error, Unexpected Signal

TOMCAT and APACHE

2001-04-27 Thread java . harjes
Hi experts, I have some problems in integrating TOMCAT and APACHE like it is described in your "Minimalistic User's Guide". My Apache Webserver Version 1.3.14-6 is running on a SUSE 7.1 - LINUX machine and it works fine for itself. The Tomcat Version is 3.1-70 and also this application works fin

Re: getResourceAsStream - properties files

2001-03-31 Thread Java Poop
4.0 world? thanx, JP - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 31, 2001 8:59 PM Subject: Re: getResourceAsStream - properties files > > > On Sat, 31 Mar 2001, Java Poop wrote: > &g

Re: getResourceAsStream - properties files

2001-03-31 Thread Java Poop
March 31, 2001 8:59 PM Subject: Re: getResourceAsStream - properties files > > > On Sat, 31 Mar 2001, Java Poop wrote: > > > > > InputStream stream = > > this.getClass().getResourceAsStream("testApp.properties"); > > > > This is supposed to work

getResourceAsStream - properties files

2001-03-31 Thread Java Poop
Hey guys-   I'm trying to figure out way to separate my initialization parameters from my application.war file. Because certain things are different between dev, qa and live machines (such as database hostname, username, password, etcs), I rather not put these values in the web.xml file. (Th

Re: Poolman and jmx error

2001-03-26 Thread Java Poop
) > at com.codestudio.util.SQLUtil.getAllPoolnames(SQLUtil.java:193) > at com.codestudio.util.PoolManBean.getAllPoolnames(PoolManBean.java:90) > at _0002fPoolMan_0002ejspPoolMan_jsp_0._jspService(_0002fPoolMan_0002ejspPoolMa n_jsp_0.java:109) >

Re: Caching a servlet? Sessions in IE?

2001-03-25 Thread Java Poop
Have you tried setting the cache and expire headers? Try addding: response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pragma","no-cache"); //HTTP 1.0 response.setDateHeader ("Expires", 0); //prevents caching at the proxy server JP - Original Message - From: "

Context Help

2001-01-30 Thread Java Softech Pvt Ltd
Can anyone help me on how to create a context like /tcp or /exams in the server.xml file. And also please let me know the password and username to enter into the /admin pages. Rajshekhar. - To unsubscribe, e-mail: [EMAIL PR

RE: Virtual Hosting

2001-01-30 Thread Java Softech Pvt Ltd
Can anyone please help me on how to setup contexts for ex: http://localhost:8080/tcp and please also kindly me know the username and password for the http://localhost:8080/admin page or is there any alternative for the above. Raj.

URL rewriting in Tomcat

2001-01-29 Thread java
I'm writing a servlet that uses session tracking with URL rewriting (noCookies="true"). I'm using Tomcat 3.2.1. When the servlet is located in webapps/Root/Web-inf/classes, it works fine, and the URLs are rewritten with the appropriate session ID, but when the servlet is located in another

http://javaboard.cjb.net/

2001-01-26 Thread Java Forum Administrator
  http://javaboard.cjb.net/ Are you stumped? Have you got a question about Java programming that you need answered? You're not alone. You may even be asking yourself some of the same questions that have confused and baffled other Java programmers. Here are a selection of common ques

Re: Upload problem: bug at Multipartrequest when deals with mixed parameters types

2000-12-29 Thread java-server-feedback
mail from this address, unless we have questions on how to reproduce your bug, or implement your feature. Please contact one of our other support channels (below) if you require support. For information on running servlets in any webserver, check here: http://jserv.javasoft.com/products/java

RE: tomcat on IIS4/NT4.0 deployment Problem take 2 - anyone ??

2000-11-01 Thread java
hi, http://localhost:8080/examples/servlet/HelloWorldExample works :) But http://localhost/examples/servlet/HelloWorldExample Not :( In isapi.log I get .. [jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/servlet/HelloWorldExample] is a servlet url - should redirect to ajp12 [jk_isa

iis and tomcat

2000-10-22 Thread java . mail
does anyone know h