<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can i call the Java Servlet from Splunk Web App? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/198001#M2674</link>
    <description>&lt;P&gt;Problem is i have Big implemented Java Code. Which will take more time to replicate.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2014 11:35:38 GMT</pubDate>
    <dc:creator>Arun_N_007</dc:creator>
    <dc:date>2014-01-09T11:35:38Z</dc:date>
    <item>
      <title>How can i call the Java Servlet from Splunk Web App?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/197997#M2670</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I would like to use the existing Java Code to Work on raw data and insert result data into Splunk Index which i need to trigger from the Splunk Web App. How can i do that?&lt;/P&gt;

&lt;P&gt;How can i use normal Splunk Web html to call post method of Java Servlet?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Arun&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2014 05:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/197997#M2670</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2014-01-08T05:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can i call the Java Servlet from Splunk Web App?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/197998#M2671</link>
      <description>&lt;P&gt;Are you trying to call a servlet hosted in another web container , or are you wanting to run the servlet code in Splunk web (which you can't BTW) , please clarify.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2014 06:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/197998#M2671</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2014-01-08T06:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can i call the Java Servlet from Splunk Web App?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/197999#M2672</link>
      <description>&lt;P&gt;Hi Damien,&lt;/P&gt;

&lt;P&gt;Yes am trying to call a Servlet or a Java Code(if not Servlet) hosted in the same server.&lt;BR /&gt;
And i need to get results from the Java Code which will execute an algorithm which will create another index and dump results into that.&lt;/P&gt;

&lt;P&gt;Can we call the java program from python script in Splunk?&lt;/P&gt;

&lt;P&gt;Can we use Splunk button for other purposes instead of only Querying the Splunkd? (Just like forms in jsp and servlets!!)&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Arun&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 03:28:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/197999#M2672</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2014-01-09T03:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can i call the Java Servlet from Splunk Web App?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/198000#M2673</link>
      <description>&lt;P&gt;How much Java code are we talking about ? It may be easier and more elegant to replicate this Java code in Python in a &lt;A href="http://dev.splunk.com/view/SP-CAAAEMP"&gt;Django view in the Splunk Web Framework&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 08:44:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/198000#M2673</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2014-01-09T08:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can i call the Java Servlet from Splunk Web App?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/198001#M2674</link>
      <description>&lt;P&gt;Problem is i have Big implemented Java Code. Which will take more time to replicate.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 11:35:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/198001#M2674</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2014-01-09T11:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can i call the Java Servlet from Splunk Web App?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/198002#M2675</link>
      <description>&lt;P&gt;Damien,&lt;/P&gt;

&lt;P&gt;Thank you for your suggestion. Can you suggest any material to learn Django???&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Arun&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 08:54:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/198002#M2675</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2014-01-10T08:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can i call the Java Servlet from Splunk Web App?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/198003#M2676</link>
      <description>&lt;P&gt;&lt;A href="http://dev.splunk.com/view/web-framework/SP-CAAAER6"&gt;http://dev.splunk.com/view/web-framework/SP-CAAAER6&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 08:56:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-can-i-call-the-Java-Servlet-from-Splunk-Web-App/m-p/198003#M2676</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2014-01-10T08:56:22Z</dc:date>
    </item>
  </channel>
</rss>

