Ardi Daullxhiu

Greenhorn
+ Follow
since Dec 05, 2019
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ardi Daullxhiu

Hi guys
im a newbie in Apache technology. Recently i have downloaded one java project which stores the sql server and works with remote software via url interface, also web interface.
is there any configuration for adding in apache tomcat for sql server url, so the remote software will manipulate the database fields?

On run.bat is this url

@echo off
echo Duke hapur Bilanc Online
jre\bin\javaw -classpath lib\tpkutils.jar; com.tpk.TPKLauncher java -classpath BilancWebClient.jar; -Xms512M -Xmx1024M com.tpk.bilanc.web.O2App ServerUrl https://bilanc.com/onlineserver/Bila...r/BilancWebApp
exit
4 years ago