I am using GUI application lamdaprobe for accessing catalina.out file.
the issue is that it doesnot contain search feature for finding out
exceptions in catalina.out file since i do not want to give physical
ssh access to the tomcat server
Please guide/suggest.
Thanks and Regards,
Kaushal
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
01-13-2010, 02:10 PM
Kaushal Shriyan
log viewer
Hi,
I am using GUI application lamdaprobe for accessing catalina.out file.
the issue is that it doesnot contain search feature for finding out
exceptions in catalina.out file since i do not want to give physical
ssh access to the tomcat server
Please guide/suggest.
Thanks and Regards,
Kaushal
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
01-13-2010, 03:30 PM
Santiago Zarate
log viewer
If the server has an http server... why just dont serve it via http?
and no complications...
2010/1/13 Kaushal Shriyan <kaushalshriyan@gmail.com>:
> Hi,
>
> I am using GUI application lamdaprobe for accessing catalina.out file.
> the issue is that it doesnot contain search feature for finding out
> exceptions in catalina.out file since i do not want to give physical
> ssh access to the tomcat server
>
> Please guide/suggest.
>
> Thanks and Regards,
>
> Kaushal
>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
01-13-2010, 03:37 PM
Kaushal Shriyan
log viewer
On Wed, Jan 13, 2010 at 10:00 PM, Santiago Zarate
<santiago@zarate.net.ve> wrote:
> If the server has an http server... why just dont serve it via http?
> and no complications...
Hi Santiago
Any examples ?
Thanks and Regards,
Kaushal
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
01-13-2010, 03:48 PM
Santiago Zarate
log viewer
Try just creating a virtual server on apache or whatever just to give
a way to be able to download the file... it would be something like:
on lighttpd... http://httpd.apache.org/docs/2.0/vhosts/examples.html
2010/1/13 Kaushal Shriyan <kaushalshriyan@gmail.com>:
> On Wed, Jan 13, 2010 at 10:00 PM, Santiago Zarate
> <santiago@zarate.net.ve> wrote:
>> If the server has an http server... why just dont serve it via http?
>> and no complications...
>
> Hi Santiago
>
> Any examples ?
>
> Thanks and Regards,
>
> Kaushal
>
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
01-13-2010, 03:53 PM
Kaushal Shriyan
log viewer
On Wed, Jan 13, 2010 at 10:18 PM, Santiago Zarate
<santiago-ve@ubuntu.com> wrote:
> Try just creating a virtual server on apache or whatever just to give
> a way to be able to download the file... it would be something like:
>
> $HTTP["host"] == "catalina-download" {
> * * * * * *server.document-root = "/path/to/tomcat/log/dir"
> }
>
> on lighttpd... http://httpd.apache.org/docs/2.0/vhosts/examples.html
Hi Santiago,
There would be a better way to accomplish it instead of downloading
the same file (catalina.out) again and again resulting in over
utilizing the Internet bandwith.
Any better solution ?
Thanks and Regards
Kaushal
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
01-13-2010, 03:55 PM
Alan Pope
log viewer
2010/1/13 Kaushal Shriyan <kaushalshriyan@gmail.com>:
> There would be a better way to accomplish it instead of downloading
> the same file (catalina.out) again and again resulting in over
> utilizing the Internet bandwith.
>
> Any better solution ?
>
rsync?
Cheers,
Al.
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
01-13-2010, 03:57 PM
Santiago Zarate
log viewer
sounds like a better solution
2010/1/13 Alan Pope <alan@popey.com>:
> 2010/1/13 Kaushal Shriyan <kaushalshriyan@gmail.com>:
>> There would be a better way to accomplish it instead of downloading
>> the same file (catalina.out) again and again resulting in over
>> utilizing the Internet bandwith.
>>
>> Any better solution ?
>>
>
> rsync?
>
> Cheers,
> Al.
>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam