Re: Value can't be changed in bean extended from AbstractController of Spring

2007-12-07 Thread kkus
without publishing option in Eclipse configuration for the server turned on or off? (Double click the server on the servers view to open the configuration dialog). 2007/12/8, kkus [EMAIL PROTECTED]: In my another project (JBoss+Spring+Hibernate), I see my changes take effect immediately

Re: Value can't be changed in bean extended from AbstractController of Spring

2007-12-07 Thread kkus
In my another project (JBoss+Spring+Hibernate), I see my changes take effect immediately in Eclipse IDE Debug without restart/redeployment. I think JBoss' ClassLoader is working properly for swapping new changes. All these changes occur in classes extended from SimpleFormController. I use

Value can't be changed in bean extended from AbstractController of Spring

2007-12-04 Thread kkus
Hi, For the following code, I put String urlReq = value first and set up a breakpoint there. Then I run app in debug mode. It shows me value when breakpoint is reached. Then I change String urlReq = value2 and fire http request again. When breakpoint is reached again this time urlReq still

How can I exclude in url-pattern for filters in Tomcat 5.5.20?

2007-12-03 Thread kkus
Hi, For the following setting in web.xml, if I have a request like /*.earth how can I exclude it from these filters? I don't want to filters to handle request from /*.earth. Thanks! filter-mapping filter-namerewriteFilter/filter-name url-pattern/*/url-pattern

Re: How to set up a special folder to list all files under it?

2007-01-02 Thread kkus
, Charles R [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, January 1, 2007 12:48:16 AM Subject: RE: How to set up a special folder to list all files under it? From: kkus [mailto:[EMAIL PROTECTED] Subject: How to set up a special folder to list all files under

Re: How to set up a special folder to list all files under it?

2007-01-01 Thread kkus
to list all files under it? From: kkus [mailto:[EMAIL PROTECTED] Subject: How to set up a special folder to list all files under it? Now I need add a specific folder which will let user to browse all files under it without authentication. I haven't personally tried the following, so take

RE: How to set up a special folder to list all files under it?

2007-01-01 Thread kkus
Under listing directory, is there any way putting a file link there since I want to put physical file in a different disk? I tried and it showed me a file with a link, but after I clicked this test.lnk it can't show me the physical file at all. Thanks! Caldarale, Charles R wrote: From:

How to set tomcat service as automatic?

2006-12-31 Thread kkus
I installed 5.5.20 as service and can start it from its configuration page. From there I set it up as automatic startup type. Then after I reboot PC and it still shows me startup type as manual. That isn't what I intend. 1. How can I make tomcat service loaded automatically every time PC is

Re: run service in jdk 6

2006-12-31 Thread kkus
I figured out the problem. I set JAVA_HOME under user variable rather than system variable. Now I don't have any problem with it in windows expected path (with space in program files). Thanks! Nikola Milutinovic-2 wrote: Hi. Just installed JDK 6 and Tomcat 6.0. JDK is installed under

RE: How to set tomcat service as automatic?

2006-12-31 Thread kkus
It works now with setting it from windows services list. My version is XP SP2 Pro which had the same issue from configuration page. Now it is fine. Thanks! Caldarale, Charles R wrote: From: kkus [mailto:[EMAIL PROTECTED] Subject: How to set tomcat service as automatic? I installed

How to set up a special folder to list all files under it?

2006-12-31 Thread kkus
My current setting is redirect default request (localhost:8080) to my app by adding a refresh meta in index.html under Root. Now I need add a specific folder which will let user to browse all files under it without authentication. This folder can be under my app folder or root folder (I don't

How to run tomcat service in JDK6?

2006-12-30 Thread kkus
I first downloaded windows service installer of 5.5.20 and can't get it work, then I switched to zip file version. Reason is I checked doc for how-to and it indicated service.bat which can only be found in zip version. I followed how-to and ran service.bat install, which was successful based on

run service in jdk 6

2006-12-29 Thread kkus
I first downloaded windows service installer of 5.5.20 and can't get it work, then I switched to zip file version. Reason is I checked doc for how-to and it indicated service.bat which can only be found in zip version. I followed how-to and ran service.bat install, which was successful based on

log file to record hacking process

2006-12-13 Thread kkus
I am wondering how I can set up log file to see how people is trying to break my tomcat 5.5.20. I have log file for my own app but not for tomcat itself. I have read some posts and are there any other settings beside uncommenting AccessLogValve in server.xml? Thanks! -- View this message in

How to set app as default context in Tomcat?

2006-12-07 Thread kkus
I am using Tomcat 5.5.20 and my app in XP. I need set my app as default context so I will only use url localhost:8080 instead of localhost:8080/app. The way I found is to set a context in Host of server.xml. But this led to my app loaded twice when it started. Meanwhile 5.5.20 has discouraged use