RE: redirection of www.xyz.com/xyz to https://xyz.com/xyz.html is not happening in httpd.conf

2012-12-27 Thread Caldarale, Charles R
> From: Dhaval Jaiswal [mailto:dhaval.jais...@via.com] > Subject: redirection of www.xyz.com/xyz to https://xyz.com/xyz.html is not > happening in httpd.conf > i have tried through Redirect option to redirect specific page to one *.html > it is not redirecting. Still it is redirecting to old va

redirection of www.xyz.com/xyz to https://xyz.com/xyz.html is not happening in httpd.conf

2012-12-27 Thread Dhaval Jaiswal
i have tried through Redirect option to redirect specific page to one *.html it is not redirecting. Still it is redirecting to old values only. Even i have tried through Rewriterule. Any other efficient way will be helpful to me. --

Re: New Library folder

2012-12-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 12/27/12 9:16 AM, Daniel Mikusa wrote: > On Dec 27, 2012, at 5:40 AM, N.s.Karthik wrote: > >> Hi >> >> I have multiple web applications working perfectly on Tomcat >> 7.0.30 I know that jar files of similar can be moved to Tomcat >> /

Re: New Library folder

2012-12-27 Thread Rainer Frey
On 27.12.2012, at 11:40, N.s.Karthik wrote: > Hi > > I have multiple web applications working perfectly on Tomcat 7.0.30 > I know that jar files of similar can be moved to Tomcat /lib folder so the > same could be shared > by multiple applications. You know that *your specific jar files* ca

Re: Index.Jsp not loading other portion

2012-12-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ferdie, On 12/27/12 2:59 AM, Ferdie Romero wrote: > On Dec 27, 2012 3:36 PM, "Ferdie Romero" > wrote: >> >> We recently upgraded from tomcat 6.032 to 7.032 and apache from >> 2.0.59 to > 2.2.23 and when we tried to access one of the index.jsp only

Re: New Library folder

2012-12-27 Thread Daniel Mikusa
On Dec 27, 2012, at 5:40 AM, N.s.Karthik wrote: > Hi > > I have multiple web applications working perfectly on Tomcat 7.0.30 > I know that jar files of similar can be moved to Tomcat /lib folder so the > same could be shared by multiple applications. If it was me, I would not do this. Your s

reload => drop jsp-page servlet instances

2012-12-27 Thread Jan Vanek
Hello, I'm trying to implement custom application reloading in tomcat. This means tomcat sees only a core part of the application, and the core creates another class-loader to load the actual modules of the application. The problem is with the JSP pages. The JspServlet class uses an instance of the

New Library folder

2012-12-27 Thread N.s.Karthik
Hi I have multiple web applications working perfectly on Tomcat 7.0.30 I know that jar files of similar can be moved to Tomcat /lib folder so the same could be shared by multiple applications. I would like to know the configuration details for the following and where need to be done ? A new