Hello AribaWeb Community!
I feel very dumb by having to ask this question… but I am actually new to Eclipse with AribaWeb.
It is weird that I feel very comfortable with the advanced topics – and yet I’m having trouble with the most basic of things!
I have Eclipse Juno which I have just installed on Windows 7. In my new workspace I create a new AribaWeb project:

And I am just doing the basic widgets app:

And I create the Project:

I have setup Tomcat as shown in this video:
http://www.youtube.com/watch?v=LdThrERsSsI

…and then I hit Run:

I know that my Tomcat is running:

How do I browse to my application for the first time?


<netstat-a.txt>
Thanks man, yes I did try that.
I feel like I should know how to do this – as I have configured so many different things with web servers in corporate environments….
I think I am just having a “stupid” moment… although yes I am new to trying to run an AribaWeb app from Eclipse.

--
You received this message because you are subscribed to the Google Groups "AribaWeb (aribaweb.org)" group.
To post to this group, send email to arib...@googlegroups.com.
To unsubscribe from this group, send email to aribaweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/aribaweb?hl=en.
From: Tom Tobey [mailto:tnt...@gmail.com]
Sent: Friday, October 05, 2012 8:44 AM
To: arib...@googlegroups.com
Subject: RE: Eclipse with AribaWeb Getting StartedThanks man, yes I did try that.I feel like I should know how to do this – as I have configured so many different things with web servers in corporate environments….I think I am just having a “stupid” moment… although yes I am new to trying to run an AribaWeb app from Eclipse.
<image003.png>
| ARIBA_AW_SEARCH_PATH = | ///your project root. |
Screenshot:<image002.png>
From: Tom Tobey [mailto:tnt...@gmail.com]
Sent: Friday, October 05, 2012 8:44 AM
To: arib...@googlegroups.com
Subject: RE: Eclipse with AribaWeb Getting StartedThanks man, yes I did try that.I feel like I should know how to do this – as I have configured so many different things with web servers in corporate environments….I think I am just having a “stupid” moment… although yes I am new to trying to run an AribaWeb app from Eclipse.
<image003.png>
Yes – the console out (full text below). I didn’t know that IntelliJ was better than Eclipse. Is it?

Oct 5, 2012 8:07:09 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Diskeeper Corporation\ExpressCache\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Java\jdk1.6.0_32\bin;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit\;.
Oct 5, 2012 8:07:09 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8085
Oct 5, 2012 8:07:09 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 388 ms
Oct 5, 2012 8:07:09 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Oct 5, 2012 8:07:09 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
Oct 5, 2012 8:07:09 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8085
Oct 5, 2012 8:07:09 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Oct 5, 2012 8:07:09 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/14 config=null
Oct 5, 2012 8:07:09 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 175 ms
Yes – the console out (full text below). I didn’t know that IntelliJ was better than Eclipse. Is it?
<image001.png>
<image002.png>
-Dariba.aribaweb.Debug=true
This one as a new environment variable?ARIBA_AW_SEARCH_PATH
<image001.png>
<TNTFirstProject.zip>
<ariba.ideplugin.eclipse.5.0.1.jar>
<ariba.ideplugin.eclipse.5.0.1.jar>
Thank you SO much for your quick responses! I will check everything that you mentioned. I have to get prepped for a 10:00 meeting – but really – thank you again so much for your quick responses!
I will be back in 1.5 hours and see if this works.
Answer to first question: the port number is “arbitrarily” defined. In the Tomcat installer you have to make sure that the port is not taken. That is why I included my netstat –a in my initial message.
If you happen to do multiple Tomcat installs (ex: 6 and 7) you have to make sure that you pick different ports for each.
I think that this is a very good video for this:
Thank you James and Frantisek!
Apparently I did not have Ant installed correctly.
http://ant.apache.org/manual/install.html
Frantisek was hinting at this in his previous posts. If I stretch my legs a little bit more and get comfortable – and if I feel that I have anything to add on setting up AW with Eclipse – I’ll share the info.
I keep track of everything, so if I get to the point where I have a good install guide/pdf, I’ll share.
Thanks!
-TNT