RE: [PROPOSAL][TOMCAT5] plugins directory

2002-12-15 Thread Martin Algesten
 8. Tomcat should work with no config file - using only JMX 
 API calls to load it and configure a set of plugins ( profile 
 ), using whatever class loader and layout the embeding 
 application ( ant, etc ) wants.  

I've toyed with a thought along that line before. My train of thought
was roughly, say you start Tomcat with a command line option for port or
whatever. Then configure it using say JMX, then being able to save the
modelled configuration out to a file that can be used in subsequent
startups, or being possible to roll out on deployments or whatever. Or
is that already possible (sorry I'm not up to speed with the admin app,
I know it can create the server.xml, but were talking another level of
config here right?)

Martin

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




[4.1.17] [VOTE] Stability rating

2002-12-15 Thread Remy Maucherat
ballot
[ ] Alpha
[ ] Beta
[ ] Stable (General Availability)

Reason (optional):

/ballot

Thanks for voting and for testing 4.1.17 Alpha!

Remy


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 15378] New: - Creating and renaming folders

2002-12-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15378.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15378

Creating and renaming folders

   Summary: Creating and renaming folders
   Product: Tomcat 4
   Version: 4.1.16
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Blocker
  Priority: Other
 Component: Servlets:WebDAV
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When creating new folder(collection) and right away listing it's contents
Tomcat says that the new folder does not exist. But when trying to list the 
contents of the folder again it is found.

Also the renaming of a folder does not work. This works in 4.1.12.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: DO NOT REPLY [Bug 15378] New: - Creating and renaming folders

2002-12-15 Thread Remy Maucherat
[EMAIL PROTECTED] wrote:

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15378.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15378

Creating and renaming folders

   Summary: Creating and renaming folders
   Product: Tomcat 4
   Version: 4.1.16
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Blocker
  Priority: Other
 Component: Servlets:WebDAV
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When creating new folder(collection) and right away listing it's contents
Tomcat says that the new folder does not exist. But when trying to list the 
contents of the folder again it is found.

Also the renaming of a folder does not work. This works in 4.1.12.

Nagoya is down, so I'll reply to this instead for now.

The problem was probably introduced when I added not found items 
caching. The cache doesn't invalidate properly when you create a new 
subcontext (which is not too bad, as only WebDAV is using that). So you 
have to wait for the next revalidation of the entry to be able to work 
with the newly created object (that's 5s usually).

Disabling caching should fix the problem in 4.1.17, so I'll dowgrade the 
severity to Major when I get the chance.

Remy


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Apache+Tomcat+modjk with ~/public_html

2002-12-15 Thread Kevin Conaway
Is it possible to setup Apache/Tomcat/mod_jk to let users have servlets in the 
~/public_html directory?  I have tomcat setup so that if you call 
http://localhost:8080/~user it works, but it doesnt work through the main Apache 
server and mod_jk.

Any thoughts?

Kevin





getting the CLASSPATH for dynamic generation ...

2002-12-15 Thread SAXESS - Hussayn Dabbous
Hy;

I used tomcat-3.2.1 and in one of my webapps i need to generate
dynamic java classes. The generated code relies on classes
coming with the webapplication. Because with tomcat-3.2.1 the
CLASSPATH is created during startup, i could retrieve it with

System.getProperty(java.class.path)

Now i switched to tomcat-4.2.16 With this release the CLASSPATH
is no more constructed during startup and 

java.class.path 

contains only references to the bootstrap jar files.

Is there another method to get the current webapp CLASSPATH ?

Currently i help myself by simply scanning:

/tomcatpath/webapps/mywebapp/WEB-INF/lib
/tomcatpath/common/lib


But maybe there is a better solution ?

regards, Hussayn

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: [4.1.17] [VOTE] Stability rating

2002-12-15 Thread Roytman, Alex
Dear Tomcat developers,

I would like to say that new release of tomcat (after 4.1.12) is very much needed.
I am very hopeful that 4.1.17 will make it to release soon. I did some pretty 
intensive stress testing with 4.1.16 and it worked great. I also use lots of tomcat 
integrations - my own security Realm, several custom JNDI factories, Context listeners 
- all work well with 4.1.16
We also use Apache/Tomcat integration  and we discovered that mod_jk/Ajp13Connector 
combination in tomcat 4.1.12 does not work very well under stress (we are getting a 
lot of connection failures) while mod_jk2/Coyote holds works well in the same tests 
(tomcat 4.1.16). Unfortunately 4.1.12 Coyote connector does not work well with Apache 
over SSL - so we need new release badly :-)

Thanks again  for the great product

Alex Roytman

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]