> 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
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.
--
-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
>> /
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
-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
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
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
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