Questions tagged [weblog]

WeBlog is an open source module for the sitecore CMS that provides blogging functions like adding comments, tags and integration with Gravatar. Use this tag for questions relating to its source code or integration into a larger sitecore installation.

WeBlog is an open source module for the CMS that provides blogging functions like adding comments, tags and integration with Gravatar. It is hosted on github.

Use this tag for questions relating to its source code or integration into a larger sitecore installation.

32 questions
0
votes
1 answer

What the last field in web server log data is about?

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322) In web server log file, last field contains above information i.e. user agent. But here .NET CLR 2.0.50727; .NET CLR 1.1.4322 mentioned 2 version. From which…
Shree
  • 203
  • 3
  • 22
0
votes
1 answer

Can anyone explain the fields in web server log data?

Can anyone tell me the fields' name in following web server log data? 85.214.57.164 - - [27/Mar/2008:22:46:36 -0400] "GET…
Shree
  • 203
  • 3
  • 22
0
votes
2 answers

C++ sort same IPs together, web log

I need to sort web log file by IP, so I need to connect same IPs under next. I'm lazy but I want to learn ways in C++ so I don't want to sort it in excel. I did some changes in log so for example after IP in every line is (8 q [symbols] { qqqqqqqq…
Miki
  • 15
  • 1
  • 4
0
votes
0 answers

Unable to load Action error while deploying struts2 war file on weblogic 10.3.6

Unable to load configuration. - action - zip:C:/Oracle/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/se1/q9j1fw/war/WEB-INF/lib/_wl_cls_gen.jar!/stru ts.xml:10:76 at…
user3898783
  • 207
  • 1
  • 4
  • 16
0
votes
0 answers

How to MapReduce with Web Logs?

I'm new in Hadoop. I want to analyze Web logs using MapReduce. I'll use sample web logs like this. 211.36.215.78 / [08:Jun:2017:18:00:09] / Link1 / URL1 210.100.139.14 / [08:Jun:2017:20:10:10] / Link1 / URL2 How to analyze 'the number of users…
B.Sung
  • 71
  • 1
  • 2
  • 6
0
votes
1 answer

End of string expected error when trying to post comment in Weblog

I'm trying to solve an issue with posting comments for a blog that uses the Weblog Sitecore module. From what I can tell, if the blog entry url contains dashes (i.e. http://[domain.org]/blog/2016/december/test-2-entry), then I get the "End of string…
Dejsa Cocan
  • 1,539
  • 3
  • 19
  • 56
0
votes
3 answers

Converting log file to CSV

I have to convert a (Squid Web Proxy Server) log file to CSV file, so that it can be loaded into powerpivot for analysis of queries. So how should I start, any help would strongly be appreciated. I've to use C# language for this task, log looks like…
Ahsan Alii
  • 153
  • 1
  • 16
0
votes
1 answer

How to extract timestamp and remove tailing portion from weblog using regex in pyspark?

I am doing some practice on weblog parsing and here is a question on regex: The log file is in the format of: in24.inetnebr.com - - [01/Aug/1995:00:00:01 -0400] "GET /shuttle/missions/sts-68/news/sts-68-mcc-05.txt HTTP/1.0" 200 1839 I need to…
mdivk
  • 3,545
  • 8
  • 53
  • 91
0
votes
1 answer

Cannot solve these errors Java (Pig UDF) adding libraries, org.apache

package com.mirox.weblog; //error here -The type org.apache.commons.logging.Log cannot be resolved. It is indirectly referenced from required .class files import java.io.IOException; import java.text.SimpleDateFormat; import…
user4019860
0
votes
0 answers

How do you force WeBlog to reorder blog posts into new folder structure?

The base WeBlog config contains these nodes: master
infojolt
  • 5,244
  • 3
  • 40
  • 82
0
votes
2 answers

Unable to properly pre-process log data URL

157.55.39.136 - - [31/Dec/2015:18:44:25 +0000] "GET /robots.txt HTTP/1.1" 200 784 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)" 248 1120 - 3653 157.55.39.136 - - [31/Dec/2015:18:44:25 +0000] "GET /robots.txt…
0
votes
1 answer

Deploying Jersey based Restful webservice in Weblogic 12c

I have developed a very small restful Web Service in eclipse using the "jersey" archetype.I was also successful in deploying that in tomcat. However, I am unable to deploy that in weblogic 12c. This is what I have tried so far: created a shared…
AC_1985
  • 183
  • 9
  • 22
0
votes
1 answer

Display custom template in ribbon in Sitecore

Just like Weblog Entry I want to display custom template so user can create content page directly from there.
Swati Gupta
  • 753
  • 2
  • 8
  • 30
0
votes
2 answers

Added a Field to WeBlog Entry template, trying to get the field in Category.ascx.cs

I have followed the steps in the following link Template Settings and created custom templates for Entry, Comment and Category. To the Custom Entry Template, I have added an additional field. I have a requirement to display it in the…
Afroz
  • 1,017
  • 2
  • 12
  • 24
0
votes
1 answer

Iterate through every entry or posts in apache roller weblog

I am creating a blog using apache roller 5.xx version I am able to design templates with default macros but I don't know how to write custom programs to it. I am fighting with this pager thing for almost 2 days with no solution now Can anybody…
Raja
  • 627
  • 1
  • 9
  • 24