Glen Hi, I am reading the Tomcat Users List and want to ask you a question as a
Tomcat user, I am using Apache soap and Tomcat to communicate between remote machines. In Apache soap documentation it is written that you can transfer attachments as big as 20MB. I need to transfer files as big as 2GB. I also need them to be zipped and secured. I know HTTP is not an efficient way to do it. I don�t want to use RMI because of the registry problem. I don�t want to use external tools but if you know an open source or some jar that does it I�ll love to hear about it. Can you tell me what to do? This is extremely important. Thank you very much, David -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: � 21 ������ 2002 10:30 To: [EMAIL PROTECTED] Subject: Re: manager The version is jakarta-tomcat-4.0.3. The app does use some utility classes located in common/lib, but the class files specific to the app, the ones that I am editing and trying to reload, are all located in /WEB-INF/classes. The log for this webapp shows: 2002-08-21 01:15:26 StandardContext[/cinema]: Reloading this Context is completed That seems okay, and I don't see anything in the log that looks like an error, but when I then run the app, it has not reloaded. Thanks for the suggestions, Glen Jackson > > On Tue, 20 Aug 2002, Sexton, George wrote: > > > Date: Tue, 20 Aug 2002 16:54:05 -0600 > > From: "Sexton, George" <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED]> > > Subject: RE: manager > > > > It would be helpful to know the version number of Tomcat you are using... > > > > Two other important things to check: > > * Where are the classes that you recompiled? If the are anywhere > EXCEPT in /WEB-INF/classes or /WEB-INF/lib (for example, they are > in common/lib instead) then reloading isn't going to do a bit of > good -- those classes CANNOT be reloaded. > > * Check the log messages in $CATALINA_HOME/logs/* to see that the > reload command was actually executed, along with any errors that > Tomcat might have encountered along the way. > > Note -- it is not necessary to use reloadable="true" to use the manager > app's reload command, which works on any webapp. > > Craig > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: 20 August, 2002 4:13 PM > > To: Tomcat User List > > Subject: manager > > > > > > I have not been able to reload webapps with the tomcat manager > > module. I am able to connect to the manager and it shows the > > application is running, and appears to accept commands without > > complaint. But the app does not get reloaded. > > > > The Context is marked as "reloadable" in the server.xml file. > > <Context path="/cinema" docBase="cinema" > > debug="0" reloadable="true" > > > </Context> > > Is there something else required for reloading to work? > > > > Thanks, > > > > Glen Jackson > > [EMAIL PROTECTED] > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
