You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/27 06:07:32 UTC

DO NOT REPLY [Bug 11963] - Still cann't auto recompile jsp page

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=11963>.
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=11963

Still cann't auto recompile jsp page





------- Additional Comments From lkt@royalselangor.com.my  2002-08-27 04:07 -------
It sounds like samba isn't playing nicely.  It definetly sounds like
it's now not a tomcat issue, but an issue with how samba saves files
(not resetting an attribute?).  You should close your bug, marking it
invalid.


- Andrew

> -----Original Message-----
> From: koktsing [mailto:lkt@royalselangor.com.my] 
> Sent: Monday, August 26, 2002 10:24 PM
> To: Andrew Conrad
> Subject: Re: DO NOT REPLY [Bug 11963] New: - Still cann't 
> auto recompile jsp page
> 
> 
> hai,
> 
> Don't know good news or bad news.
> i found the actual cause of the bug already.
> it is the linux samba problem most propably. may be it is my 
> fault for not state clearly that i install tomcat on linux 
> but using samba to mount and do development on windows 
> machine. i tried edit the jsp file using vi (linux), and it 
> really give me instance changing in the browser(windows). but 
> when i edit the file on windows machine (using samba), it 
> doesn't!!! then i use vi to check the file again, the changes 
> made by window is there. so is this mean that the tomcat 
> cannot get the changes passing from samba?
> 
> 
> koktsing
> 
> 
> Andrew Conrad wrote:
> 
> > For a temporary work around, define a context for your 
> webapp in your 
> > server.xml and set the reloadable attribute to true
> >
> > <Context path="/product" reloadable="true" ... />
> >
> > Or for more precise control
> >
> > <Context path="/product" ... >
> >         <Loader reloadable="true" checkInterval="15" /> </Context>
> >
> > The web.xml settings may no longer be used.  I'll look into it some 
> > more.
> >
> > - Andrew
> >
> > > -----Original Message-----
> > > From: koktsing [mailto:lkt@royalselangor.com.my]
> > > Sent: Sunday, August 25, 2002 8:10 PM
> > > To: Andrew Conrad
> > > Subject: Re: DO NOT REPLY [Bug 11963] New: - Still cann't auto 
> > > recompile jsp page
> > >
> > >
> > > my webapp name is product, actually i just use the 
> struts-blank as 
> > > the template, and start work from the index.jsp. but so 
> happen the 
> > > jsp file doesn't autocompile everytime i change it (eg
> > > wording)
> > >
> > > Thanks,
> > > koktsing
> > >
> > > Andrew Conrad wrote:
> > >
> > > > Send me a copy of your server.xml file, and I will take a
> > > look.  And
> > > > what is your webapp name?
> > > >
> > > > - Andrew
> > > >
> > > > > -----Original Message-----
> > > > > From: bugzilla@apache.org [mailto:bugzilla@apache.org]
> > > > > Sent: Friday, August 23, 2002 6:00 AM
> > > > > To: tomcat-dev@jakarta.apache.org
> > > > > Subject: DO NOT REPLY [Bug 11963] New: - Still cann't
> > > auto recompile
> > > > > jsp page
> > > > >
> > > > >
> > > > > 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=11963>.
> > > > > 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=11963
> > > >
> > > > Still cann't auto recompile jsp page
> > > >
> > > >            Summary: Still cann't auto recompile jsp page
> > > >            Product: Tomcat 4
> > > >            Version: 4.1.9
> > > >           Platform: PC
> > > >         OS/Version: Linux
> > > >             Status: NEW
> > > >           Severity: Normal
> > > >           Priority: Other
> > > >          Component: Jasper 2
> > > >         AssignedTo: tomcat-dev@jakarta.apache.org
> > > >         ReportedBy: lkt@royalselangor.com.my
> > > >
> > > > i have tried tomcat 4.0.4 on a linux server, but it has the
> > > problem of
> > > > auto- recompile jsp. then, i found out that this is a known bug 
> > > > and downloaded the latest 4.1.9 milestone build (which said
> > > that the bug
> > > > ix fixed). unfortunately, i still facing this bug. FYI, 
> I have set 
> > > > development and reloading flag to 'true' already. as below:
> > > >     <servlet>
> > > >         <servlet-name>jsp</servlet-name>
> > > >
> > > > 
> <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
> > > >         <init-param>
> > > >             <param-name>logVerbosityLevel</param-name>
> > > >             <param-value>WARNING</param-value>
> > > >         </init-param>
> > > >         <init-param>
> > > >             <param-name>development</param-name>
> > > >             <param-value>true</param-value>
> > > >         </init-param>
> > > >         <init-param>
> > > >             <param-name>reloading</param-name>
> > > >             <param-value>true</param-value>
> > > >         </init-param>
> > > >         <load-on-startup>3</load-on-startup>
> > > >     </servlet>
> > > >
> > > > Can you help me to check on this?
> > > >
> > > > --
> > > > To unsubscribe, e-mail: 
> > > > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail: 
> > > > <ma...@jakarta.apache.org>
> > >
>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>